cancel
Showing results for 
Search instead for 
Did you mean: 

Error Creatu00EDng Consumer Proxy

Former Member
0 Kudos

Hi,

I am currently trying to create a consumer proxy from an simple free web service. The used WSDL can be downloaded there:

[http://www.thomas-bayer.com/axis2/services/BLZService?wsdl]

After doing the diffrent steps of the wizard ( "Select Source", "Enter Package/Request".....) I got following errors in transaction SE80:

Proxy-Generierung: Fehler aufgetreten

Exception occured in library handler

Not implemented

Could anyone help? Perhaps you can use the same web service and try to create an consumer proxy.

How can I see, what exception occurred in the library handler?

Thank You and Best Regards, Eddy

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

this WS worked for me:

http://www.webservicex.net/airport.asmx?wsdl

Bye

Gabriel P.-

Former Member
0 Kudos

Thank you Gabriel!!!

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Edgar,

quick guess: wsaw:Action is not supported. wsaw:Action is from a standard described here: [Webservice Addressing|http://www.w3.org/TR/ws-addr-wsdl/]

anton.

Former Member
0 Kudos

Hi Anton,

ok..., thank you for your guess.

Do you know a free and simple web service which is working?

Best Regards, Edgar

brad_bohn
Active Contributor
0 Kudos

Most likely you could edit that WSDL in Notepad and remove any non-SOAP bindings and then create your proxy from a manually uploaded document. You'll find that's often the issue with the free stuff. You can try the Global Weather webservice at www.webservicex.net but you'll have to do the same thing I already mentioned in order to get it to work.