on 2009 May 25 4:22 PM
Hello,
I am new to the entire web service technology so excuse me if my question is not clear.
I just published a Z function module as a web service. This went well and I am able to call the web service from my external system (non SAP). From my external system I am passing my XML document to the web service with the necessary data to be passed to the function module.
The problem is that when I set an external breakpoint in the function module, I notice that all incomming data structures are empty. How can I debug my web service to find the place where my data is being "lost"?
I am running netweaver 700 SP 17.
Any help would be greatly appreciated!
Hi,
You should activate the full trace level from SOAMANAGER.
You will then be able to display the request and response XML payloads.
Regards,
Olivier
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Olivier,
Yes I have tried to republish the function module without sucess. And yes the external view adn internal view have different names in the we servie they appear to be "mapped" accordingly. The SOAMANAGER trace indicates that the communication was sucessfull.
Do you know in what class the data mapping is done so that I can put a breakpoint in the code?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you Olivier for your input.
I performed a trace this morning and within SOAMANAGER I do see XML document of my request with all the information that it contains. So thanks to your idea, we now have a confirmation that SAP is actually receiving the document. Despite this fact, the fact remains that the information is not then being mapped through to my function module.
Now that the first step is confirmed, how can I then follow the data flow to the function module?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
61 | |
11 | |
7 | |
7 | |
7 | |
6 | |
6 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.