cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP Receiver adapter with attachments not working

Former Member
0 Kudos

Hello,

I have a simple synchronous scenario like this; ABAP proxy with attachments to SOAP with attachments.

The SOAP receiver adapter has been configured with the parameters 'Do not Use SOAP envelope' and 'Keep attachments'. We create our own SOAP envelope with custom SOAP headers, so that's the reason for the 'Do not use SOAP envelope' setting.

When we test the scenario with an attachment then we get a timeout from PI. However, when we test the same scenario without any attachment then no errors occur.

The external webservice has also been tested with SOAP UI and it works fine.

Do you have any clues what the problem can be? What are we still missing in the configuration?

We did try with the adapter modules such as PayloadSwapBean and the Message TransformBean, so far without success...

Many thanks.

Roberto

Accepted Solutions (0)

Answers (1)

Answers (1)

stefan_grube
Active Contributor
0 Kudos

Is the attachment huge? Maybe you have to increase the time out parameters.

Is there any trace or error log in the receiving system?

Former Member
0 Kudos

Hi Stefan,

The attachments are not really big, around 150KB.

According to the other party (Oracle Service Bus) no messages with attachments have been received. In fact it seems like those messages never leave the PI server. SOAP requests without attachments are processed successfully.

Thanks

Roberto