cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with consuming enterprise service in PI 7.1

Former Member
0 Kudos

Hi,

I have generated Service Interface (IB) in SAP PI 7.1, and provided implementation in Back End SAP ABAP system. I have created *SERVICE* and *SERVICE ENDPOINT* for the service provider using SOAMANAGER. After generating the serivce when I check the link Open WSDL document for selected binding for provided endpoint it was showing URL as

http://hostname:8004/sap/bc/srt/wsdl/bndg_DE4793D521C6C7F1A97200137254D6CC/wsdl11/allinone/ws_policy...

-- host name --(Fully qualified domain name)

where as the SOAP address in the above URL is pointing to:

http://hostname:443/sap/bc/srt/xip/sap/zmi_yh1191_poc_ib/100/zpocrequestconfirm/pocrc3

-- host name --(Fully qualified domain name)

when I'm testing the same Service using WSNavigator is throwing error unable to connect the URL:

I'm couldn't figure out, whether it is because of the fully qualified domain name that is causing error, or the different port numbers.

Note:

In the back end ABAP system HTTP connection holds the values for Host Name : Fully Qualified Domain name and the port number 8004.

I was sussessful in log-in to the system if I remove the fullyqualified domain name and place only the host name. But still it was saying unable to to connect system with

http://hostname:443.

Any suggestions please how to resolve this issue.

Thanks in advance

Praveen.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member200962
Active Contributor
0 Kudos
when I'm testing the same Service using WSNavigator is throwing error unable to connect the URL

The URL that you are trying to access hostname:443 seems incorrect....the SOAP Address of the wsdl is your target URL......and it has a mention to the hostname and port on which the wsdl is hosted.....so if your WS is on client with port 8004 it should be hostname:8004 followed by the relevant details.....hope it helps.

Regards,

Abhishek.

Former Member
0 Kudos

Hi Experts,

Any help.

Regards

Praveen