Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question
SOAP UI will create a request for you - if you have WSDL. If you don't, then you're on your own. How is SOAP UI supposed to help you in that case? – duffymo Mar 22 '11 at 10:07
any sample wsdl file is there? – user611315 Mar 22 '11 at 10:15
1  
@duffymo - How SOAP UI can help? By probing or allowing the user to manually probe the functions and thereby build up a WSDL. For me, it's catch 22 - What's the point of SoapUI if I have a perfectly well defined WSDL in the first place? – Hein du Plessis Oct 17 '11 at 7:04

1 Answer

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.