WsdlUI icon indicating copy to clipboard operation
WsdlUI copied to clipboard

A program for generating web service requests

Results 7 WsdlUI issues
Sort by recently updated
recently updated
newest added

![add basic auth](https://cloud.githubusercontent.com/assets/249938/3466359/8d359f54-027f-11e4-9f1f-1b8369e91abf.png)

It would be nice if it would be possible to add custom headers. ![custom headers](https://cloud.githubusercontent.com/assets/249938/3466328/f4c1f0e2-027e-11e4-929c-46306a072cc7.png)

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...