Hi I have installed Soap UI...Like C, Java we will create some sample program. likewise i wanted to use some sample request and response..how to create a request and response without wsdl?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Fix the webservice so that it provides a WSDL and then go from there. Otherwise you'll be continually frustrated because everything is undefined. Alternately, I have had success in testing a "SOAP-like HTTP application that uses XML but there is no WSDL" by taking a sample request and submitting it via Fiddler2. It worked, eventually. |
|||
|
|