WsdlUI
WsdlUI copied to clipboard
A program for generating web service requests

It would be nice if it would be possible to add custom headers. 
Weather Service SoapUI example message: ``` xml ? ``` As you can see the xmlns:web="http://www.webserviceX.NET" is defined on soap-env level. And the WsdlUI example message: ``` xml string string ```
Currently the app will crash if the WSDL is too big. This should be easy to fix by defining a binding in the web.config and setting a maxReceivedMessageSize Example: ```...
I am working with a WSDL that has a self-signed certificate. If I attempt to add the WSDL for this service, I get the following error: > error adding wsdl...
I get the following error message when attempting to add a WSDL: > error adding wsdl - Metadata contains a reference that cannot be resolved: 'https://cx.rightnow.com/cgi-bin/onvz.cfg/services/soap?xsd=objects'. - https://cx.rightnow.com/cgi-bin/onvz.cfg/services/soap?wsdl=typed
When testing we generally need to pull data from a previous web service call to be used in subsequent web service call. Does this tool have the ability to chain...