Application Development and Automation 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: 
Read only

Error when create client proxy in ABAP

Former Member
0 Likes
471

hi all

when I tried to create a client proxy through wsdl: http://www.webservicex.net/geoipservice.asmx?wsdl , I got and error message "Exception occurred in library handler", what's the really matter with this error ?

thanks very much!

1 ACCEPTED SOLUTION
Read only

brad_bohn
Active Contributor
0 Likes
424

You need to copy the WSDL file to a local file and edit it. The WSDL file contains non-SOAP bindings and that's what the generator is choking on. Use the 'Local file' option to generate the proxy class after editing the file.

2 REPLIES 2
Read only

brad_bohn
Active Contributor
0 Likes
425

You need to copy the WSDL file to a local file and edit it. The WSDL file contains non-SOAP bindings and that's what the generator is choking on. Use the 'Local file' option to generate the proxy class after editing the file.

Read only

neal_godsey
Explorer
0 Likes
424

This works.