Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Issue while trying to create a Client Proxy

Former Member
0 Kudos

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

3 REPLIES 3

Former Member
0 Kudos

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

0 Kudos

Hello,

Thanks for the response, but I am still getting the same error message.

Thanks and Regards

Sachin

Former Member
0 Kudos

Thanks for the replies. There was an issue with the WSDL file. Client proxy created.