Re: How do I force axis2 to include a SOAPAction http header

2009-04-30 Thread keith chapman
Even if you are using SOAP 1.2, if you set the soapAction Axis2 will send it for you. In the event that soap action is not ser Axis2 will send a empty SOAPAction header of SOAP 1.1 is used (cause thats mandatory). Thanks, Keith. On Wed, Apr 29, 2009 at 11:11 PM, Steve Hall wrote: > > For soap 1.

[ANNOUNCE] Axis2 1.5 Release Candidate refreshed and ready for testing

2009-04-30 Thread Glen Daniels
Hi all! New version of Axis2 1.5 Release Candidate is ready, including a) NOTICE/LICENSE files in the jars, b) some JiBX fixes from Dennis, c) some fixes from Amila, d) a README which is more clear about building from scratch. Please check it out if you get a chance, and let me know if there are

Axis2 1.4 PolicyInclude class

2009-04-30 Thread Ed Komp
I'm working on code changes so that WSDL2Java will include WS-Policy appearing in WSDL 2.0 input in the generated stub class, so I'm spending a lot of time in the PolicyInclude class. Several of the methods in this class begin with a comment section indicating that the method has been dep

Re: Limitations in using ADB for our ws-clent

2009-04-30 Thread Sudhir Mongia
Hi Amila, I am also running into the same issue. Could you please confirm which version of Axis2-ADB support both extension and restrictions? I can see the following on http://ws.apache.org/axis2/1_4_1/adb/adb-howto.html Known Limitations A

Handle org.w3c.dom.Document in parameters

2009-04-30 Thread Laurent Even
Hi all, Here is a simple java program package c; import org.w3c.dom.Document; public class b{ public b(){ } public Document testB(Document xml){ return xml; } } AAR deployment was OK I'm trying to interrogate the web service http://localhost:8080/axis2/b/testB?xml=... Here the exception I'm

Re: Limitations in using ADB for our ws-clent

2009-04-30 Thread Amila Suriarachchi
On Thu, Apr 30, 2009 at 8:58 AM, Damian Carey wrote: > Hello, > > I'm moderately experience Java Desktop (Swing/RMI/DB/Hibernate etc) > developer with some XML experience, but no SOAP experience. My current > Axis2 problem is just that I do not have experienced eyes, and so I > can't accurately "

How to turn off stdout messages when using WSDL 2.0 ?

2009-04-30 Thread Deyan Popov
Axis2 writes to stdout when using WSDL 2.0 and I cannot find a way to turn it off. When some of the namespace URIs inside the WSDL 2.0 document are not accessible, I see warning messages like: Woden[Warning],0:0,Description-1001,The targetNamespace ' http://www.example.org/simple_doc/' is not d