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 simple frontend?
Use .aegis.xml files to spec out the methods. That required Aegis instead of JAXB.
