2012 Oct 25 4:13 PM
Hi,
I have a function module which returns XML via a single parameter defined as STRING.
I have published this function module as a web service. When I run a test of the webservice the response is being chopped off. However, when I run the function module via SE37, I can see the full XML that will be returned.
Has anybody come across this before. Is there an issue with returning a STRING via a webservice.
Thanks
Martin
2012 Oct 26 10:45 AM
Hello Martin,
have you tried debugging the function Module while testing the webservice ?
2012 Oct 26 2:18 PM
Martin,
Try redefining the field as XSTRING instead of string.
Regards,
Hardik Mehta