RE: Problem with Axis2 client and XFire service

2008-09-22 Thread jackdawson
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 containe

RE: Problem with Axis2 client and XFire service

2008-09-22 Thread Martin Gainty
se content contained within this transmission. > Date: Mon, 22 Sep 2008 06:28:45 -0700 > From: [EMAIL PROTECTED] > To: axis-user@ws.apache.org > Subject: RE: Problem with Axis2 client and XFire service > > > Thanks Martin. > > Actually, I'm using Eclipse with Axi

RE: Problem with Axis2 client and XFire service

2008-09-22 Thread jackdawson
Thanks Martin. Actually, I'm using Eclipse with Axis2 Codegen plugins. When I created client using it, this is what it created as the stub: (I'm pasting only the operation "testLogin" implementation from the stub). Please let me know if you want me to post my WSDL. /** *

RE: Problem with Axis2 client and XFire service

2008-09-19 Thread jackdawson
Thanks Martin. Actually, I'm using Eclipse with Axis2 Codegen plugins. When I created client using it, this is what it created as the stub: (I'm pasting only the operation "testLogin" implementation from the stub). Please let me know if you want me to post my WSDL. /**

RE: Problem with Axis2 client and XFire service

2008-09-19 Thread Martin Gainty
the answer is neither you'll need to construct a messageContext fill it with the supplied OMElement parameter create a client using the supplied operation parameter add the messageContext to your just created client then execute.. e.g. /** * Directly invoke a named operation with a Rob