Endpoint last part
Hi,
When I add a WSDL file to SOAP UI, the default Endpoint is same with the WSDL.
For example:
End Point/axis/services/WSAmandaSecurityService
WSDL 1.1/axis/services/WSAmandaSecurityService?wsdl
But I noticed in the web config, the old End Point address is like:
endpoint address="https://server/axis/services/WSAmandaService.WSAmandaServiceHttpsA7Endpoint/
I am wondering how to create the last part of the endpoint? Why we need ot create the last part? Is it necessary?
Thanks
Hey ZJH
Ok - SOAP service requests are not like REST APIs because you don't have query or template parameters in the URI - so you can quite easily edit the path of a SOAP request (within the SoapUI tab) unlike REST requests where you have to alter the source request in the Projects section to alter the URI of a request.
Check out the following screenshot:
As per the screenshot - specify the servername and full path you need to try!
Cheers,
rich