RE: Enum type in Axis2

2007-05-08 Thread Nicolas Rouiller
Hi Deepal, Here my wsdl. I didn't try to codegen in Axis2 for that wsdl. http://schemas.xmlsoap.org/wsdl/mime/"; xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"; xmlns:ns0="http://mesfilesprovider.mes.softcomponent.ch/xsd"; xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"; xmlns:ns1="htt

Enum type in Axis2

2007-05-08 Thread Nicolas Rouiller
Hi, I want to use an enumerate type in my web service. I uses this web serice from a .NET client. My problem is : when Visual Studio generate the client stub, the enumerate type is converted in the following class : [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://mesfilesprovide r.

FW: Axis2 wsdl generation

2007-05-07 Thread Nicolas Rouiller
Hello, I really need help for this problem, anybody can help me? Perhaps the solution doesn't exist but perhaps I'm doing something wrong when I'm using Axis2 (for exemple in the services.xml file)... Thanks a lot!!! Nicolas -Original Message- From: Nicolas Rouiller

Axis2 wsdl generation

2007-05-07 Thread Nicolas Rouiller
Hello, I have writted a simple web service. To do that, I have made the following operation : 1) I have writted my code in Java. I exposed the following method as web service : public String getFiles(String files, CustomerInformations customerInfos, MediaType type); 2) I have writted the