You might want to take a look if you're using all the correct jars because the beta 2 
stuff compiles correctly on my system (using .PARAM_MODE_IN btw). I do know the API 
documentation is not yet updated in some places.

 -Tako

> -----Original Message-----
> From: Alan Moore [mailto:[EMAIL PROTECTED]]
> Sent: woensdag 1 mei 2002 0:41
> To: '[EMAIL PROTECTED]'; [EMAIL PROTECTED]
> Subject: WSDL2Java generates incorrect field reference (beta 2)
> 
> 
> After running WSDL2Java (beta2) against my wsdl file, the 
> generated code
> contains references to a non-existent field:
> 
> javax.xml.rpc.ParameterMode.PARAM_MODE_IN
> 
> I think this should be:
> 
> javax.xml.rpc.ParameterMode.IN
> 
> since the ParameterMode class in the xmlrpc.jar distributed 
> with Axis beta2
> has this (updated?) definition...
> 
> Either I am picking up the wrong .jar or the WSDL2Java 
> compiler generates
> the wrong code. Does anyone know what the correct name should be?
> 
> BTW - the ParameterMode class in the Sun Java Web Services 
> Developer Pack
> EA2 (jwsdp-1.0-ea2/common/lib/jaxrpc-api.jar) has the .PARAM_MODE_IN
> attribute.
> 
> alan
> 

Reply via email to