cancel
Showing results for 
Search instead for 
Did you mean: 

SOAMANAGER concept - ECC to JMS scenario

ramu_g4
Participant
0 Kudos

Hi Experts,

I am working on an interface from SAP ECC to JMS [asynchronous to synchronous interface], End to end flow SAP ECC[SOAP] --> PI[JMS] --> MQ --> Webservice.

SAP ECC will generate SOAP request in the required structure expected by webservice.

Here PI plus MQ will acts as a pass through here & PI should acts as Async - Sync bridge. Can PI connect to SAP ECC using SOAP protocol using SOAMANAGER configuration in ECC. Please guide me to achieve this.

SOAMANAGER configuration step by step in both ECC & PI please.

Thanks,

Ramu.

'

Accepted Solutions (0)

Answers (1)

Answers (1)

Liz_
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Ramu,

In ECC via t_code SOAMANAGER configuration, you need set the endpoint as the url which is used to send soap message as follows:

http://host:port /XISOAPAdapter/MessageServlet?senderParty=FP& senderService=FS& interface=IF&receiverParty=TP&receiverService=TS∫erfaceNamespace=IFNamespace

In PI side, you create a soap sender channel with protocol soap not XI 3.0.

Just think it is normal soap sender scenario e.g. from soap UI, but you need input the soap sending URL in SOAMANAGER. It is really simple.

Best Regards,

Liz

ramu_g4
Participant
0 Kudos

Hi Liz Jin,

Do we need to import WSDL to PI before we start the development? Can I get the WSDL file from ABAP team?

Thanks,

Ramu.

Liz_
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Ramu,

You can get the WSDL from PI system. You go to the sender agreement, and get the WSDL file.

Regards,

Liz