cancel
Showing results for 
Search instead for 
Did you mean: 

Customizing ENDPOINT URL generated in PI

Former Member
0 Kudos


Hi Experts,

I have generated the WSDL in PI.

The Endppoint URL is as follows.

http://hostname:port number/XISOAPAdapter/MessageServlet/sender_party;senderService = xxx;receiverparty=;receiverService=yyy;interface name;namespace

But the client needs the cutomized endpoint URL as mentioned below without PI object details like service interface name, namespaces

http://hostname:port number/XISOAPAdapter/MessageServlet/DataInsert

Any solution for this?

Can we do the customization anywhere?

Thanks in advance

Best regards,

Deepthi

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You can choose between 2 URL patterns, as stated in Configuring the Sender SOAP Adapter - Advanced Adapter Engine - SAP Library | paragraph Result:

You can trigger a call to the sender SOAP adapter using either of the following URLs. However, SAP recommends you to use the second option. 

  •   http:// <host name> : <port name> /XISOAPAdapter/MessageServlet?channel= <party name> : <service name> : <channel name> . If you have not created a party, enter channel=: <service name> : <channel name>   
  •   http:// <host name> : <port name> /XISOAPAdapter/MessageServlet?senderParty= <name of the sender party> &senderService= <name of the sender service> &interface= <name of the interface> &receiverParty= <name of the receiver party> &receiverService= <name of the receiver service> &interfaceNamespace= <name of the interface namespace>