C# client not receiving events via web service from Java server

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Hi I hope someone on here can help me,
I have a Java server (CXF on Jetty app server) which pushed events via SOAP http web service. I can register and receive events using Java and others are using C++ without problems but i am not able to get my c# client working. I used svcutil to generate
the stubs and i am hosting the callback web service in a C# form. I can see the following exception being thrown while in debug mode, "A first chance exception of type System.NullReferenceException occurred in System.ServiceModel.dll", my question is how
do i trace this further, are there flags i can set in Visual Studio ? In my application i am receiving a null object for my event message so i want to see where the deserializing is failing.

Some more info, Java side is JRE 1.6 using CXF on a Jetty app server, SOAP over http. C# i am using Visial Studio 2010 .net 4.0 selfhosted WCF service.

Any help or pointers would be appreciated
E.

View the full article
 
Back
Top