cancel
Showing results for 
Search instead for 
Did you mean: 

Public webservice for ABAP consumer proxy?

kkoetter
Participant
0 Kudos

Hello All,

for a soon coming customer project I want to get familar with the implementation of a ABAP webservice consumer. We're on Netweaver 7.0, no XI/PI.

So I simply started at SE80, and tried to create a service consumer, and entered the URL http://soap.amazon.com/schemas2/AmazonWebServices.wsdl as the source for the WSDL.

Unfortunately that gave me an exception CX_SWSDL11_WSIBP11 (A wsdl:binding in a DESCRIPTION MUST use the value of "literal" for the use attribute in all soapbind:body, soapbind:fault, soapbind:header and soapbind:headerfault elements.).

As I'm not focussed on this special webservice - does anybody know a public webservice for which a ABAP webservice consumer could be created easily?

Any help is appreciated.

Thanks & best regards,

Karsten

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

[Amazon Associates Webservice|http://ecs.amazonaws.com/AWSECommerceService/2008-08-19/DE/AWSECommerceService.wsdl] is literal.

More Details to be found [here|http://docs.amazonwebservices.com/AWSECommerceService/latest/DG/index.html]

Have fun!

anton

kkoetter
Participant
0 Kudos

OK, I tried that.

After getting a AccessKey from amazon, I got an error message that union is not supported in proxy generation. So I downloaded the wsdl and simplified the union tag in xmlspy.

After that I got the error during proxy generation that recursions are not supported... arrgh

Any Idea?

As I'm not bound to that special webservice - is there any public and simple webservice which works with ABAP proxy generation?

Thanks & best regards,

Karsten

Edited by: Karsten Kötter on Mar 11, 2009 2:44 PM

Former Member
0 Kudos

hi,

difficult to find one since the proxy (aka webservice consumer) wizard framework is so limited.

[Here's|http://www.abysal.com/soap/AbysalEmail.wsdl] one for which at least the proxy generation works for me (no time to test if the actual service works) on NW 7.0 Patch 17.

anton

Answers (1)

Answers (1)

daniel_humberg
Contributor
0 Kudos

the url from the last post does not work

Former Member
0 Kudos

Hi Daniel,

maybe you can try this one (not tested in ABAP):

http://ws.cdyne.com/WeatherWS/Weather.asmx?WSDL

Regards

Markus

daniel_humberg
Contributor
0 Kudos

Hi Markus,

I tested to generate a proxy for this one.

I am getting the error message

"Exception Occurred in Libraby Handler" "Not implemented."