cancel
Showing results for 
Search instead for 
Did you mean: 

Receiver SOAP Adapter Exception

Former Member
0 Kudos

Hi,

I have a SOAP-Receiver set up in directory. Tested the WS using SoapUI 3.5 tool and got a proper response.

Now when i test the same in RWB, i get the following exception:

- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">

<SAP:Category>XIAdapter</SAP:Category>

<SAP:Code area="PARSING">ADAPTER.SOAP_EXCEPTION</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText>soap fault: Server was unable to process request. ---> Object reference not set to an instance of an object.</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack />

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

I checked the Communication Channel monitor, it shows the same error message above but on the 'MessageContent' tab i do not see my payload, instead i only see a soap document.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Actual Payload from RWB,

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

<ns0:MT_PORequest xmlns:ns0="http://bancousa.com/sapr3/fi/transdata/PegasoFactura">

<PORequest>

<RequestCFD version="1.0">

<Comprobante version="2.0" subTotal="199467.00" total="231381.72" formaDePago="Pago en una sola exhibicion">

<Emisor rfc="MMM041206JDA">

</Emisor>

<Receptor rfc="AMG0608239L9" nombre="AGENCIA MX-5, S.A. DE C.V.">

<Domicilio calle="BLVD. PEDRO INFANTE" colonia="DESARROLLO URBANO PLAN 3 RIOS" municipio="CULIACAN" estado="SINALOA" pais="MEXICO" codigoPostal="80220" noExterior="2619"/>

</Receptor>

<Conceptos>

<Concepto cantidad="1" noIdentificacion="JM1BL1S50A1256617" descripcion="VALOR DE LA UNIDAD BASICA" valorUnitario="196102.00" importe="196102.00" unidad="PIEZA">

<Parte cantidad="1" descripcion="AT2-AUTOMATIC TRANSMISSION" valorUnitario="0.00" importe="0.00" unidad="PIEZA">

</Parte>

<Parte cantidad="1" descripcion="WHEEL LOCKS" valorUnitario="0.00" importe="0.00" unidad="PIEZA">

<InformacionAduanera numero="95137889000191" aduana="LAZARO CARDENAS" fecha="2010-04-20">

</InformacionAduanera>

</Parte>

</Concepto>

<Concepto cantidad="1" descripcion="GASTOS DE TRASLADO" valorUnitario="2200.00" importe="2200.00" unidad="PIEZA">

</Concepto>

<Concepto cantidad="1" descripcion="SEGURO DE TRASLADO" valorUnitario="1165.00" importe="1165.00" unidad="PIEZA">

</Concepto>

</Conceptos>

<Impuestos totalImpuestosTrasladados="31914.72">

<Traslados>

<Traslado impuesto="IVA" importe="31914.72" tasa="16.00"/>

</Traslados>

</Impuestos>

<Addenda>

<AddendaEmisor>

<RequestForPayment>

<AddendaEmisorFactAuto moneda="MXN" claveVehicular="590108" colorExterior="4K BLANCO CRISTAL PERLADO" colorInterior="B59 NEGRO" financiera="banco FINANCIAL SERVICES" descripcionAuto="2010/BANCO 4 CILINDROS" numSerie="JM6BL15739A1256617" leyendaDocto="PAGO EN UNA SOLA EXHIBICION" noReferenciaInterno="1000000262MX102005" nombreVendedor="BANCO DE MEXICO DE R.L. DE C.V."/>

</RequestForPayment>

</AddendaEmisor>

</Addenda>

</Comprobante>

<Transaccion id="1000000262MX102005"/>

<TipoComprobante nombre="Factura de Autos" clave="EMMV">

</TipoComprobante>

<Sucursal nombre="MATRIZ">

</Sucursal>

</RequestCFD>

</PORequest>

</ns0:MT_PORequest>

This is how my payload shows in SoapUI:

<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:emis="http://www.pegasotecnologia.com/webservices/emision/">

<soap:Header/>

<soap:Body>

<emis:emitirCFD>

<!Optional:>

<emis:PoRequestCFD>

<RequestCFD version="1.0">

<Comprobante version="2.0" subTotal="199467.00" total="231381.72" formaDePago="Pago en una sola exhibicion">

<Emisor rfc="MMM041206JDA">

</Emisor>

<Receptor rfc="AMG0608239L9" nombre="AGENCIA MX-5, S.A. DE C.V.">

<Domicilio calle="BLVD. PEDRO INFANTE" colonia="DESARROLLO URBANO PLAN 3 RIOS" municipio="CULIACAN" estado="SINALOA" pais="MEXICO" codigoPostal="80220" noExterior="2619"/>

</Receptor>

<Conceptos>

<Concepto cantidad="1" noIdentificacion="JM1BL1S50A1256617" descripcion="VALOR DE LA UNIDAD BASICA" valorUnitario="196102.00" importe="196102.00" unidad="PIEZA">

<Parte cantidad="1" descripcion="AT2-AUTOMATIC TRANSMISSION" valorUnitario="0.00" importe="0.00" unidad="PIEZA">

</Parte>

<Parte cantidad="1" descripcion="WHEEL LOCKS" valorUnitario="0.00" importe="0.00" unidad="PIEZA">

<InformacionAduanera numero="95137889000191" aduana="LAZARO CARDENAS" fecha="2010-04-20">

</InformacionAduanera>

</Parte>

</Concepto>

<Concepto cantidad="1" descripcion="GASTOS DE TRASLADO" valorUnitario="2200.00" importe="2200.00" unidad="PIEZA">

</Concepto>

<Concepto cantidad="1" descripcion="SEGURO DE TRASLADO" valorUnitario="1165.00" importe="1165.00" unidad="PIEZA">

</Concepto>

</Conceptos>

<Impuestos totalImpuestosTrasladados="31914.72">

<Traslados>

<Traslado impuesto="IVA" importe="31914.72" tasa="16.00"/>

</Traslados>

</Impuestos>

<Addenda>

<AddendaEmisor>

<RequestForPayment>

<AddendaEmisorFactAuto moneda="MXN" claveVehicular="590108" colorExterior="4K BLANCO CRISTAL PERLADO" colorInterior="B59 NEGRO" financiera="banco FINANCIAL SERVICES" descripcionAuto="2010/BANCO 4 CILINDROS" numSerie="JM6BL15739A1256617" leyendaDocto="PAGO EN UNA SOLA EXHIBICION" noReferenciaInterno="1000000262MX102005" nombreVendedor="BANCO DE MEXICO DE R.L. DE C.V."/>

</RequestForPayment>

</AddendaEmisor>

</Addenda>

</Comprobante>

<Transaccion id="1000000262MX102005"/>

<TipoComprobante nombre="Factura de Autos" clave="EMMV">

</TipoComprobante>

<Sucursal nombre="MATRIZ">

</Sucursal>

</RequestCFD>

</emis:PoRequestCFD>

</emis:emitirCFD>

</soap:Body>

</soap:Envelope>

Former Member
0 Kudos

Hi,

There would be some difference in the payloads between the one you are sending from SoapUI and PI. Compare them and see. The request you are sending from pi is not taking by the webservice. Make sure you have exactly the same or put both the payloads here so that somebody can help you out here.

Regards,

---Satish

Former Member
0 Kudos

Payload in SoaupUI looks like below:

<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:emis="http://www.pegasotecnologia.com/webservices/emision/">

<soap:Header/>

<soap:Body>

<emis:emitirCFD>

<!Optional:>

<emis:PoRequestCFD>

<RequestCFD version="1.0">

<Comprobante version="2.0" subTotal="199467.00" total="231381.72" formaDePago="Pago en una sola exhibicion">

<Emisor rfc="MMM041206JDA">

* </Emisor>*

<Receptor rfc="AMG0608239L9" nombre="AGENCIA MX-5, S.A. DE C.V.">

<Domicilio calle="BLVD. PEDRO INFANTE" colonia="DESARROLLO URBANO PLAN 3 RIOS" municipio="CULIACAN" estado="SINALOA" pais="MEXICO" codigoPostal="80220" noExterior="2619"/>

</Receptor>

<Conceptos>

<Concepto cantidad="1" noIdentificacion="JM1BL1S50A1256617" descripcion="VALOR DE LA UNIDAD BASICA" valorUnitario="196102.00" importe="196102.00" unidad="PIEZA">

<Parte cantidad="1" descripcion="AT2-AUTOMATIC TRANSMISSION" valorUnitario="0.00" importe="0.00" unidad="PIEZA">

</Parte>

<Parte cantidad="1" descripcion="WHEEL LOCKS" valorUnitario="0.00" importe="0.00" unidad="PIEZA">

<InformacionAduanera numero="95137889000191" aduana="LAZARO CARDENAS" fecha="2010-04-20">

</InformacionAduanera>

</Parte>

</Concepto>

<Concepto cantidad="1" descripcion="GASTOS DE TRASLADO" valorUnitario="2200.00" importe="2200.00" unidad="PIEZA">

* </Concepto>*

<Concepto cantidad="1" descripcion="SEGURO DE TRASLADO" valorUnitario="1165.00" importe="1165.00" unidad="PIEZA">

* </Concepto>*

</Conceptos>

<Impuestos totalImpuestosTrasladados="31914.72">

<Traslados>

<Traslado impuesto="IVA" importe="31914.72" tasa="16.00"/>

</Traslados>

</Impuestos>

<Addenda>

<AddendaEmisor>

<RequestForPayment>

<AddendaEmisorFactAuto moneda="MXN" claveVehicular="590108" colorExterior="4K BLANCO CRISTAL PERLADO" colorInterior="B59 NEGRO" financiera="banco FINANCIAL SERVICES" descripcionAuto="2010/BANCO 4 CILINDROS" numSerie="JM6BL15739A1256617" leyendaDocto="PAGO EN UNA SOLA EXHIBICION" noReferenciaInterno="1000000262MX102005" nombreVendedor="BANCO DE MEXICO DE R.L. DE C.V."/>

</RequestForPayment>

</AddendaEmisor>

</Addenda>

</Comprobante>

<Transaccion id="1000000262MX102005"/>

<TipoComprobante nombre="Factura de Autos" clave="EMMV">

* </TipoComprobante>*

<Sucursal nombre="MATRIZ">

* </Sucursal>*

</RequestCFD>

*</emis:PoRequestCFD>*

</emis:emitirCFD>

</soap:Body>

</soap:Envelope>

Edited by: BRamchan on Jul 7, 2010 11:38 AM

Former Member
0 Kudos

Payload from RWB is below:

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

<ns0:MT_PORequest xmlns:ns0="http://bancousa.com/sapr3/fi/transdata/PegasoFactura">

<PORequest>

<RequestCFD version="1.0">

<Comprobante version="2.0" subTotal="199467.00" total="231381.72" formaDePago="Pago en una sola exhibicion">

<Emisor rfc="MBZ041206YIE">

</Emisor>

<Receptor rfc="AMG0608239L9" nombre="AGENCIA MX-5, S.A. DE C.V.">

<Domicilio calle="BLVD. PEDRO INFANTE" colonia="DESARROLLO URBANO PLAN 3 RIOS" municipio="CULIACAN" estado="SINALOA" pais="MEXICO" codigoPostal="80220" noExterior="2619"/>

</Receptor>

<Conceptos>

<Concepto cantidad="1" noIdentificacion="JM1BL1S50A1256617" descripcion="VALOR DE LA UNIDAD BASICA" valorUnitario="196102.00" importe="196102.00" unidad="PIEZA">

<Parte cantidad="1" descripcion="AT2-AUTOMATIC TRANSMISSION" valorUnitario="0.00" importe="0.00" unidad="PIEZA">

</Parte>

<Parte cantidad="1" descripcion="WHEEL LOCKS" valorUnitario="0.00" importe="0.00" unidad="PIEZA">

<InformacionAduanera numero="95137889000191" aduana="LAZARO CARDENAS" fecha="2010-04-20">

</InformacionAduanera>

</Parte>

</Concepto>

<Concepto cantidad="1" descripcion="GASTOS DE TRASLADO" valorUnitario="2200.00" importe="2200.00" unidad="PIEZA">

</Concepto>

<Concepto cantidad="1" descripcion="SEGURO DE TRASLADO" valorUnitario="1165.00" importe="1165.00" unidad="PIEZA">

</Concepto>

</Conceptos>

<Impuestos totalImpuestosTrasladados="31914.72">

<Traslados>

<Traslado impuesto="IVA" importe="31914.72" tasa="16.00"/>

</Traslados>

</Impuestos>

<Addenda>

<AddendaEmisor>

<RequestForPayment>

<AddendaEmisorFactAuto moneda="MXN" claveVehicular="590108" colorExterior="4K BLANCO CRISTAL PERLADO" colorInterior="B59 NEGRO" financiera="banco FINANCIAL SERVICES" descripcionAuto="2010/BANCO 4 CILINDROS" numSerie="JM6BL15739A1256617" leyendaDocto="PAGO EN UNA SOLA EXHIBICION" noReferenciaInterno="1000000262MX102005" nombreVendedor="BANCO DE MEXICO DE R.L. DE C.V."/>

</RequestForPayment>

</AddendaEmisor>

</Addenda>

</Comprobante>

<Transaccion id="1000000262MX102005"/>

<TipoComprobante nombre="Factura de Autos" clave="EMMV">

</TipoComprobante>

<Sucursal nombre="MATRIZ">

</Sucursal>

</RequestCFD>

</PORequest>

</ns0:MT_PORequest>

Edited by: BRamchan on Jul 7, 2010 11:33 AM

Former Member
0 Kudos

Hi,

I see <PORequest> in your payload from PI, but not in SOAP UI. Thats the error you are having. So try to upload the xsd or wsdl you are using in SOAP UI directly into PI and directly use it instead of creating a message type in pi.

Regards,

---Satish

Former Member
0 Kudos

Satish,

The difference you saw was the <PORequest> the unbounded element, the message mapping in place takes care of it and produces the output (bold above) simillar to the one used in SoapUI.

But i believe it is more the SoapEnvelope not being created in order and WS keeps rejecting the request.

any idea how to address the SoapEnvelope issue ???

This is what i see in the CommunicationChannelMonitor (Message content tab => SOAP Document)

- <SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">

- <SOAP:Header xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:wsse="http://www.docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">

- <SAP:Main versionMajor="3" versionMinor="0" SOAP:mustUnderstand="1" xmlns:wsu="http://www.docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" wsu:Id="wsuid-main-92ABE13F5C59AB7FE10000000A1551F7">

<SAP:MessageClass>ApplicationMessage</SAP:MessageClass>

<SAP:ProcessingMode>synchronous</SAP:ProcessingMode>

<SAP:MessageId>8f86dfa8-e3a7-5b46-82b1-1af117d4a815</SAP:MessageId>

<SAP:TimeSent>2010-07-07T21:18:30Z</SAP:TimeSent>

- <SAP:Sender>

<SAP:Party agency="" scheme="" />

<SAP:Service>IP_amigoCentro</SAP:Service>

</SAP:Sender>

- <SAP:Receiver>

<SAP:Party agency="" scheme="" />

<SAP:Service>amigoCentro</SAP:Service>

</SAP:Receiver>

<SAP:Interface namespace="http://bancousa.com/sapr3/fi/transdata/amigoCentro">MI_CentroReq_Inbound</SAP:Interface>

</SAP:Main>

- <SAP:ReliableMessaging SOAP:mustUnderstand="1">

<SAP:QualityOfService>BestEffort</SAP:QualityOfService>

</SAP:ReliableMessaging>

- <SAP:Diagnostic SOAP:mustUnderstand="1">

<SAP:TraceLevel>Information</SAP:TraceLevel>

<SAP:Logging>Off</SAP:Logging>

</SAP:Diagnostic>

- <SAP:HopList SOAP:mustUnderstand="1">

- <SAP:Hop timeStamp="2010-07-07T21:18:30Z" wasRead="false">

<SAP:Engine type="PE" />

<SAP:Adapter namespace="http://sap.com/xi/XI/System">PE</SAP:Adapter>

<SAP:MessageId>8f86dfa8-e3a7-5b46-82b1-1af117d4a815</SAP:MessageId>

<SAP:Info />

</SAP:Hop>

- <SAP:Hop timeStamp="2010-07-07T21:18:30Z" wasRead="false">

<SAP:Engine type="IS">is.01.m2sapxqsc</SAP:Engine>

<SAP:Adapter namespace="http://sap.com/xi/XI/System">XI</SAP:Adapter>

<SAP:MessageId>8f86dfa8-e3a7-5b46-82b1-1af117d4a815</SAP:MessageId>

<SAP:Info>3.0</SAP:Info>

</SAP:Hop>

- <SAP:Hop timeStamp="2010-07-07T21:18:30Z" wasRead="false">

<SAP:Engine type="AE">af.xqs.m2sapxqsc</SAP:Engine>

<SAP:Adapter namespace="http://sap.com/xi/XI/System">XIRA</SAP:Adapter>

<SAP:MessageId>8f86dfa8-e3a7-5b46-82b1-1af117d4a815</SAP:MessageId>

</SAP:Hop>

</SAP:HopList>

</SOAP:Header>

- <SOAP:Body>

<sap:Manifest xmlns:sap="http://sap.com/xi/XI/Message/30" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:wsu="http://www.docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" wsu:Id="wsuid-manifest-5CABE13F5C59AB7FE10000000A1551F7" />

</SOAP:Body>

</SOAP:Envelope>

Edited by: BRamchan on Jul 7, 2010 2:23 PM

Former Member
0 Kudos

Hi,

In your receiver communication channel please make sure your Do Not Use SOAP Envelope is unchecked.

Regards,

---Satish

Former Member
0 Kudos

It is unchecked. all conversion parameters are unchecked.

Former Member
0 Kudos

Hi,

You should understand here one thing. Whatever is under the line <?xml version="1.0" encoding="UTF-8"?> goes as payload which is the body for the soap message. When this soap message calls the web service it fails because you have this extra first two lines and last two lines from PI. Thats what the difference I am trying to tell you.

The webservice guys would have given you the wsdl or xsd you can upload it directly into your repository and can eliminate those extra message type lines you have in your payload.

Regards,

---Satish

Former Member
0 Kudos

Hi Satish,

sorry if i confused you. The actual payload(xml) which goes from XI is as below:

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

<RequestCFD version="1.0"><Comprobante version="2.0" formaDePago="Pago en una sola exhibicion" subTotal="199467.00" total="231381.72"><Emisor rfc="MTF041205JER"></Emisor><Receptor rfc="AMG0608239L9" nombre="AGENCIA MX-5, S.A. DE C.V."><Domicilio calle="BLVD. PEDRO INFANTE" colonia="DESARROLLO URBANO PLAN 3 RIOS" municipio="CULIACAN" estado="SINALOA" pais="MEXICO" codigoPostal="80220" noExterior="2619"></Domicilio></Receptor><Conceptos><Concepto cantidad="1" noIdentificacion="JM1BL1S50A1256617" descripcion="VALOR DE LA UNIDAD BASICA" valorUnitario="196102.00" importe="196102.00" unidad="PIEZA"><Parte cantidad="1" descripcion="AT2-AUTOMATIC TRANSMISSION" valorUnitario="0.00" importe="0.00" unidad="PIEZA"></Parte><Parte cantidad="1" descripcion="WHEEL LOCKS" valorUnitario="0.00" importe="0.00" unidad="PIEZA"><InformacionAduanera numero="95137889000191" aduana="LAZARO CARDENAS" fecha="2010-04-20">

</InformacionAduanera></Parte></Concepto><Concepto cantidad="1" descripcion="GASTOS DE TRASLADO" valorUnitario="2200.00" importe="2200.00" unidad="PIEZA"></Concepto><Concepto cantidad="1" descripcion="SEGURO DE TRASLADO" valorUnitario="1165.00" importe="1165.00" unidad="PIEZA"></Concepto></Conceptos><Impuestos totalImpuestosTrasladados="31914.72"><Traslados><Traslado impuesto="IVA" importe="31914.72" tasa="16.00"></Traslado></Traslados></Impuestos><Addenda><AddendaEmisor><RequestForPayment><AddendaEmisorFactAuto moneda="MXN" nombreVendedor="BANCO DE MEXICO S DE R.L. DE C.V." claveVehicular="590108" colorExterior="4K BLANCO CRISTAL PERLADO" colorInterior="B59 NEGRO" financiera="BANCO FINANCIAL SERVICES" descripcionAuto="2010/M3S S AM" numSerie="JM1BL1S50A4455217" leyendaDocto="PAGO EN UNA SOLA EXHIBICION" noReferenciaInterno="1000000262MX102005"></AddendaEmisorFactAuto></RequestForPayment></AddendaEmisor></Addenda></Comprobante><Transaccion id="1000000262MX102005"></Transaccion><TipoComprobante nombre="Factura de Autos" clave="EMMV">

</TipoComprobante><Sucursal nombre="MATRIZ">

</Sucursal></RequestCFD>

Former Member
0 Kudos

Satish,

From my SoapDocument, i don't see the payload being part of the <Body> at all.

- <SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">

- <SOAP:Header xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:wsse="http://www.docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">

+ <SAP:Main versionMajor="3" versionMinor="0" SOAP:mustUnderstand="1" xmlns:wsu="http://www.docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" wsu:Id="wsuid-main-92ABE13F5C59AB7FE10000000A1551F7">

<SAP:MessageClass>ApplicationMessage</SAP:MessageClass>

<SAP:ProcessingMode>synchronous</SAP:ProcessingMode>

<SAP:MessageId>6c6d4f1d-922c-bb4c-a530-565d72af968a</SAP:MessageId>

<SAP:TimeSent>2010-07-09T23:27:07Z</SAP:TimeSent>

- <SAP:Sender>

<SAP:Party agency="" scheme="" />

<SAP:Service>IP_PegasoFactura</SAP:Service>

</SAP:Sender>

- <SAP:Receiver>

<SAP:Party agency="" scheme="" />

<SAP:Service>PegasoFactura</SAP:Service>

</SAP:Receiver>

<SAP:Interface namespace="http://mazdausa.com/sapr3/fi/transdata/PegasoFactura">MI_FacturalssReq_Inbound</SAP:Interface>

</SAP:Main>

+ <SAP:ReliableMessaging SOAP:mustUnderstand="1">

<SAP:QualityOfService>BestEffort</SAP:QualityOfService>

</SAP:ReliableMessaging>

+ <SAP:Diagnostic SOAP:mustUnderstand="1">

<SAP:TraceLevel>Information</SAP:TraceLevel>

<SAP:Logging>Off</SAP:Logging>

</SAP:Diagnostic>

- <SAP:HopList SOAP:mustUnderstand="1">

- <SAP:Hop timeStamp="2010-07-09T23:27:07Z" wasRead="false">

<SAP:Engine type="PE" />

<SAP:Adapter namespace="http://sap.com/xi/XI/System">PE</SAP:Adapter>

<SAP:MessageId>6c6d4f1d-922c-bb4c-a530-565d72af968a</SAP:MessageId>

<SAP:Info />

</SAP:Hop>

- <SAP:Hop timeStamp="2010-07-09T23:27:08Z" wasRead="false">

<SAP:Engine type="IS">is.01.m2sapxqsc</SAP:Engine>

<SAP:Adapter namespace="http://sap.com/xi/XI/System">XI</SAP:Adapter>

<SAP:MessageId>6c6d4f1d-922c-bb4c-a530-565d72af968a</SAP:MessageId>

<SAP:Info>3.0</SAP:Info>

</SAP:Hop>

- <SAP:Hop timeStamp="2010-07-09T23:27:08Z" wasRead="false">

<SAP:Engine type="AE">af.xqs.m2sapxqsc</SAP:Engine>

<SAP:Adapter namespace="http://sap.com/xi/XI/System">XIRA</SAP:Adapter>

<SAP:MessageId>6c6d4f1d-922c-bb4c-a530-565d72af968a</SAP:MessageId>

</SAP:Hop>

</SAP:HopList>

</SOAP:Header>

- <SOAP:Body>

<sap:Manifest xmlns:sap="http://sap.com/xi/XI/Message/30" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:wsu="http://www.docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" wsu:Id="wsuid-manifest-5CABE13F5C59AB7FE10000000A1551F7" />

</SOAP:Body>

</SOAP:Envelope>