How to execute a simple soap request Without WSDL/WADL URL??
Just I want to execute a simple soap request without using WSDL/WADL... Using end point URL.. So what should I do to get response of the request.. And what are the steps and setup to be followed in transport tab??
Could you please help me in this??
Comments
-
Hello
What you can do is add a new SOAP Client to your functional test, and then fill out your request under the Request tab. Afterwards, navigate to the Transport tab and, under "Endpoint", select the dropdown that says "WSDL" and set it to "Custom", at which point you can enter your end point URL. I hope that helps!
1 -
Please also configure the correct SOAP version on the Misc tab.
0 -
@benken_parasoft When I tried with soap client with custom end point but I'm receiving below error message could you please help me in this?
"This is typically caused by an incorrect username and/or password, but could also be caused by network problems"
for this what configuration we need to do
0 -
This looks like an error from your web server, as opposed to an error from SOAtest. You can verify this by reviewing the response message in the Traffic Viewer chained to your SOAP Client. Offhand, I suspect your web server and/or web service requires authentication of some kind. Or, if you are configuring SOAtest to use an HTTP proxy server, please verify the proxy authentication settings. In cases like this, we can't tell you exactly what to do. You need to understand the security requirements of your web service, web server, and/or proxy server, whatever is happening to be returning this message back to SOAtest.
1 -
Even I have enabled proxy setting under parasoft-> preference->proxy and gave the host and port detals. Enabled the http authentication and Aldo given the user name password..
Then under transport tab also enabled http header authentication and gave credentials.. Even though I'm getting the above error..Do we need do any changes in browser internet options?? @benken_parasoft
0 -
Do not enable HTTP authentication in your test if the error is from your HTTP proxy server. Let's use thread 7853 for any questions about how to configure HTTP proxy authentication.
1