how to get rid of arg0 in wsdl file

2008-02-05 Thread yulinxp
I am having those arg0 in the wsdl file. xsd:element minOccurs=0 name=arg0 type=xsd:string/ I can use @WebParam(name=xxx) to annotate if using JAX-WS Frontend. But what do I do if for simple frontend? -- View this message in context:

Re: how to get rid of arg0 in wsdl file

2008-02-05 Thread Daniel Kulp
On Tuesday 05 February 2008, yulinxp wrote: I am having those arg0 in the wsdl file. xsd:element minOccurs=0 name=arg0 type=xsd:string/ I can use @WebParam(name=xxx) to annotate if using JAX-WS Frontend. But what do I do if for simple frontend? I THINK with the simple frontend the only

Re: how to get rid of arg0 in wsdl file

2008-02-05 Thread Benson Margulies
On Tue, 2008-02-05 at 11:07 -0500, Daniel Kulp wrote: On Tuesday 05 February 2008, yulinxp wrote: I am having those arg0 in the wsdl file. xsd:element minOccurs=0 name=arg0 type=xsd:string/ I can use @WebParam(name=xxx) to annotate if using JAX-WS Frontend. But what do I do if for

Re: how to get rid of arg0 in wsdl file

2008-02-05 Thread Benson Margulies
?xml version=1.0 encoding=UTF-8? !-- Licensed to the v Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache

Re: how to get rid of arg0 in wsdl file

2008-02-05 Thread yulinxp
I am using Aegis binding for simple frontend. Could you pls give me an example for .aegis.xml files? Benson Margulies-4 wrote: On Tue, 2008-02-05 at 11:07 -0500, Daniel Kulp wrote: On Tuesday 05 February 2008, yulinxp wrote: I am having those arg0 in the wsdl