Application Development 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: 

Webservice Proxy from WSDL creates faulty XSLT

Former Member
0 Kudos

Hi,

I have a WSDL which generates a webservice Proxy in SE80 just fine.

When I run the webservice the request is formed properly and I get a response from the webservice. The problem is that the generated XSLT seems to be wrong. When I use the testing tool of the proxy class I can see "original response" and "response".

"response" was parsed by the XSLT I guess which gives me an empty XML-structure while the "original response" looks good.

How can I fix this? The XSLT is quite complicated and Im not sure what I can do.

Is it a WSDL-problem?

1 REPLY 1

PeterJonker
Active Contributor
0 Kudos

Did you solve this ? I seem to have a similar problem after changing the weservice defintion I have a repsonse and Original response in the test tab. The Original response is filled and the response stays empty.

However when I call the webservice in an ABAP program the response is empty.

Addition.

I have found the cause of this and will mention it here for anyone who has the same problem.

In my case the reason for this behavior was a data element that was generated as type XSDDATETIME_Z. Once I changed it to XSDDATETIME_ISO everything was working OK again.