on 09-14-2010 2:30 AM
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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.