What is the deference between testing a wsdl with firefox and soapui ? in firefox may wsdl it’s working fine but in soapui, the server return to me the 400 bad request.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Firefox showing the WSDL is just an indication that your web service was deployed correctly. But you need soap ui to test each of the methods you expose in the web service, to see your implementations are correct or not. You cannot test that with Firefox.
SOAP Ui is testing tool for web services