cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP Receiver multipart

inigo_sacramento
Participant
0 Kudos

HI.

I defined as external definition a webservice. My problem is that when i select the response method in message mapping, i'm getting a message completely different than in SXI_MONITOR.

First of all, i'm using a RPC style webservice definition. In message mapping, this is what i have

<?xml version="1.0" encoding="UTF-8"?>

<ns0:recuperarResponse xmlns:ns0="urn:MiNameSpacePrueba">

<recuperarReturn>

<datos/>

<retorno>

<errorMessage/>

<excepcion/>

<retCode/>

<errorCode/>

</retorno>

</recuperarReturn>

</ns0:recuperarResponse>

But, when i check SXI_MONITOR (because mapping is not working fine), i have 3 documents as response. I'm using SOAP AXIS RECEIVER adapter.

In payload, i have as document-0 the target message (a SAP function module). Is empty.

I also have two more messages under payload : document-1 and document-2.

My really problem is that data i must map document-1 with the response SAP function module. I've tried with PayloadSwapBean with no possitive results.

Any idea of waht is happening?

Kind regards,

Inigo.

Accepted Solutions (0)

Answers (1)

Answers (1)

VijayKonam
Active Contributor
0 Kudos

Payloadswapbean is the right one here. You have to clearly define the identification criteria.

VJ