|
Hi Sara,
I can't tell for sure without the WSDL, but this could be an effect of the following bug
* [ 2533903 ] Imported schema overwrites existing XML namespace/prefix map
Importing a schema which defined the same XML namespace prefix as the
importing schema, but with a different URI resulted in having the URI
associated with the prefix from the imported schema set in the
importing schema.
http://sourceforge.net/tracker/index.php?func=detail&aid=2533903&group_id=111978&atid=660921
This is already fixed in SOAP::WSDL's SVN at https://soap-wsdl.svn.sourceforge.net/svnroot/soap-wsdl/SOAP-WSDL/trunk
Martin |