cancel
Showing results for 
Search instead for 
Did you mean: 

Error in Ws to File Scenario

Former Member
0 Kudos

Hi,

The Below error is displayed when executiong the proxy.

<?xml version="1.0" encoding="utf-8" ?>

- <asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">

- <asx:values>

<SYSTEMFAULT href="#o239" />

</asx:values>

- <asx:heap xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:abap="http://www.sap.com/abapxml/types/built-in" xmlns:cls="http://www.sap.com/abapxml/classes/global" xmlns:dic="http://www.sap.com/abapxml/types/dictionary">

- <cls:CX_AI_SYSTEM_FAULT id="o239">

- <CX_ROOT>

<TEXTID>F63AFF63DBE4BB4786A7F52CC4167145</TEXTID>

<PREVIOUS />

<KERNEL_ERRID />

- <INTERNAL_SOURCE_POS>

<PROGID>97</PROGID>

<CONTID>3413</CONTID>

</INTERNAL_SOURCE_POS>

</CX_ROOT>

<CX_STATIC_CHECK />

- <CX_AI_SYSTEM_FAULT>

<CODECONTEXT />

<CODE>RCVR_DETERMINATION.NO_RECEIVER_CASE_BE</CODE>

<ERRORTEXT>No receiver could be determined</ERRORTEXT>

<LANGUAGE />

</CX_AI_SYSTEM_FAULT>

</cls:CX_AI_SYSTEM_FAULT>

</asx:heap>

</asx:abap>

I am using the Webservice URL:http://www.webservicex.net/CurrencyConvertor.asmx?wsdl.

Senderinterfacename:CurrencyConvertorSoap_out

SenderinterfacenameSpace:http://www.webserviceX.NET/

I am calling the above url (CurrencyConvertorSoap->http://www.webserviceX.NET/) by creating Proxy.

Up on executing the same ,I am Getting the above error as pasted.

Pl look in to it and let me know the solution.

Thanks,

Srinivasa

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi Srini,

Can you explain detail?

How you used ws to file with proxy..

I thing your creating outbound proxy.In that your calling the URL and passed some value and get the

response back. You passed that response to XI.If that may right then there is no need for sender

communication chennal and Sender Agreement.Create a Receiver Determination with your Business

system Select your message interface.

Regards,

Prakasu

Former Member
0 Kudos

hi

Please check with ur receiver determination. test your configuration.

Go to Tools--> Test Configuration.

Regards

Kasturika

Former Member
0 Kudos

In your Receiver Determination check if you have given the correct receiver name (Receiving Business System) ?

santhosh_kumarv
Active Contributor
0 Kudos

<CODE>RCVR_DETERMINATION.NO_RECEIVER_CASE_BE</CODE>

<ERRORTEXT>No receiver could be determined</ERRORTEXT>

Specified clearly in the payload. Check the configuration part and confirm if the receiver determination is correctly configured.

Thanks

SaNv...

Former Member
0 Kudos

hi

check the receiver determination and ensure that receiver service is configured for that particulat sender service

regards

kummari