Forum Discussion

hbjastad's avatar
hbjastad
Contributor
8 years ago
Solved

WSDL not displaying when hitting WAR

I have created a Virt from WSDL, and it works well within Ready!API. I can access the SOAP interface, and I can add '?wsdl' to retrieve the WSDL. But when I package the Virt as war and try to hit it ...
  • hbjastad's avatar
    hbjastad
    8 years ago

    Switching on the web UI helped debug the problem - the context path had been added in the Virt, so that it was needed twice:

    /abc/abc?WSDL

    The solution was to change the context path in the virt to just

    /