SoapUI change endpoint address

烈酒焚心 提交于 2019-12-04 16:13:05

问题


I'd like to change the endpoint address, but it's giving me defined values, I mean, only one value "/". I tried writing there, but it did not work - it is not editable.

How can I change it?


回答1:


Look at the request window and expand the select box with the endpoint address. You should see something like this:

/
[edit current...]
[add new endpoint...]
[delete current]

You click on [edit current...] and you can change the value.

Here is an example using some available web service from w3schools.com:
http://www.w3schools.com/xml/tempconvert.asmx?WSDL




回答2:


On Linux, there are 2 ways of changing the endpoint URL

  • Select the interface (wsdl entry) that you want to edit and change Definition URL value (left bottom pane).
  • Close SoapUI, make a backup of your project, open the project's XML file with a good xml editor, search and replace the endpoint string. Save and reopen SoapUI. All the endpoints should show the new value.


来源:https://stackoverflow.com/questions/5747987/soapui-change-endpoint-address

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