cancel
Showing results for 
Search instead for 
Did you mean: 

webservice ---> XI ----> webservice

Former Member
0 Kudos

Hi,

I'm trying out a synchrous sceanrio where i have a sender soap adapter and a receiver soap adapter.

I want to create a employee record in MDM system and the record id in passed back to the 1st webservc.One of my outbound sync interface is exposed as webservice and i'm using another webservice to insert data into MDM, i'm also using BPM.

My receiver determination is as follows:

step 1:

WS_CREATE_EMP_IDOC (Sender service using soap adpater) - IP_create_employee(BPM)

step2:

BPM - MDM_Create_Employee (receiver service using soap adapter).

When i test this scenario in rwb, i get the following errors:

in step 1 :

errro at call adapter step (Timeout condition of pipeline reached)

step 2: Response msg contains this error "com.sap.aii.af.ra.ms.api.DeliveryException: java.io.IOException: invalid content type for SOAP: TEXT/HTML"

Help required.points will be awarded.

Accepted Solutions (0)

Answers (2)

Answers (2)

bhavesh_kantilal
Active Contributor
0 Kudos

1. Why are you using a BPM?

As this is a Synch to Synch you do not need a BPM.

2. To increase the TimeOut , refer blog,

/people/michal.krawczyk2/blog/2006/06/08/xi-timeouts-timeouts-timeouts

Regards

Bhavesh

Former Member
0 Kudos

Hi Pragati,

go to SMICM transaction -> from menu choose Go To ->Services....select HTTP.. from menu choose edit service........give maximum processing time to 5000...save this service .....activate this service........then your this error - <i>errro at call adapter step (Timeout condition of pipeline reached)</i> - will be removed.

<i>Response msg contains this error "com.sap.aii.af.ra.ms.api.DeliveryException: java.io.IOException: invalid content type for SOAP: TEXT/HTML</i> - for this error, just see what your web-service is returning....the content which web-service is returnig is not a proper SOAP/HTML msg...

Thanks,

Rajeev Gupta

Message was edited by:

RAJEEV GUPTA