I have exposed my interface as a webservice and my client is a .net component. When i test my service with WS Navigator type tools I recieve proper response. Now as per requirement I tried to absorb the service(SAP PI WebService) in .Net client.
The issue is while i try getting a response i dont get any message but incase of exceptions i do get them. Just in case of success nothing happens. So we tried 2 override the proxy method to see the response in client side. Now the message that i see there is misses teh standard XML tag " <?xml version="1.0" encoding="utf-8"?> " ...it starts with the soap envelope...what can be the probable issue???
I get the tag when i test my service with WS navigator but i cant get this when i receive the response for .Net client which leads to me not recieving any response atall .
Kindly provide some inputs on the same if possible...
Thanks in Advance !!!
P.S : Can anybody tell me where can we check the messages that goes out of our adapter to the client as in the final message???
Edited by: SoumenDas2009 on Jun 29, 2009 9:39 AM
Edited by: SoumenDas2009 on Jun 29, 2009 10:16 AM