Ok, I have created a simple "Hello World" type of Web Service that takes a 
single String argument in and returns a simple String response out. I have 
deployed it and it is using document/literal (wrapped).

I have also written a small .NET console app that calls the Web Service 
developed and deployed under JBoss 4.0.2. I have verified that my .NET app (C#) 
calls the method (called getGreeting) because I put a println out when the 
method was called.

However, I am not getting a string result. I print to the console the result of 
the call and get blank response when I print the return value. There are no 
exceptions thrown on either the Java/JBoss side or .NET side.

Anyone else having these problems?

Thanks

Jason Taylor

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877220#3877220

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


-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to