Using Axis2 and SAAJ API to send Attachments

2008-09-09 Thread Nesbitt, Karl
and mail jars added) I see the attachments added as expected. Does anyone know if Axis2 is supposed to support SAAJ? (It says it's supported in release notes, plus there is a axis2-saaj-1.4.jar embedded) I know you can use OperationClient/MessageContext to get Axis2 to act as an SwA client, just

Re: AXIS2 with SAAJ

2007-09-24 Thread Joe S
response. I use soapUI plugin for eclipse for this purpose. -- View this message in context: http://www.nabble.com/AXIS2-with-SAAJ-tf443.html#a12860951 Sent from the Axis - User mailing list archive at Nabble.com

Re: AXIS2 with SAAJ

2007-09-20 Thread westpine
Are you sure that response contains elements you are searching for? Try to send request from some tool and retrieve response. I use soapUI plugin for eclipse for this purpose. -- View this message in context: http://www.nabble.com/AXIS2-with-SAAJ-tf443.html#a12791599 Sent from the Axis

Re: AXIS2 with SAAJ

2007-09-19 Thread westpine
I'm using this code. body is SOAPBody object. String name = body.getElementsByTagName(Name).item(itemIndex).getTextContent(); -- View this message in context: http://www.nabble.com/AXIS2-with-SAAJ-tf443.html#a12775991 Sent from the Axis - User mailing list archive at Nabble.com

RE: AXIS2 with SAAJ

2007-09-19 Thread Gennady Shumakher
According to my experience the AXIS2 SAAJ 1.3 implementation of org.w3c.domElement.getElementsByTagName and getElementsByTagNameNS do not search through the document tree, but at the 1st level of children only. I've opened a JIRA issue on that matter ( https://issues.apache.org/jira/browse

Re: AXIS2 with SAAJ

2007-09-19 Thread Joe S
in context: http://www.nabble.com/AXIS2-with-SAAJ-tf443.html#a12778064 Sent from the Axis - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: AXIS2 with SAAJ

2007-09-19 Thread Joe S
That would make sense. I appreciate you starting the issue. I thought I was just doing something wrong. Thank you, Joe Gennady Shumakher-2 wrote: According to my experience the AXIS2 SAAJ 1.3 implementation of org.w3c.domElement.getElementsByTagName and getElementsByTagNameNS do

AXIS2 with SAAJ

2007-09-18 Thread Joe S
/soapenv:Envelope Thank you in advance, Joe -- View this message in context: http://www.nabble.com/AXIS2-with-SAAJ-tf443.html#a12768102 Sent from the Axis - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL

Proxy setting when using AXIS2's SAAJ APIs

2007-01-29 Thread Yadav, Yogendra \(IT\)
is created new. The call() method does not provide an ability to set proxy. Anybody knows how to do proxy settings while using SAAJ APIs in AXIS2 ? Appreciate it. thanx -yogen NOTICE: If received in error, please destroy and notify sender. Sender

[Axis2] Re: Proxy setting when using AXIS2's SAAJ APIs

2007-01-29 Thread sumedha rubasinghe
using SAAJ APIs provided by AXIS2. In AXIS2's implementation SOAPConnectionImpl.java the Options object is created new. The call() method does not provide an ability to set proxy. Anybody knows how to do proxy settings while using SAAJ APIs in AXIS2 ? Appreciate it. [thanx -yogen

Re: [Axis2] Re: Proxy setting when using AXIS2's SAAJ APIs

2007-01-29 Thread Davanum Srinivas
does not provide an ability to set proxy. Anybody knows how to do proxy settings while using SAAJ APIs in AXIS2 ? Appreciate it. [thanx -yogen NOTICE: If received in error, please destroy and notify sender. Sender

[Axis2] Need Saaj client code

2006-08-24 Thread Vikas Sharma
Hi , Can we access a web service deployed on Axis2 using saaj. If yes, please provide source code if any one has tried. or any pointers to that directions are welcomed. Thanks and Regards, Vikas.