Is it possible to test a webservice using just an endpoint and XML code using SOAPUI Pro tool?

谁说我不能喝 提交于 2019-12-11 05:43:38

问题


I have been given an endpoint and piece of XML to test using SOAPUI Pro tool. Can someone please tell me how do i go about it with the available information? Or should i be asking for more information from the developer?

Since i'm new to webservice testing, can someone please help me out?. Thanks in advance.


回答1:


Yes you can use this information to test your web service. Try putting a ?wsdl at the end of your endpoint this should give you the wsdl. Load the wsdl url onto soapUI which will create the soapUI project. Once you have the project you can pretty much do anything on soapUI.

As you are a beginner i would suggest going through the tutorial soapUI offers.

http://www.soapui.org/Working-with-soapUI/getting-started.html

Also, what is the xml that the developer gave you?



来源:https://stackoverflow.com/questions/19411558/is-it-possible-to-test-a-webservice-using-just-an-endpoint-and-xml-code-using-so

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!