cancel
Showing results for 
Search instead for 
Did you mean: 

IDOC to SOAP Scenario

Former Member
0 Kudos

Hi ,

I am creating IDOC to SOAP Scenario...My basic question is whether we can do it via asynchronously or synchronously

Please provide the weblogs if you have anything.

Thanks,

Vishal

Edited by: vishal gadkari on Sep 16, 2009 3:32 PM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

answered

former_member200962
Active Contributor
0 Kudos

IDOC does not support synchronous....so the flow will be Asynchronous.

Regards,

Abhishek.

Former Member
0 Kudos

I have created the IDOC to SOAP scenario assynchronusly but it giving follwing error communication channel monitoring :

Message processing failed. Cause: com.sap.engine.interfaces.messaging.api.exception.MessagingException: SOAP: response message contains an error XIAdapter/HTTP/ADAPTER.HTTP_EXCEPTION - HTTP 302 Moved temporarily

In Message Monitoring the message is successful but acknowledement contains error

I feel that this because due to ascynhronous scenario that i have configured.

Please advice on this.

Thanks,

Vishal

Edited by: vishal gadkari on Sep 16, 2009 3:44 PM

former_member200962
Active Contributor
0 Kudos

Check if the WS you are trying to access is in place and the URL (& the port) that you are using are accurate:

http://www.checkupdown.com/status/E302.html

Regards,

Abhishek.

former_member200962
Active Contributor
0 Kudos

If the error stil exists then you have to get the response (make the inbound MI synchronous) and then stop the process.

This can be achieved in a BPM.....seems not possible using normal flow

Receive(IDOC) ---> SyncSend ---> ControlStep(Cancel Process)

Regards,

Abhishek.