‎2009 Nov 06 4:59 AM
Hello,
I am new to this field of using web services, so maybe i am missing something here. I need to consume a webservice in ABAP. So these are the steps that I performing
1. Goto Se80 and select Enterprise Services and select Client proxy ->Create
2. Select radiobutton for Local file (I have the WSDL file saved on my desktop) Entered the path of the local file.
3. Requested it to be saved as a local object witha prefix as ZFR_
4 Click on Complete on the wizard.
I get an error on this Exception occured in library handler.
Exception occured in communication framework. Error in file upload.
Am I missing something. Do I have to configure anything before I can create a Client proxy. I need to use as it creates a class and that needs to be invoked in the ABAP program.
Please suggest.
Thanks and Regards
Sachin
‎2009 Nov 06 5:24 AM
Follow the following steps.
Go To SE80
then select Package name in which u are suppose to work
then Right click on Enterprise service
then right click on Client Proxies and then create
You have local WSDL file so select local file selection
then select file from local file with browse
then select package name and give prefix name
then save and activate it. ( note down abap name ).
Regards,
Chintan Contractor
‎2009 Nov 06 5:50 AM
Hello,
Thanks for the response, but I am still getting the same error message.
Thanks and Regards
Sachin
‎2009 Nov 23 4:28 AM
Thanks for the replies. There was an issue with the WSDL file. Client proxy created.