cancel
Showing results for 
Search instead for 
Did you mean: 

PI Webservice consumed by .Net client...ISSUE!!!

Former Member
0 Kudos

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

Accepted Solutions (0)

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

>>>w 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???

if the WS navigator receives the proper response then the issue is not XI but the net application

so try asking on some MS forums maybe ?

>>>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???

inside RWB but you need to make sure that logging for sync messages on java stack is enabled - as per default it's not

Regards,

Michal Krawczyk

Former Member
0 Kudos

I may sound quite novice but how do we enable logging for sync messages on java stack ???