cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP error

Former Member
0 Kudos

Hi Experts,

I get the following error while doing File-SOAP scenario,can you guys plz help

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

- <!-- Call Adapter

-->

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

<SAP:Category>XIAdapterFramework</SAP:Category>

<SAP:Code area="MESSAGE">GENERAL</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText>com.sap.aii.af.ra.ms.api.DeliveryException: invalid content type for SOAP: TEXT/HTML</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack />

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

</SAP:Error>

Accepted Solutions (1)

Accepted Solutions (1)

agasthuri_doss
Active Contributor
0 Kudos

Hi,

1) Paste the Pay load and test in TSET tab im message mapping ( Whether Mapping is Sucessfull)

2) Receiver SOAP Adapter.. Check the URL mentioned is Right.

Regards

Agasthuri Doss

Former Member
0 Kudos

Hi Doss,

My mapping and URL are fine.Could there be wrong with anything else?

Thanks

Answers (1)

Answers (1)

justin_santhanam
Active Contributor
0 Kudos

Hi,

Go to Soap channel Module tab and add the below parameters and check if it works.

Processing Sequence

localejbs/AF_Modules/MessageTransformBean-----Local Enterprise Bean-----transform

sap.com/com.sap.aii.af.soapadapter/XISOAPAdapterBean-----Local Enterprise Bean-----soap

Module Configuration

transform-----Transform.ContentType-----text/xml;charset=utf-8

raj.

Former Member
0 Kudos

Hi Raj,

Thanks for the reply Raj,I changed the Module tab,still not working.

Former Member
0 Kudos

This is the error in Adaptor Engine message monitoring

Audit Log for Message: 1c60fc83-b29e-7345-be25-11ce8bf2e724

Time Stamp Status Description

2008-02-21 10:16:33 Success The message was successfully received by the messaging system. Profile: XI URL: http://********************************************/receive/AFW/XI

2008-02-21 10:16:33 Success Using connection AFW. Trying to put the message into the request queue.

2008-02-21 10:16:33 Success Message successfully put into the queue.

2008-02-21 10:16:33 Success The message was successfully retrieved from the request queue.

2008-02-21 10:16:33 Success The message status set to DLNG.

2008-02-21 10:16:33 Success Delivering to channel: Upload_WS1

2008-02-21 10:16:33 Success SOAP: request message entering the adapter

2008-02-21 10:16:33 Success SOAP: call failed

2008-02-21 10:16:33 Error SOAP: error occured: java.io.IOException: invalid content type for SOAP: TEXT/HTML

2008-02-21 10:16:33 Error Exception caught by adapter framework: invalid content type for SOAP: TEXT/HTML

2008-02-21 10:16:33 Error Delivery of the message to the application using connection AFW failed, due to: invalid content type for SOAP: TEXT/HTML. Setting message to status failed.

2008-02-21 10:16:33 Error The message status set to FAIL.

2008-02-21 10:16:33 Error Returning synchronous error message to calling application: invalid content type for SOAP: TEXT/HTML.

Former Member
0 Kudos

Hi,

It looks like problem with the authorization. Please check if the user is able to conect to that system.

Best regards,

Wojciech

justin_santhanam
Active Contributor
0 Kudos

Hi,

See the thread - . Did u activated the channel after adding the module parameters?

raj.

Former Member
0 Kudos

Thanks for the replies,it is problem with authentication

Former Member
0 Kudos

Hi,

Please mark this thread as solved.

/wg