cancel
Showing results for 
Search instead for 
Did you mean: 

Webservices

Former Member
0 Kudos

Hi guys,

I've a little problem when I m trying to invoke a webservice : (Proxy to Soap )

I 've this error in the monitor :

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

- <!-- Call Integration Server

-->

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

<SAP:Category>Application</SAP:Category>

<SAP:Code area="UNKNOWN">APPLICATION_ERROR</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText>application fault</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="http://xml.apache.org/axis/">hostname</SAP:ApplicationFaultMessage>

<SAP:Stack />

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

</SAP:Error>

Does anybody know where the problem could be?

Thanks in advance,

Regards,

Muraii

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi Murai,

I have faced exactly the same problem. Basically this is an application exception triggered by your webservice.

you can catch this using fault message and return back to your sender system.

To do so, when you define the Message Interface using the external definition(of your webservice), you should also include the fault message.

So, in case u want to do interface mapping, you will find options for Request, Response as well as Fault Message.

In case you need any more input from me, please let me know.

Regards

Pushkar

manish_bhalla2
Contributor
0 Kudos

Hi Murai,

I suggest you check the value you are using in the Parameter 'SOAP Action' and also the URL you are using to call the webservice.

Cheers

Manish

prateek
Active Contributor
0 Kudos

Check the following

1. Is there any datatype mismatch between sending and receiving system

2. Check the message format

3. Try recreating the message structures

Regards,

Prateek

former_member529475
Active Contributor
0 Kudos

HI Murai

As of now i donot have a specific answer to your problem but i think you need to see your configuration again at adapter, and refer to the FAQ on SOAP adapter.

856597 in https://websmp206.sap-ag.de/notes

Sometimes It's because of the wrong format of message

Cheers..

Vasu

<i>** Reward Points if found useful **</i>

Former Member
0 Kudos

Nobody?