Hi
when I try to generate java classes from the specified WSDL file, the
following exception is thrown
the wsdl is valid!!
has anyone an idea what to do?
C:\Programmierung\AXIS2\AXIS_94\bin>WSDL2Java -uri
-o .\test -ss -sd
Retrieving document at ''.
Retrieving document at 'parlayx_common_faults_2_0.wsdl', relative to
''.
Retrieving schema at 'parlayx_common_types_2_0.xsd', relative to
''.
Retrieving schema at 'parlayx_presence_types_2_0.xsd', relative to
''.
Retrieving schema at 'parlayx_common_types_2_0.xsd', relative to
''.
Exception in thread "main"
java.lang.RuntimeException: java.lang.RuntimeException: Schema for
namespace '
ence/v2_0' already contains type 'string
at
(CodeGenerationEngine.java:118)
at (WSDL2Code.java:31)
at (WSDL2Java.java:21)
Caused by: java.lang.RuntimeException: java.lang.RuntimeException:
Schema for namespace ''
already contains type 'string
at
(SimpleDBExtension.java:152)
at
(CodeGenerationEngine.java:80)
2 more
Caused by: java.lang.RuntimeException: Schema for namespace
'' already contains
type 'string
at
(XmlSchema.java:237)
at
(SchemaBuilder.java:98)
at
(XmlSchemaCollection.java:233)
at
(SimpleDBExtension.java:86)
3 more
C:\Programmierung\AXIS2\AXIS_94\bin>
what is meant by :
" already contains type 'string "?
thanx a lot
(thanx for the previous jalopy help, too)