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.
