Re: document literal stub problems

2009-04-29 Thread Nadir Amra
Bobby, If you are using existing binaries to try out Axis C++, then you will have problems. You should build new binaries from SVN and try again. I believe VC++ project or ant can be used to build the new binaries. Yes, we plan on releasing new binaries.some time. Nadir Amra Bobby

Re: document literal stub problems

2009-04-29 Thread Bobby Lawrence
Thanx Nadir. I will checkout the code and try to build the binaries. When is the next major release? Bobby Lawrence MIS Application Developer Jefferson Lab (www.jlab.org) Email: robe...@jlab.org Office: (757) 269-5818 Pager: (757) 584-5818

Re: document literal stub problems

2009-04-29 Thread Nadir Amra
Bobby, good question. I have been stating that I plan to release version 1.6 for a while nowand have not done so due to lack of time. However, it is on my list of things to do. Maybe by end of year (unless a committer out there would like to volunteer to be release manager :-)) Nadir

Re: document literal stub problems

2009-04-29 Thread Bobby Lawrence
Problem is, I'm not a big C++ developer. I'm more Java, but I'm trying to build a simple service client executable... Is there any other way to get a more recent binary? Bobby Lawrence MIS Application Developer Jefferson Lab (www.jlab.org) Email: robe...@jlab.org

Re: Fault/Exception Handling on Axis2

2009-04-29 Thread Amila Suriarachchi
On Sat, Apr 25, 2009 at 4:35 AM, John Eapen j1ea...@gmail.com wrote: Hi , We are in the process of migrating from Axis1 to Axis2 and using Axis2 1.4.1. ( using adb ) I am having some trouble understanding the code generation regarding Fault handling and mapping to Java Exceptions. 1. In

[Axis2] Stub creation fails.

2009-04-29 Thread Prasuna Lanka
Hi, I am trying to invoke the method on a stub generated using axis2 1.3. The method fails throwing the following: _operationClient.execute(*true*); The above line throws the follwoing exception: java.lang.NullPointerException at

axis2 and jboss

2009-04-29 Thread Jain, Prateek
Hi, I am using jboss-4.3 and axis-1.4.1. In our application we are using some webservice as client and to access that WS we are using axis-1.4.1. All things are working fine except logs. I need to print all request/response in my application in logs. I have added category

How to auto instantiate ServiceClass after deploying

2009-04-29 Thread Martin Fernau
Hello, is there a way to instantiate the ServiceClass defined by service.xml right after the service is deployed? By default this class would be instantiated after the very first call of this webservice arrives. Regards, Martin

triggerActionNotSupportedFault -- The [action] cannot be processed at the receiver

2009-04-29 Thread Rudy
Hello, I'm creating BPEL Workflow with Netbeans and Apache ODE (BPEL engine). Apache ODE is running with axis2 on Tomcat 5.5.27. I've deployed my Workflow and a Web Service wich is used by my workflow. I've tested my Web Service with SoapUI, and all it's OK. When I test my Workflow with SoapUI,

Re: [ANNOUNCE] Axis2 1.5 Release Candidate ready for testing

2009-04-29 Thread Amila Suriarachchi
On Fri, Apr 17, 2009 at 2:05 AM, Glen Daniels g...@thoughtcraft.com wrote: Thanks, Andreas. Martin, the test you refer to doesn't fail for me when I build... are you seeing this error when doing a mvn clean install? Incidentally, I'm in the midst of fixing the poms to include NOTICE and

How do I force axis2 to include a SOAPAction http header

2009-04-29 Thread Christopher . Gunn
I'm using axis2 1.4.1 and adb to call a .Net web service. I keep getting a response saying: System.Web.Services.Protocols.SoapException: Unable to handle request without a valid action parameter. Please supply a valid soap action. I enabled the wire.header logs and it is sending action in the

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

2009-04-29 Thread Salisbury, Mark
I'm sort of new myself to SOAP and web services, but from what I've read you may want to investigate the differences between SOAP 1.1 and SOAP 1.2 and double check the SOAP version that your .NET services expects. One change between 1.1 and 1.2 is how the action header stuff is handled. Axis

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

2009-04-29 Thread Christopher . Gunn
In that case, how do I force axis2 to choose SOAP 1.1 so that it will send the SOAPAction header? Thanks, Chris Gunn Senior Programmer L-3 Communications -Original Message- From: Salisbury, Mark [mailto:mark.salisb...@hp.com] Sent: Wednesday, April 29, 2009 11:42 AM To:

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

2009-04-29 Thread Steve Hall
For soap 1.1: serviceClient.getOptions().setSoapVersionURI(org.apache.axiom.soap.SOAP11Constants.SOAP_ENVELOPE_NAMESPACE_URI); For soap 1.2: serviceClient.getOptions().setSoapVersionURI(org.apache.axiom.soap.SOAP12Constants.SOAP_ENVELOPE_NAMESPACE_URI); christopher.g...@l-3com.com wrote: In

Re: Fw: [Axis2] single wsdl, multiple operations -- tomcat running out of thread

2009-04-29 Thread Jayashree Krishnamoorthy
After enabling logging for http client, I can see the connection getting released back to the pool:   2009-04-29 14:28:19,729 DEBUG [org.apache.commons.httpclient.HttpConnection] - enter HttpConnection.getRequestOutputStream() 2009-04-29 14:28:19,729 DEBUG

maven build error Plugin's descriptor contains the wrong version: SNAPSHOT

2009-04-29 Thread Salisbury, Mark
Hello, I'm unable to build Axis 2 java from source. I downloaded SVN version 768341 from http://svn.apache.org/repos/asf/webservices/axis2/trunk. Then I followed instructions on the install guide (http://ws.apache.org/axis2/1_4_1/installationguide.html), and installed Maven from

Re: maven build error Plugin's descriptor contains the wrong version: SNAPSHOT

2009-04-29 Thread Sagara Gunathunga
Hi Mark, Before you build the top level Axis2 project move to following two modules and try to build them first , after that you can build the Axis2 project with Maven. Hope this will work. 1. axis2-aar-maven-plugin 2. axis2-mar-maven-plugin Thanks, On Thu, Apr 30, 2009 at 12:34 AM,

RE: maven build error Plugin's descriptor contains the wrong version: SNAPSHOT

2009-04-29 Thread Salisbury, Mark
Thanks, I actually tried that (I saw a post on another thread that suggested building those modules first). I still got the same error after a successful mvn install of those modules. Mark -Original Message- From: Sagara Gunathunga [mailto:sagara.gunathu...@gmail.com] Sent:

Re: maven build error Plugin's descriptor contains the wrong version: SNAPSHOT

2009-04-29 Thread Andreas Veithen
A recent post on this list indicated that this is a problem specific to Maven 2.1.x. Axis2 builds fine with Maven 2.0.x. Note that the plugin Maven is complaining about is built using maven-plugin-plugin. Therefore I believe this is a problem with Maven itself, not Axis2. Andreas On Wed, Apr 29,

Xmlbeans unwrapped code generation

2009-04-29 Thread Bosko Zivaljevic (bzivalje)
Currently unwrapped xml code generation fails to compile. I believe this is a known issue. Are there any news about when this is going to be fixed? Bosko