Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

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?

enter image description here

question from:https://stackoverflow.com/questions/5747987/soapui-change-endpoint-address

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
996 views
Welcome To Ask or Share your Answers For Others

1 Answer

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

Change endpoint address


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...