Is it possible to choose which wsdl:bindings Axis2 generates?

2007-01-26 Thread Sébastien Arod
Axis2 generates automatically wsdl:bindings in soap11 soap12 and http Is it possible to disable http binding generation? Thx Seb - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Axis2 1.1 webapp deployed on tomcat 5.5 with a HTTPS connector

2006-11-14 Thread Sébastien Arod
Hi, Firstly thanks for the new Axis2 1.1 release. However there is an issue with Axis2 1.1 deployed on a tomcat 5.5 which is configured with a HTTPS connector: When I try to acces to the service WSDL I get : Etat HTTP 500 - type Rapport d'exception message description Le serveur a rencont

[axis2] Next Release

2006-07-03 Thread Sébastien Arod
Is there a date for the next bug fix axis2 release? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Axis2 1.0 server remove nillable attributes

2006-06-08 Thread Sébastien Arod
When I deploy a web service with a specified WSDL in the Axis2 webapp the xsd nillable attributes are removed by Axis2. It seems to me that's a bug. Why Axis2 do that? Is there a way to avoid that? Thanks, Sebastien - To un

Re: WSDL soap-adress not correctly set by Axis2 1.0 webapp

2006-05-09 Thread Sébastien Arod
Bug reported http://issues.apache.org/jira/browse/AXIS2-676 Deepal Jayasinghe a écrit : I think this a bug in Axis2 , and need to fix in next version. So pls create a JIRA so that we will not forget this. Sébastien Arod wrote: Yes that's it. In fact I'm testing axi

Re: Axis 1.0 throws an exception while providing WSDL

2006-05-09 Thread Sébastien Arod
Bug reported http://issues.apache.org/jira/browse/AXIS2-676 Davanum Srinivas a écrit : Please log a bug report (http://issues.apache.org/jira/) and upload your wsdl. thanks, dims On 5/5/06, Sébastien Arod <[EMAIL PROTECTED]> wrote: Steve Barham a écrit : I create my WSDL with JA

Re: WSDL soap-adress not correctly set by Axis2 1.0 webapp

2006-05-08 Thread Sébastien Arod
wsdl:service> robert lazarski wrote : Let me try and understand. You have: http://localhost:8080/axis2/services/MyService" But now you want to create your own webapp: http://localhost:8080/myWebApp/services/MyService" Is that correct? If so, you do this via:

WSDL soap-adress not correctly set by Axis2 1.0 webapp

2006-05-05 Thread Sébastien Arod
When I deploy a service to Axis2 webapp The soapaddress is set by Axis2 to location="http://localhost:8080/axis2/services/MyService"/> that's fine. However if I changed Axis2 webapp name to a other name the soapaddress is still set to http://localhost:8080/axis2/services/MyService so obviously t

Re: Axis 1.0 throws an exception while providing WSDL

2006-05-05 Thread Sébastien Arod
Steve Barham a écrit : I create my WSDL with JAXP/DOM : Here is the java code to write DOM document to file Transformer xformer = TransformerFactory.newInstance().newTransformer(); xformer.setOutputProperty(OutputKeys.ENCODING, "UTF-8"); //$NON-NLS-1$ OutputStream os = new FileOutputStream(get

Axis 1.0 throws an exception while providing WSDL

2006-05-05 Thread Sébastien Arod
I coded an axis2 service that I put in the Axis2 webapp. The WSDL (UTF-8 encoded) in the aar contains accents (e.g. "prénom") in the XSD element annotations. When I try to get WSDL from deployed service (MyService?wsdl) an Exception is thrown : javax.servlet.ServletException: com.ctc.wstx.exc.