beanMapping, typeMapping in Axis 1 (1.4) in server-config.wsdd does not generate complexType in wsdl

2009-10-29 Thread mule_user
correct complex type. -- View this message in context: http://www.nabble.com/beanMapping%2C-typeMapping-in-Axis-1-%281.4%29-in-server-config.wsdd-does-not-generate-complexType-in-wsdl-tp26121937p26121937.html Sent from the Axis - User mailing list archive at Nabble.com.

Re: TypeMapping in Axis

2007-08-17 Thread sjtirtha
I look into Eclipse plugin, I use Axis 1.3. And I use WST 1.5.4 and JST 1.5.4. I think the works in my case. I just assumed that the integration problem between my WS implementation and WS client was because the different between original WSDL and generated WSDL. That's why I asked how to use th

Re: TypeMapping in Axis

2007-08-16 Thread Lahiru Sandakith
Hi, Please tell us which version of the Axis/Axis2 runtime that you are using inside Eclipse WTP WS Framwork, plus what is the WTP verison that this issue raised. I believe you are using Axis as the runtime not Axis2 in side WTP. AFAIK in Axis you need to edit the deploy.wsdd. your.wsdl Then res

Re: TypeMapping in Axis

2007-08-16 Thread sjtirtha
Hi, thanks for the infos. I can set axis using the original wsdl. Now I'm testing the integration. regards, steve On 8/16/07, Upul Godage <[EMAIL PROTECTED]> wrote: > > You can find more details here. > > http://ws.apache.org/axis/java/reference.html#DeploymentWSDDReference > Search for: *wsdlF

Re: TypeMapping in Axis

2007-08-16 Thread Upul Godage
You can find more details here. http://ws.apache.org/axis/java/reference.html#DeploymentWSDDReference Search for: *wsdlFile *Upul * * On 8/16/07, Upul Godage <[EMAIL PROTECTED]> wrote: > > Hi, > > useOriginalwsdl... thing is for "Axis2." > > You are using "Axis". That is where wsdds are used. > >

Re: TypeMapping in Axis

2007-08-16 Thread Upul Godage
Hi, useOriginalwsdl... thing is for "Axis2." You are using "Axis". That is where wsdds are used. Try putting entry below in your deploy.wsdd. The wsdl location should be in the classpath I think. ... class/path/original.wsdl Upul On 8/16/07, sjtirtha <[EMAIL PROTECTED]> wrote: > > Hi,

Re: TypeMapping in Axis

2007-08-16 Thread sjtirtha
Hi, I put true in server-config.wsdd and deploy.wsdd. But it doesn't work either. I don't find the service.xml in my project folder. The parameter should do what I want to, but it doesn't work. And how can Axis find the original wsdl file ? Steve On 8/16/07, Upul Godage <[EMAIL PROTECTED]> wro

Re: TypeMapping in Axis

2007-08-16 Thread Upul Godage
Hi, in Axis 1 in wsdd (wsdl in classpath I think) ... original.wsdl in Axis2 in services.xml (wsdl in META-INF) ... true Hope this helps. Upul On 8/16/07, sjtirtha <[EMAIL PROTECTED]> wrote: > > Hi, > > I use Eclipse WTP to generate a java skeleton for a Web > Service implementation based

TypeMapping in Axis

2007-08-16 Thread sjtirtha
Hi, I use Eclipse WTP to generate a java skeleton for a Web Service implementation based on the existing WSDL. After creating the java skeleton, I realized that Axis generated a new WSDL that is possibly in run time by the servlet generated. But this generated WSDL is not the same one with the ex

Problem with TypeMapping in AXIS 1.2 Final

2005-07-27 Thread Kumar
Hi All, Till AXIS 1.2 RC2, I used to register typemapping using below code snippet : TypeMapping tmap = DefaultTypeMappingImpl.getSingleton(); tmap.register(clas, qname, sf, df); org.apache.axis.wsdl.fromJava.Emitter emitter.setTypeMapping(tmap); But with AXIS 1.2 Final, I am not understanding