Hi Ken,
That's what I thought. But when I changed it to "rpc", it gave this error when
I was trying to generate the classes:
----------------------------------------------------------------------
Exception in thread "main"
org.apache.axis2.wsdl.codegen.CodeGenerationException:
java.lang.RuntimeException: org.apache.axis2.schema.SchemaCompilationException
: java.lang.NullPointerException
at
org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:146)
at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:32)
at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:21)
Caused by: java.lang.RuntimeException:
org.apache.axis2.schema.SchemaCompilationException:
java.lang.NullPointerException
at
org.apache.axis2.wsdl.codegen.extension.SimpleDBExtension.engage(SimpleDBExtension.java:162)
at
org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:101)
... 2 more
Caused by: org.apache.axis2.schema.SchemaCompilationException:
java.lang.NullPointerException
at
org.apache.axis2.schema.SchemaCompiler.compile(SchemaCompiler.java:184)
at
org.apache.axis2.wsdl.codegen.extension.SimpleDBExtension.engage(SimpleDBExtension.java:115)
... 3 more
Caused by: java.lang.NullPointerException
at
org.apache.axis2.schema.SchemaCompiler.processElement(SchemaCompiler.java:354)
at
org.apache.axis2.schema.SchemaCompiler.processElement(SchemaCompiler.java:338)
at
org.apache.axis2.schema.SchemaCompiler.processElement(SchemaCompiler.java:403)
at
org.apache.axis2.schema.SchemaCompiler.processElement(SchemaCompiler.java:328)
at
org.apache.axis2.schema.SchemaCompiler.process(SchemaCompiler.java:899)
at
org.apache.axis2.schema.SchemaCompiler.processParticle(SchemaCompiler.java:862)
at
org.apache.axis2.schema.SchemaCompiler.processComplexType(SchemaCompiler.java:631)
at
org.apache.axis2.schema.SchemaCompiler.processNamedComplexSchemaType(SchemaCompiler.java:604)
at
org.apache.axis2.schema.SchemaCompiler.processSchema(SchemaCompiler.java:569)
at
org.apache.axis2.schema.SchemaCompiler.processElement(SchemaCompiler.java:444)
at
org.apache.axis2.schema.SchemaCompiler.processElement(SchemaCompiler.java:338)
at
org.apache.axis2.schema.SchemaCompiler.compile(SchemaCompiler.java:220)
at
org.apache.axis2.schema.SchemaCompiler.compile(SchemaCompiler.java:179)
... 4 more
----------------------------------------------------------------------
Thanks,
Ameet
-----Original Message-----
From: Ken Campbell [mailto:[EMAIL PROTECTED]
Sent: quinta-feira, 30 de Março de 2006 9:36
To: [email protected]
Subject: RE: [axis2] - 0.95 - WSDL2Java
Hi Ameet,
Perhaps your problem is here :
...
<binding name="PromosoftPortBinding" type="tns:PromosoftPortType">
<soap:binding style="document"
...
Regards,
Ken
-----Original Message-----
From: Ameet Hasmucrai Amarchande [mailto:[EMAIL PROTECTED]
Sent: 29 March 2006 16:57
To: [email protected]
Subject: RE: [axis2] - 0.95 - WSDL2Java
Ok, here it is.