Re: WS works in Axis 2 1.3 and 1.4.1 but has timeout in Axis 1.5.1?

2009-11-20 Thread Amila Suriarachchi
On Fri, Nov 13, 2009 at 11:02 PM, pwillemann wrote: > > I used WSDL2Java to create all my Web service classes. I do not have any > custom code. Everything in my project is autogenerated. My web service > works fine in Axis 2 version 1.3 and Axis 2 version 1.4.1. When I migrated > to 1.5.1 I ge

Re: Apache Axis2 ECCN

2009-11-20 Thread Amila Suriarachchi
2009/11/17 > Dear Apache Axis2 Users > > Hi, my name is Takayuki Hirano, and I work at Hitachijoho, Japan. > I am writing to ask you what is the export control classification number > for the Apache Axis2. (ECCN) I need to know this in order to obtain the > legal clearance to embedded Apache Axis

Re: use abstract in complextype

2009-11-20 Thread Amila Suriarachchi
Please create a jira with wsdl if you have this problem with Axis2 1.5. thanks, Amila. On Wed, Nov 18, 2009 at 4:09 PM, Kang, YongLiang wrote: > Hi guys, > > > I use axis2 v1.4 > > I claim a complex type as abstract in xsd and derived some subclass from > it. Then I use soapUi for testing. > In

Re: Where are the locator and the service?

2009-11-20 Thread Amila Suriarachchi
On Tue, Nov 17, 2009 at 9:36 PM, P.N. wrote: > > Hello! > > I want to create a WS client from wsdl using: > WSDL2Java -uri file:///C:/Dokumente%20und%20Einstellungen/.../xxx.wsdl -d > xmlbeans -s -o "C:\my-sources" > > Though there's a service defined, no locator or service file are created. > >

Re: WSDL2Axis generation of stub for enumeration type

2009-11-20 Thread Amila Suriarachchi
Please log a jira with your wsdl or a sample wsdl to reproduce the issue. thanks, Amila. On Thu, Nov 19, 2009 at 4:28 AM, techycee wrote: > > I have WSDL which has some enumeration types e.g. > > > >

RE: deploying Axis under WebLogic

2009-11-20 Thread McCoy, Daniel (HTSC)
Thanks for the info but we don't have maven approved for use in our standard IDE. I do use maven personally though (as opposed to professionally). I found a fairly elegant solution to the issue. Since this custom handler is meant to extend Axis2 native functionality I moved the class into the ax

Re: client side handler

2009-11-20 Thread Amila Suriarachchi
On Thu, Nov 19, 2009 at 4:10 PM, Valerio Synclab wrote: > Hi all, > > > > I am trying to add an handler in my axis2 client and in order to do this I > followed the “Writing Your Own Axis2 Module” tutorial adapting it for the > client side. > > > > The problem is that the handler is not called at

Re: Please help for deploying Axis2 on SunOne Server

2009-11-20 Thread Amila Suriarachchi
try using this tribes-6.0.16.jar and juli-6.0.16.jar thanks, Amila. On Thu, Nov 19, 2009 at 4:53 PM, a f wrote: > Dear all, > > I am deploying Axis2 1.5 on SunOne 6.1 sp10 server. But I am having > problems due to clustering configuration in axis2.xml. Somehow, Axis2 is > running depending on A

Re: Invoke with token

2009-11-20 Thread Amila Suriarachchi
On Thu, Nov 19, 2009 at 9:29 PM, wrote: > Hi > > I think I have tried with CXF and not with Axis2. Looks like both are from > Apache. > Being a newbie to Java as well as web service, can anyone guide with > creating java class from the wsdl and the xsd files please? > this may help Amila. [1]

Re: Axis 2: Transport error: 404 Error: Not Found

2009-11-20 Thread Amila Suriarachchi
On Fri, Nov 20, 2009 at 4:30 PM, gonso75 wrote: > > Hello > > Im trying to use AXIS's 2 wsdl2Java tool to build the client that will > consume a web service. > > I've run the tool and it has generated the required classes (a singel .java > file). > I've added that to a project and many of the jar

Re: Resuse of configurationcontext ends in out of memory error

2009-11-20 Thread Amila Suriarachchi
Can you try with Axis2 1.5? There was a memory leak in 1.4 and fixed for 1.5. thanks, Amila. On Fri, Nov 20, 2009 at 5:20 PM, Jens Goldhammer < goldhammer...@googlemail.com> wrote: > > Hello together, > > We are using Axis2 1.4 as ws-client framework in a web application > (deployed > in JBOSS)

Re: Cannot run axis2 client (error 501)

2009-11-20 Thread Amila Suriarachchi
On Fri, Nov 20, 2009 at 4:17 PM, P.N. wrote: > > Hello! > > When trying to connect to an axis-service (old axis version!) from an > axis2-client I'm always getting the following error: > > > org.apache.axis2.AxisFault: Transport error: 501 Error: Not Implemented >at > org.apache.axis2.tra

Re: Error while trying to deploy in weblogic 10.3

2009-11-20 Thread Amila Suriarachchi
Axis2 uses wstx-asl-3.2.4.jar as the stax implementation? What is the Axis2 version you use? Axis2 1.5 should work properly with web logic with the web logic stax implementation. thanks, Amila. On Fri, Nov 20, 2009 at 8:51 PM, Chinmoy Chakraborty wrote: > Could you tell me what is the implement

RE: deploying Axis under WebLogic

2009-11-20 Thread Martin Gainty
if i can convince you to use maven build environment i would suggest packaging all of the classes and service.xml into aar archive and then use the admin interface to deploy in which case you can use the maven-aar plugin http://ws.apache.org/axis2/tools/1_4/maven-plugins/maven-aar-plugin.html

RE: deploying Axis under WebLogic

2009-11-20 Thread McCoy, Daniel (HTSC)
Hello, I have written a custom handler to deal with a soap header with mustunderstand=1 The problem that I'm haviing is after the server (hosting the service) starts it deploys the service and upon deployment my customhandler causes a ClassNotFoundException Here's a partial stack trace I have cha

RE: deploying Axis under WebLogic

2009-11-20 Thread Vance
Will do, thanks, Dan --- On Fri, 11/20/09, McCoy, Daniel (HTSC) wrote: From: McCoy, Daniel (HTSC) Subject: RE: deploying Axis under WebLogic To: axis-user@ws.apache.org Date: Friday, November 20, 2009, 6:38 PM Check this link out. Pretty comprehensive.   http://charithaka.blogspot.com/2008/

RE: deploying Axis under WebLogic

2009-11-20 Thread McCoy, Daniel (HTSC)
Check this link out. Pretty comprehensive. http://charithaka.blogspot.com/2008/07/how-to-deploy-apache-axis2-on-web logic.html Dan McCoy Architect Office of the CTO 8 Farms Springs Farmington, CT 06032 (860) 409-8170 daniel.mc...@thehartford.com ___

deploying Axis under WebLogic

2009-11-20 Thread Vance
Is there documentation somewhere describing how to deploy Axis (1.x) under WebLogic 10 ?

Re: Customizing end point location

2009-11-20 Thread Manuel Darveau
I finally found a hack to fix https support. Note that in my case, I use axis2 with an embedde jetty. This complicates the solution a bit. If you want axis to start its own http server skip the first part. First part: https support in axis2 embedded in jetty server: What I did: In the "" section o

RE: Consuming a Service that takes AnyType

2009-11-20 Thread McCoy, Daniel (HTSC)
Convert your request string to an OMElement. Let axis handle the OMElement instead of the string. String XMLRequest = soapEnvelope+soapBody+lookRequestDoc.xmlText()+soapBodyClose+soapEnvClos e; OMElement elem = AXIOMUtil.stringToOM(XMLRequest); Dan McCoy Architect Office of the CTO 8 Farms Sp

Consuming a Service that takes AnyType

2009-11-20 Thread Meenakshisundaram, Pattabiraman
Hi, I am using the Stub generated by WSDL2Java for a Service that takes AnyType. The Service is expecting a Xml content ( Not a String/escaped). When I invoke the service through XmlSpy, it works. I used TCP Monitor to see the content transferred and I see that the tags are not escaped. Do not kn

Re: Problems when calling getOMElement

2009-11-20 Thread Andreas Veithen
Can you test this with a snapshot version? Andreas 2009/11/20 Håkon Sagehaug : > hi > > The problem is occurs using 1.4 and axiom 1.2.8. I can extract the values > using the java objects, but when I use the #getOmElement() I get the just > the XML without values, so my thought was the serializati

Re: Problems when calling getOMElement

2009-11-20 Thread Håkon Sagehaug
hi The problem is occurs using 1.4 and axiom 1.2.8. I can extract the values using the java objects, but when I use the #getOmElement() I get the just the XML without values, so my thought was the serialization or something like this. cheers, Hakon 2009/11/20 Andreas Veithen > Does this proble

Re: Problems when calling getOMElement

2009-11-20 Thread Andreas Veithen
Does this problem occur with snapshot versions of Axis2 and Axiom? Andreas On Fri, Nov 20, 2009 at 16:11, Amila Suriarachchi wrote: > here is a sample code > > InDict inDict = new InDict(); >     ArrayOfKeyValueOfstringstring arrayOfKeyValueOfstringstring = new > ArrayOfKeyValueOfstringstrin

RE: Customizing end point location

2009-11-20 Thread Sanjay Gupta
No I didn't find any solution. I did see the JIRA as well. It was broken in 1.4.1 as well. Sanjay From: Manuel Darveau [mailto:manueldarv...@gmail.com] Sent: Friday, November 20, 2009 9:01 AM To: axis-user@ws.apache.org Subject: Re: Customizing end point location Did you found a solution? I am n

Re: Customizing end point location

2009-11-20 Thread Manuel Darveau
Did you found a solution? I am not able to deploy a webservice over an ssl/https connection for this reason. A message on this list from Andread Veithen (Nov 5) seems to indicate that this is broken in 1.5 but will be fixed in 1.6. He refers to AXIS2-4465. Manuel On Wed, Sep 23, 2009 at 11:49 PM

Error while trying to deploy in weblogic 10.3

2009-11-20 Thread Chinmoy Chakraborty
Could you tell me what is the implementation class for javax.xml.stream.XMLStreamReader that AXIS2 uses? I got some error when I try to deploy axis2 app in weblogic 10.3. Below is the error: 11...@09:48:17151336 ERROR [[ACTIVE] ExecuteThread: '53' for queue: 'weblogic.kernel.Default (self-tuning)'

Re: Problems when calling getOMElement

2009-11-20 Thread Amila Suriarachchi
here is a sample code InDict inDict = new InDict(); ArrayOfKeyValueOfstringstring arrayOfKeyValueOfstringstring = new ArrayOfKeyValueOfstringstring(); inDict.setInDict(arrayOfKeyValueOfstringstring); KeyValueOfstringstring_type0[] keyValueOfstringstring_type0 = new KeyValu

Re: Cannot run axis2 client (error 501)

2009-11-20 Thread Chinmoy Chakraborty
I guess you need to upgrade server side implementation to axis2 also. On Fri, Nov 20, 2009 at 4:17 PM, P.N. wrote: > > Hello! > > When trying to connect to an axis-service (old axis version!) from an > axis2-client I'm always getting the following error: > > > org.apache.axis2.AxisFault: Tran

Resuse of configurationcontext ends in out of memory error

2009-11-20 Thread Jens Goldhammer
Hello together, We are using Axis2 1.4 as ws-client framework in a web application (deployed in JBOSS) and have encountered a problem after making the Axis2ConfigurationContext a singleton. This approach was necessary because creating the configurationcontext needs a lot of time and we don´t wan

Session already invalidated

2009-11-20 Thread pcsantos
Hi all! I'm a newbie user of Axis! I'm running a .jws webservice with Axis 1.4 and Tomcat 4. Checking tomcat's logfiles, there's an error message that keeps appearing (see bellow). I tried to research about it, and all I found was related to the webservice scope being specificed to "session" ins

Axis 2: Transport error: 404 Error: Not Found

2009-11-20 Thread gonso75
Hello Im trying to use AXIS's 2 wsdl2Java tool to build the client that will consume a web service. I've run the tool and it has generated the required classes (a singel .java file). I've added that to a project and many of the jar files under AXIS_HOME/lib (until the code started building and t

Transport error: 404 Error: Not Found

2009-11-20 Thread Gonzalo Floria
Hello Im trying to use AXIS's 2 wsdl2Java tool to build the client that will consume a web service. I've run the tool and it has generated the required classes (a singel .java file). I've added that to a project and many of the jar files under AXIS_HOME/lib (until the code started building and th

Resuse of configurationcontext ends in out of memory error

2009-11-20 Thread Jens Goldhammer
Hello together, We are using Axis2 1.4 as ws-client framework in a web application (deployed in JBOSS) and have encountered a problem after making the Axis2ConfigurationContext a singleton. This approach was necessary because creating the configurationcontext needs a lot of time and we don´t wan

Cannot run axis2 client (error 501)

2009-11-20 Thread P.N.
Hello! When trying to connect to an axis-service (old axis version!) from an axis2-client I'm always getting the following error: org.apache.axis2.AxisFault: Transport error: 501 Error: Not Implemented at org.apache.axis2.transport.http.HTTPSender.handleResponse(HTTPSender.java:295)