|
Martin,
The createName() method does not exist in the Axis 2.0 release, as least from what I can tell....I am using axis2.0 release 1.0
John
>>> [EMAIL PROTECTED] 07/05/06 3:05 PM >>> The best way to handle this is to call the SOAPEnvelope.createNameto create a valid name and add that Child to the body-
try
{
Name name = envelope.createName("GetLastTradePrice", "WOMBAT",http://www.wombat.org/trader);
body.addChild(name);
}
catch(SOAPException excp)
{
//log the error here
}
take a look at this declaration *********************************************************************
This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have received this email message in error, please notify the sender immediately by telephone or email and destroy the original message without making a copy. Thank you.
|
- Fwd: Re: Converting from Glue to Axis2.0 John Ferron
- Re: Re: Converting from Glue to Axis2.0 Martin Gainty
- Re: Re: Converting from Glue to Axis2.0 John Ferron
- Re: Re: Converting from Glue to Axis2.0 Martin Gainty
- Re: Re: Converting from Glue to Axis2.0 John Ferron
- Re: Re: Converting from Glue to Axis2.0 Martin Gainty
- Re: Re: Converting from Glue to Axis2.0 John Ferron
- Re: Re: Converting from Glue to Axis2.0 Martin Gainty
- Re: Re: Converting from Glue to Axis2.0 John Ferron
- Re: Re: Converting from Glue to Axis2.0 Martin Gainty
