cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP to IDOC scenario

Former Member
0 Kudos

Hi ,

We have a requirement for our client for scenario Webservice(SOAP) ->PI-> IDOC.

Here triggering point would be PI wherein the data needs to be Polled from Webservice and process through PI.

We know that SOAP adapter cannot poll the data . Is there any way to achieve this type of scenario.

Please let me know if any one has come accross this type of scenario.

Regards

Supriya sawant

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Another Alternative:

Use a query-request message initiated from the ECC that can be run by a batch job every desired interval. Then response from the Webservice back to ECC.

IDOC<Proxy->PI----


>Soap(WebService)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

>> Please let me know if any one has come accross this type of scenario

Couple of suggestions...

SOAP(webservice) To IDOC

Create SOAP Sender and host the webservice at PI side and let your client to consume the webservice. I mean let the client to develop webservice client program to push the data to the soap sender. PI will delegate the message from soap sender to the idoc on the backend.

Otherwise you have to use BPM to trigger the call to pull the data from webservice using soap adapter and send that reply to idoc.

Please elabortate more and we will see other possibilities.

Former Member
0 Kudos

Hi,

provide your entire requirement...May be the experts here can suggest an alternative solution..

In your case PI is provider so the consumer needs to utilise or trigger based on the data availability..

HTH

Rajesh