AW: [axis2] Exception on element.getXMLStreamReader().getCharacterEncodingScheme().toString();

2011-11-07 Thread Stadelmann Josef
Thank you very much Andrea, OK I understand now. And you hit the nail 100%. Many changes have been made to Axiom since we used the version delivered with Axis2-1.2 BTW this version runed so well on our server now since 5 years. The Axiom version, delivered with Axis2-1.6.1, has changed, an he

help with axis2 error

2011-11-07 Thread John Igor Bandeira da Cruz
Hi, I am implementing a BPM project using Intalio BPMS + Axis 2 + Tomcat. The process has to access a local web service. However, when executing the process I get the error: "Error in SOAP Envelope: Content length must be specified. (10913)". If I call the web service using SOAP UI, it works per

Re: Axis2: Eclipse Plugins

2011-11-07 Thread S P
Thanks, I tried both of the plugins you mentioned, and it works now. Thanks again, S On Mon, Nov 7, 2011 at 6:47 AM, Harshana Eranga Martin wrote: > Hi, > > On 7 November 2011 02:38, S P wrote: > >> Hello all, >> >> I want to ask about following eclipse plugins: >> >> org.apache.axis2.eclipse.

Beginner's question about using java2wsdl

2011-11-07 Thread Barney Sperlin
  Hello,     Following the quickstart tutorial for POJOs, using the StockQuoteService, I've been able to use the java2wsdl, ant generate.service, ant generate.client and ant run.client.  The aar file was moved into the appropriate tomcat folder and I could see it in http://localhost:8080/service

Axis2: How can I put/use .aar file in Tomcat?

2011-11-07 Thread S P
Hello all, I could gerenrate additionservice.aar using eclipse and Axis2 service wizard. Now I simply put this myservice.aar file inside webapps directory of Apache Tomcat. After starting tomcat, if I call http://localhost:8080/additionservice it does not work. Please let me know, how can I mak

Re: Axis2: How can I put/use .aar file in Tomcat?

2011-11-07 Thread Barney Sperlin
Hi,      Can you see it in http://localhost:8080/axis2/services/listServices      ??              Barney From: S P To: java-user@axis.apache.org Sent: Monday, November 7, 2011 4:29 PM Subject: Axis2: How can I put/use .aar file in Tomcat? Hello all, I could g

Re: Axis2: How can I put/use .aar file in Tomcat?

2011-11-07 Thread S P
Hello, I could not see it in http://localhost:8080/axis2/services/listServices More information about my Tomcat and webapps directory structure: --- Tomcat bin conf lib logs temp webapps docs ex

Re: Axis2: How can I put/use .aar file in Tomcat?

2011-11-07 Thread Deepal Jayasinghe
first you need to deploy axis2.war file into tomcat/webapps then start tomcat and copy the aar file into tomcat/webapps/axis2/WEB-INF/services Deepal > Hello, > > I could not see it in > http://localhost:8080/axis2/services/listServices > > More information about my Tomcat and webapps directory

RE: Axis2: How can I put/use .aar file in Tomcat?

2011-11-07 Thread David Walker
Not sure about this, but shouldn't the aar file be in /webapps/axis2/WEB-INF/services. David From: S P [mailto:sp5432...@googlemail.com] Sent: 07 November 2011 22:15 To: java-user@axis.apache.org; Barney Sperlin Subject: Re: Axis2: How can I put/use .aar file in Tomcat? Hello, I could

Why does Axis2 autogenerated endpoint append the port name to the service endpoint

2011-11-07 Thread EL ALAMI Ihab
Hello all, I have published a service using Axis2 on the endpoint http://localhost:8080/something. This service is using the port: canonicPort. The WSDL automatically generated by Axis2 has the endpoint http://localhost:8080/something. canonicPort. I have looked at the code that does th

Re: Modifying autogenerated WSDL file

2011-11-07 Thread Nadir Amra
Néstor, At this time no. But this enhancement is probably related to AXIS2-3300 [1] [1] https://issues.apache.org/jira/browse/AXIS2-3300 Nadir Amra Néstor Boscán wrote on 11/06/2011 11:14:19 AM: > From: Néstor Boscán > To: java-user@axis.apache.org > Date: 11/06/2011 03:45 PM > Subject: M

Re: help with axis2 error

2011-11-07 Thread Prabath Abeysekara
Hi, On Tue, Nov 8, 2011 at 12:27 AM, John Igor Bandeira da Cruz < john.c...@unimedvtrp.com.br> wrote: > Hi, > I am implementing a BPM project using Intalio BPMS + Axis 2 + Tomcat. The > process has to access a local web service. However, when executing the > process I get the error: "Error in SO

RE: Axis2: How can I put/use .aar file in Tomcat?

2011-11-07 Thread Schlarb Sven
Hi,   you have to deploy the axis2 web app (axis2.war) first in order to be able to deploy an axis2 (archive *.aar).   So it should rather look like this:   Tomcat    bin    conf    lib    logs    temp    webapps   axis2/WEB-INF/additionservice.aar   docs   

RE: Axis2: How can I put/use .aar file in Tomcat?

2011-11-07 Thread Dipesh Garg
I think we need to put this .aar in WEB-INF/services/ folder Tomcat bin conf lib logs temp webapps axis2/WEB-INF/services/additionservice.aar docs examples ROOT Dipesh Garg 9874086340 _ From: Schlarb Sven [ma