Skip to Content
0
Former Member
Feb 19, 2009 at 12:53 PM

Problem Calling PI 7.0 Webservice from .NET

18 Views

Hi,

We are having difficulties while calling a webservice in PI from .net environment. Scenario is SOAP to RFC. I am using Altova to test the service, there seems no problem. However return of web service call is "null" if I use .NET to call it. I mean "res" object below which refers returning data type of the service is completely null

WRefBelnoMal.DT_Sonuc res = new TransferPosting.WRefBelnoMal.DT_Sonuc();

res = BelnoService.MI_OB_SBP_BelNOMalHar(req);

I installed tcpgateway to observe the messages travelling and saw that the response is actually coming to my machine. It seems a .NET problem to me but I want to be sure.

Any idea about the source of error?

Regards,