You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Mark Tolman <MT...@accela.com> on 2005/04/28 02:33:06 UTC

WSDL2Java puts forward slashes in the package declaration

Hi,
When I use WSDL2Java from either version 1.1 or 1.2RC3 against the wsdl
located at:
https://testing.epos.com//PaySelect/PaySelect_EPayProcessor.asmx?WSDL
It creates the java classes, but the package is defined as: package
com/PaySelect/EPayD.eposasp.www; Instead of: package
com.PaySelect.EPayD.eposasp.www;

That same syntax is cascaded through out the Class when the fully
qualified class name is being used.

Thanks, any help I could get to resolve this would be greatly
appreciated.