cancel
Showing results for 
Search instead for 
Did you mean: 

IDOC to SOAP Scenario

former_member185881
Active Participant
0 Kudos

Hi All

Scenario is IDOC to SOAP.

As there is SOAP as a receiver side I asked to client to provide me WSDL file so that I can import into my PI. But Client sent me a BAPI structure instead of WSDL file.

So I want to ask is this posible to implement receiver SOAP using BAPI.

Regards

Dheeraj Kumar

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

is this posible to implement receiver SOAP using BAPI

no that is not possiable because in Soap receiver communication channel, we have to provide the Soap url

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>>So I want to ask is this posible to implement receiver SOAP using BAPI.

no - if it's SOAP you should receive a WSLD instead

why don't you use an RFC adapter (to call BAPI) instead of SOAP ?

Regards,

Michal Krawczyk

former_member185881
Active Participant
0 Kudos

Hi Michal

Receiver side is portal so how come I can use RFC adapter?

Please do help.

Regards

Dheeraj Kumar

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>Receiver side is portal so how come I can use RFC adapter?

portal has nothing to do with bapis - it's a display later for documents from the backend system (if we're talking about SAP)

so instead of doing a SOAP call you can use RFC adapter to connect directly to the "BAPI" engine - which is ERP

if you want to use SOAP - you need a WSDL - but the WSDL can be generated from BAPI too (keep that in mind)

Regards,

Michal Krawczyk