Forum Discussion

rajashekarreddy's avatar
rajashekarreddy
New Contributor
13 years ago

To remove port number in endpoint

Hi when iam trying to access new project in the SOAPUI ,the endpoint url is working fine in windows environment ,but we are trying to access in LInux machines the endpoint takes port no also .so we are getting connection exception.
ex:
In DEV environment i mean local machines working fine but not in UAT.

https://hchd-uat.keyusa.net/ws/services ... ocols?wsdl
is my wsdl ,if we create new project in SOAPUI with this in windows machines the endpoint would be
https://hchd-uat.keyusa.net/ws/services ... 1Endpoint/ and it is working fine .
But in the linux machines the the endpoint would be
https://hchd-uat.keyusa.net:8443/ws/ser ... 1Endpoint/
so getting connection exception with this .For this we need to edit the endpoint and remove that port no. then it works fine .

now my question is why we need to edit tha endpoint every time ,do we have any property/setting in SOAPUI.If not it could be better to remove that port no. through setting.

Plz let me know,thanks in advance.

1 Reply

  • nmrao's avatar
    nmrao
    Icon for Champion Level 1 rankChampion Level 1
    Tried your wsdl on linux it is showing endpoint without any port. Its probably an existing endipoint in your tests with a port number. May be check at your service interface or try importing wsdl into a new project.