cancel
Showing results for 
Search instead for 
Did you mean: 

Webservice consumption in WDA

Former Member
0 Kudos

Hi all,

I need to consume a third party webservice in ABAP webdynpro component. For this first I have consumed the webservice by giving the wsdl url path using the option Enterprise services-> Webservice but finally throws the following error

"Proxy-Generierung: Fehler aufgetreten

Exception occurred in library handler

Not implemented"

Any possible solutions for the above error or links regarding consuming third party webservice in to WDA component will be rewarded...

Regards,

Dinesh

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Dinesh

check this

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

There is nothing specific about consuming Web Services in WDA. The Proxy Generation is just a normal ABAP piece of functionality. The proxy class can be called from WDA like any normal ABAP class. There are lots of links within SDN on consuming services in ABAP. If you are getting an error with the process of generation I suggest that you post your question in one of the main ABAP forums since the functionality is not WDA specific.

abhimanyu_lagishetti7
Active Contributor
0 Kudos

Hi Dinesh

Just type the wsdl URL in browser window and save the XML in local drive then try creating the Proxy.

Abhi