Hi,

I believe the problem is that your namespaces all start with "www."
instead of "http://www.";

I saved out your WSDL file, edited it to replace "www." with
"http://www."; and the stubs generated fine with correct package names.

--Dhananjay
 

> -----Original Message-----
> From: Mark Tolman [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, April 27, 2005 5:33 PM
> To: [email protected]
> Subject: 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.
> 

Reply via email to