any examples in the latest distro?.. if not can someone put an example in the latest distro? (most of the examples/doc I have seen mention either RPC or DocLiteral but not both)
Thanks Deepal Martin ______________________________________________ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. This transmission is of a confidential nature and Sender does not endorse distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission. > Date: Thu, 14 Aug 2008 19:08:09 -0400 > From: [EMAIL PROTECTED] > To: [email protected] > Subject: Re: RPC in DOCUMENT Out > > > > Axis 2 question > > > > > > > > Is there an off the shelf solution for a web service client to bind > > and invoke a RPC style method with a DOCUMENT style return? > > > If it is RPC Lit then you can probably do that. > > > > > > > > XMLDocument myDoc = a.getData( “test” ); // pseudo client code > > > > > > > > Standard message receiver, services.xml WSDL, stuff. > > > When it come to Axis2 client side you do not need to worry about the > Message Receiver , you can either > - Generate the client side code > - Or You can code ServiceClient to do that for you > > Thank you! > Deepal > > > > > > > > Thanks for reading and considering > > > > > > > > Kurt > > > > > > > > - > > > > -- > Thanks, > Deepal > ................................................................ > http://blogs.deepal.org/ > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > _________________________________________________________________ Talk to your Yahoo! Friends via Windows Live Messenger. Find out how. http://www.windowslive.com/explore/messenger?ocid=TXT_TAGLM_WL_messenger_yahoo_082008
