cancel
Showing results for 
Search instead for 
Did you mean: 

Handling Multiple requests in SOAP Sender Adapter

Former Member
0 Kudos

Hi All,

We are working on scenario SOAP-IDOC.

We receive multiple requests from Source, PI should process them and deliver it to SAP system.

Now the issue is :

The messages are in separate SOAP requests i.e. 5 messages = 5 SOAP requests.

If sending a single message there is no issue.

If sending multiple messages at once then a time-out occurs.(HTTP 408 Timeout) If sending

5 SOAP requests in the same transmission then the first message will process ok but the other 4 will report an error. If the 5 SOAP requests are transmitted individually then they process ok.

Can any one throw some pointers on this? What are the settings I have to do in PI so that sender can avoid getting HTTP 408 timeout error?

Regards,

Srini

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Done

JoelTrinidade
Active Contributor
0 Kudos

Hi Srinivasa,

Set icm/server_port_X parameter . You can change this in RZ10 .Goto tcode RZ10 select the instance profile and select the extended maintenance and click on Change Now click on Create Parameter Tab and write the profile parameter icm/server_port_X and press enter it will show you the default value if any and then put the new value and click on save and F3 and then again save.System needs to be restarted to reflect these changes.

Also check out the SOAP adapter FAQ on service market place. This would surely solve your problem(time out).

Rgds

joel

prateek
Active Contributor
0 Kudos

This doesn't really seems to be problem at XI end. It usually occurs when soap client is unable to connect to XI.

5 SOAP requests in the same transmission

How does you soap client actually achieves this?

Regards,

Prateek