Re: SOAP Encoding in axis2

2009-09-24 Thread Mauro Molinari
Sanjay Gupta ha scritto: Hi, Is there any workaround? The problem I have is that I need to consume these services in a grails app that is already using axis2 to expose part of it as services and also consuming axis2 services. I don't think axis1 can co-exist with axis2 in the same app. Sanjay

unsubscribe

2009-09-24 Thread Pradeep Patel

Re: unsubscribe

2009-09-24 Thread Andreas Veithen
You need to send a mail to axis-user-unsubscr...@ws.apache.org On Thu, Sep 24, 2009 at 09:53, Pradeep Patel patelprad...@gmail.com wrote:

Re: WSDL client generation. Problem with more than one part and binding style document

2009-09-24 Thread error3
- Amila Suriarachchi amilasuriarach...@gmail.com a écrit : [...] soap:body MapNametheName/MapName MapValues/MapValues /soap:body [...] How can I modify the WSDL to make axis2 generating a client which can produce the above request I want ? Is it possible ? Do I need to change the

options.setTimeOutInMilliSeconds is not working in AIX system

2009-09-24 Thread beni_it2003
Hi All : I am facing a strange issue with the connection timeout in Axis2 client. I have set the time out period as 120 sec. If the axis2 client takes more than this, it would probably throw an exception saying that Connection Timed out. But this is not timing out even after 120 sec.( It

Re: access to SOAP Body Element (Axis2 API)

2009-09-24 Thread Asma Maalej
Hello thank you for your reply but I already tried it, as follows: SOAPBody sb = soapenv.getBody(); OMElement soapb = (OMElement) sb.getFirstElement(); but this time, I get the following exception : [INFO] OMException in getSOAPBuilder

Java2WSDL in Axis1.2 gives error java.lang.NoClassDefFoundError: org/apache/axis/wsdlgen/Java2WSDL

2009-09-24 Thread mule_user
I am using Axis 1.4 for Java2WSDL. It is a web project called MyAxis where the source file is in src folder and the generated .class is under WEB-INF/classes. However, for the sake of creating a WSDL, I copied .class file to the src folder of MyAxis project. AXIS_CLASSPATH is added as a

AXIS2 1.5 - is it compatible to run in WAS 6.1(Servlet 2.4, JSP 2.0 etc.)

2009-09-24 Thread mule_user
Is Axis2 any version of jar e.g. version 1.5 compatible to run in WebSphere 6.1 server? Any experience with that? -- View this message in context: http://www.nabble.com/AXIS2-1.5---is-it-compatible-to-run-in-WAS-6.1%28Servlet-2.4%2C-JSP-2.0-etc.%29-tp25589660p25589660.html Sent from the Axis -

Re: Java2WSDL in Axis1.2 gives error java.lang.NoClassDefFoundError: org/apache/axis/wsdlgen/Java2WSDL

2009-09-24 Thread Anshuk Pal Chaudhuri
Hello, I am trying to integrate axis2 1.5 with jibx 1.2.1. I am not sure that is a problem with axis2 or jibx. I have the wsdl file and the schema with me. I have used the jibx org.jibx.schema.codegen.CodeGen to generate the objects the binding file from the schema. I then enhance the classes

Axis2 wsdl2java jibx: No mapping defined for element

2009-09-24 Thread Anshuk Pal Chaudhuri
Hello, Mentioned an incorrect subject line in my earlier mail. My applogies. I am trying to integrate axis2 1.5 with jibx 1.2.1. I am not sure that is a problem with axis2 or jibx. I have the wsdl file and the schema with me. I have used the jibx org.jibx.schema.codegen.CodeGen to generate the

Re: WSDL client generation. Problem with more than one part and binding style document

2009-09-24 Thread Amila Suriarachchi
On Thu, Sep 24, 2009 at 3:58 PM, err...@free.fr wrote: - Amila Suriarachchi amilasuriarach...@gmail.com a écrit : [...] soap:body MapNametheName/MapName MapValues/MapValues /soap:body [...] How can I modify the WSDL to make axis2 generating a client which can produce the

Re: access to SOAP Body Element (Axis2 API)

2009-09-24 Thread Amila Suriarachchi
On Thu, Sep 24, 2009 at 9:33 PM, Asma Maalej amaa...@laas.fr wrote: Hello thank you for your reply but I already tried it, as follows: SOAPBody sb = soapenv.getBody(); OMElement soapb = (OMElement) sb.getFirstElement(); but this time, I get the following exception :