cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP:1,007 SRT: Unsupported xstream found: ("HTTP Code 404 : Not Found")

Former Member
0 Kudos

Dear expert,

When i run sap call .net web service ,it occurs error:

SOAP:1,008 SRT: Couldn't create Object: ("ICF Error when creating object for HTTP DESTINATION "tempuri.org": DESTINATION NOT FOUND")

Exception of class CX_AI_SYSTEM_FAULT

Could you please tell me how to do?

Looking forward to your reply.

Best Regards,

Merry

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Can you explain how you are calling webservice, please post ABAP code if you are calling from program. As explained by Trevor LP need to be created using SOAMANAGER, my suggestion is to use "wsdl url" to create logical port instead of doing it manually.

Regards,

Gourav

Former Member
0 Kudos

Hi Merry,

Did you create a logical port (using transaction code SOAMANAGER) for your client proxy & add the necessary configuration pointing to the .NET web service?

Also, if the logical port is configured, make sure that the URL ( for WSDL with endpoint) that you've specified for the logical port is correct. Error 404 generally means that you have made contact with the service provider but it can't find what you're looking for.

As a quick sanity test, you can run a test request to the service provider using a free tool SoapUI just to make sure that everything on the provider side is ok (i.e. they have provided correct WSDL with binding)

In future, please post this type of question in the SOA forum, see URL below, that's the correct forum for it. Thanks:

Regards, Trevor

Former Member
0 Kudos

Dear Expert,

After i create http destination ,this error dispear,another error occurs:

SOAP:1,007 SRT: Unsupported xstream found: ("HTTP Code 404 : Not Found")

Exception of class CX_AI_SYSTEM_FAULT

Could you please tell me how to do?

Looking forward to your reply.

Best Regards,

Merry

Former Member
0 Kudos

Hi Merry,

Please indicate the steps you used on the SAP side to create your proxy. I don't understand what http destination you've created.

Regards, Trevor

Former Member
0 Kudos

Can you tell me your email address or MSN? i want to send screen to you.

Former Member
0 Kudos

You can upload screen/document using attach file option, use "browse" button to search file and upload.

Regards,

Gourav

Former Member
0 Kudos

404 means that the service you are trying to call does not exist.

anton

Moderator Message: Original message edited. Please be more diplomatic when answering questions or point the member if the correct direction