cancel
Showing results for 
Search instead for 
Did you mean: 

Following message failing in sender soap adapter

Former Member
0 Kudos

Hi all,

The message below fails when it is sent to our adapter with a 500 error from a webmethods server. however if I pull the soap message out of the mime, and use our client test tool, it posts fine.

What is wrong with the message below?

Message-ID:<28413146.1155935375732.JavaMail.webmethods@exshaw>

MIME-Version: 1.0

Content-Type: multipart/related; type="text/xml"; boundary=X-K12456234-X

X-K12456234---X

content-type: text/xml;charset=UTF-8

content-transfer-encoding: 7bit

Content-ID: <SES>

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

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/1999/XMLSchema"

xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance">

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

<SOAP-ENV:Body>

<nr1:ServiceAcknowledgementRequest xmlns:nr1="http://sap.com/xi/SAPGlobal/Global">

<MessageHeader>

<ID schemeID="0240">74000003400000000020060329170547</ID>

<CreationDateTime>2006-03-29T17:05:47Z</CreationDateTime>

<SenderParty>

<InternalID schemeID="PartnerID" schemeAgencyID="SSR_100">6000000011</InternalID>

</SenderParty>

<RecipientParty>

<InternalID schemeID="PartnerID" schemeAgencyID="SSR_100">0000000236</InternalID>

</RecipientParty>

</MessageHeader>

<ServiceAcknowledgement>

<ID schemeAgencyID="SSR_100" schemeAgencySchemeAgencyID="ZZZ">7400000340</ID>

<BuyerID>7400000340</BuyerID>

<CreationDateTime>2006-03-29T17:03:55Z</CreationDateTime>

<Note>Service Entry Sheet#1</Note>

<Item>

<ID>10</ID>

<Quantity unitCode="EA">5.0</Quantity>

<Product>

<TypeCode>1</TypeCode>

<Note>Test Service</Note>

</Product>

<Price>

<NetUnitPrice>

<Amount currencyCode="USD">1.0</Amount>

<BaseQuantity unitCode="EA">1.0</BaseQuantity>

</NetUnitPrice>

</Price>

<PurchaseOrderReference>

<ID>2000000742</ID>

<ItemID>1</ItemID>

</PurchaseOrderReference>

</Item>

</ServiceAcknowledgement>

</nr1:ServiceAcknowledgementRequest>

</SOAP-ENV:Body>

</SOAP-ENV:Envelope>

X-K12456234---X—

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Richard,

I think, it is because of the Autorization Problem..i.e

Webservice is not able to execute by SOAP adapter.. So Security Roles etc..

Check this SAP SOAP Note for FAQ-856597 (Question No 1)

A similar symptom is mentioned in this note....

Regards,

Abhy