[jboss-user] [JBossWS] - Re: Problem consuming web services

PeterJ do-not-reply at jboss.com
Thu Mar 22 13:34:43 EDT 2007


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#4030736

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4030736



More information about the jboss-user mailing list