Hi Marty, as you said, you've examined the message flowing between client and client and it is correct, in this case, must be sth wrong with your client. You may want to send us your client code, so that we can take a quick look to see what happened there.
Thanks, Jervis -----Original Message----- From: Marty Saxton [mailto:[EMAIL PROTECTED] Sent: 2007?7?18? 3:35 To: [email protected] Subject: attempting HelloWorld service, getting NULL return value I am using CXF as both the client and server, and I'm just trying to get the following simple service working: @WebService public interface HelloWorld { String sayHi(String text); } The implementation just returns "Hello " + text. I examined the XML flowing between the client & server and it appears correct, the server is returning a correct message. On the client side, using the jax-ws frontend, I get a null instead of a string for the return value. I must be doing something terribly wrong, but I'm not sure where to begin debugging this problem. Thanks in advance! ---------------------------- IONA Technologies PLC (registered in Ireland) Registered Number: 171387 Registered Address: The IONA Building, Shelbourne Road, Dublin 4, Ireland
