cancel
Showing results for 
Search instead for 
Did you mean: 

Webservice through an exception -->SAP XI namespace is missing in XML

0 Kudos

Hello Experts,

we have a HTTP(synchron) --> XI --> SOAP (synchron) ---> XI --> HTTP Scenario.

A webapplicaton sends a number to XI. XI sends the number (integrationprocess) to a webservice an gets same information back. This information will be send back to the

webapplication.

In same cases the webservices through an exception (it's okay, depend on date).

But XI can't read this XML because one namespace is missing.

The webservice sends the XML correctly. We have tested it.

It seems inside XI one namespace of the XML will lost.

We can't see the reason for it.

An Application Fault Exception is thrown in XI

In the RWB we see this: SOAP: response message contains an error Application/UNKNOWN/APPLICATION_ERROR - application fault

The soap communication channel has an error.

We try to arise the severity of the tracelevel to see more information, but without success.

So we don't find any information for this error.

Do you know this problem?

Thanks in advance!

Jürgen

Accepted Solutions (0)

Answers (2)

Answers (2)

aashish_sinha
Active Contributor
0 Kudos

Hi

Check this out it may help you.

You should use define the asynchronous interfaces because you are not using the response from WS.

Regards

Aashish Sinha

PS : Reward points if helpful

0 Kudos

Hi Aashish,

what do you mean with the statement: You should use define the asynchronous interfaces because you are not using the response from WS ?

I think it is right to use a synchronous interface, because I send a number to the webservice and get back informations depending on this number.

Regards,

Jürgen

Former Member