Re: How to make a DII client call.invoke() with no arguments?

2006-04-17 Thread Rhimbo
Hi again folks, Sorry, forgot to say in my first post on this topic I know I can call Call.invoke() but the return type is "void". Thus, how do I get the return value (my bean instance) from the call? Is it anywhere in the Message object or MessageContext object that I can extract from ge

How to make a DII client call.invoke() with no arguments?

2006-04-17 Thread Rhimbo
Hi there, I defined a web service method that takes no arguments public MyBean getIt() When I run my DII client I get ; nested exception is: org.xml.sax.SAXParseException: Premature end of file. How does a DII client specify that there are no arguments to the API? All the over