Re: Cannot compile classes generated by WSDL2Java too

2002-04-25 Thread Vaishakhi Ajmera
pril 25, 2002 12:35 PM Subject: Re: Cannot compile classes generated by WSDL2Java too > It appears that you have an inconsistent set of AXIS jar files. There is > jaxrpc.jar which contains the JAX-RPC apis. Then there's axis.jar which is > everything else. > > javax.xml.

Re: Cannot compile classes generated by WSDL2Java too

2002-04-25 Thread Russell Butek
It appears that you have an inconsistent set of AXIS jar files. There is jaxrpc.jar which contains the JAX-RPC apis. Then there's axis.jar which is everything else. javax.xml.rpc.ParameterMode is defined in jaxrpc.jar. Sometime after beta 1 ParameterMode.PARAM_MODE_IN became ParameterMode.IN b