Hi All,
I am working on SOAP to RFC Synchronous scenario on SAP PI 7.31 AEX.
I have shared SAP PI Webservice (and .wsdl file) with the 3rd party team who'll consume it in their Java Client Project.
In SAP PI webservice signature, there are 2 SOAP addresses/locations showing up (HTTP-50000 and HTTPS-50001).
When the 3rd party trying to consume SAP PI webservice, it shows by default endpoint as HTTPS-50001 and hence the SOAP request hits on HTTPS URL and gives error. 3rd party team has to manually add/change the endpoint as HTTP-50000 and then send the SOAP data and then it reaches SAP PI.
When I test it using SOAPUI tool, it runs perfectly by taking port/endpoint as HTTP-50000.
My question is -> For SOAP Adapter, port/endpoint has got set as HTTPS-50001 by default somewhere in PI-NWA or PI-Administration?
Thanks,
Amit Patil