cancel
Showing results for 
Search instead for 
Did you mean: 

File to WebService - unknown application error

Former Member
0 Kudos

Hi guys

I want to call a Web Service on my PC using an XML file. I'm monitoring the scenario with the RWB. I want to make sure that the Web Service call actually happened.

I used a Sender-SOAP adapter and a Receiver-File adapter for that purpose and got the following error in the RWB.

SOAP: response message received a89d5830-b1b2-11da-9b47-000c7680c55b

SOAP: response message contains an error Application/UNKNOWN/APPLICATION_ERROR - application fault

In a further waiting message in the message monitoring I found the following error:

ErrorCode: NO_BACK_SYSTEM_IN_HOPLIST ErrorText: ErrorStack: Legacy system to which acknowledgment message is to be sent is missing in hoplist (with wasread=false)

What is the easiest way to utilize the response from a Web Service call??

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi Gökhan,

>>>>I used a Sender-SOAP adapter and a Receiver-File adapter for that purpose and got the following error in the RWB.

if you want to call web service from file

you need to use:

- sender file adapter - not receiver

- receiver SOAP adapter - not sender

if you want to be sure you're message

was delivered and processed (by web service)

you can use sync call (with BPM only)

and return something out of this web service

(like OK status)

BTW

have a look at this excellent weblog on

SOAP errors:

/people/sap.user72/blog/2006/01/16/xi-propagation-of-meaningful-error-information-to-soap-client

Regards,

michal

-

-


<a href="https://answers.sap.com/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions">XI FAQ - Frequently Asked Questions</a>

Answers (0)