Try this. In the C# client remove the line:
G.greetingsResponse r = new G.greetingsResponse();
and change the following line to:
G.greetingsResponse r = g.greetings(n);
Not sure if attempting to get the response before calling the endpoint is what is causing
the problem, but is is worth a shot.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030736#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...