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 getResponseMessage()? Thanks, Vartan --- Rhimbo <[EMAIL PROTECTED]> wrote: > 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 overloaded versions of invoke(..) take Object [] as > an argument. > > I found one web posting that says this: > > either it's an operation element containing argument > elements (rpc/literal) or it's an element referred from > wsdl message part (doc/literal). Other representations > are not valid. > > Not sure I don't understand this. > > Many thanks, > > Vartan > > > > > > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
