cancel
Showing results for 
Search instead for 
Did you mean: 

Generating proxy from wsdl ends in error

Former Member
0 Kudos

Our sap installation is 'SAP ECC 6.0' and I'm trying to generate proxy (for testing purposes) from se80 by using url: http://cheeso.members.winisp.net/books/books.asmx?WSDL

Proxy generationg is cancelled by the system and I get message in se80 saying:

'Exception occurred in library handler

Not implemented'

This was working earlier on our system (older sap release) and I also tested this on other sap (SAP ERP Central Component 5.0) and it works.

Does anyone have an idea, what is wrong?

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member8655
Active Participant
0 Kudos

Hi

Well I think you need to check if any other internal WSDL can be used or not and does it fail for all the external WSDL. We faced the same issue as the system was configured not to used any WSDL outside the system landscape.

Thanks

Mitesh

Former Member
0 Kudos

There is no difference if I try to generate this proxy from url or from local file (on C:), the result is the same.

I found one example which is working better:

http://webservices.imacination.com/distance/Distance.jws?wsdl

After generating the proxy I tested it and the response was:

SRT: Unsupported xstream found: ("HTTP Code 200 : OK")

What does it mean?

(Note 871959 is installed on our system)

Former Member
0 Kudos

I am facing the same problem.

Take a look at

https://websmp130.sap-ag.de/sap(bD1lcyZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=748781

https://websmp130.sap-ag.de/sap(bD1lcyZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=809792

They correspond to : note 748781 and 809792 in SAP Service Marketplace

The XML format for proxy generation : note 944029

I hope it helps you.