cancel
Showing results for 
Search instead for 
Did you mean: 

Web Service scenario - Error

Former Member
0 Kudos

Hi all,

I am new to the web service concept of PI. We have a scenario webservice -> webservice using xi3.0

below is the error wat i am getting while testing end to end...

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/PLAIN; HTTP 401 Unauthorized</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack />

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

</SAP:Error>

Adapter is configured as Exactly once only and interfaces are created as Asyncronus..

Please, Kindly help me to resolve this problem.

quick help is appreciated.

Regards

Anuradha

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Anuradha,

Chk if the following threads help you...

With Regards,

Pinangshuk.

srikanth_srinivasan3
Active Participant
0 Kudos

If you supply logon data as a web security information enveloped with SOAP header tags, you can make use of WS adapter to interpret them. I am unsure if SOAP sender adapter could do that job for your flow as it is!

-

Srikanth Srinivasan

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

401 means that you're using a wrong password/user to call the WS

Regards,

Michal Krawczyk