cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SOAP Sender - HTTP & HTTPS ports

Former Member
0 Likes
4,032

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

View Entire Topic
azharshaikh
Active Contributor
0 Likes

Hello Amit,

Please check if your Sender SOAP CC is using HTTP protocol.

Regards,
Azhar

Former Member
0 Likes

Hi Azhar,

Below are my configs in SOAP sender adapter;

Adapter Type - SOAP

Transport Protocol - HTTP

Message Protocol - SOAP 1.1

HTTP Security/Level - HTTP

Thanks,

Amit Patil

azharshaikh
Active Contributor
0 Likes

Hi Amit,

Seems some issue at their end/tool....Did you ask them to trigger using SOAP UI tool and check if same error persists.

Regards,
Azhar

Former Member
0 Likes

Hi Azhar,

Using SOAPUI, I'm able test the PI webservice successfully which only takes HTTP-50000 port as an default end-point.

But when try and consume the PI webservice in their Java Code, it is taking HTTPS-50001 port an default end-point.

So is there place SAP PI(NWA or Administartion or somewhere else) where it is defaulted as HTTPS-50001 port as an end-point fpr PI webservice?

Thanks,

Amit Patil