Problem with using external web service in Java CAPS
Hi all,
I was trying to invoke a web service that is created using NetBeans 5.5 Beta 2 IDE. It is a simple web service that accepts two integers and will return the sum of the numbers.
I was able to consume the webservice outside Java CAPS. But when i tried to import the WSDL file, it is giving the following error:
com.stc.bpms.common.model.visitor.XMLParseVisitorException: Cannot load WSDL from URL"http://localhost:8080/AdderWSApplication/AdderWSService?WSDL" (see below):
==> Cannot load WSDL (see below):
==> Cannot parse WSDL (see below):
==> Cannot parse inline schema (see below):
==> the'namespace' attribute in the <import> element cannot be the same of the targetNamespace of the global schema: com.stc.bpms.common.model.visitor.XMLParseVisitorException: Cannot load WSDL (see below):
==> Cannot parse WSDL (see below):
==> Cannot parse inline schema (see below):
==> the'namespace' attribute in the <import> element cannot be the same of the targetNamespace of the global schema: com.stc.bpms.common.model.visitor.XMLParseVisitorException: Cannot parse WSDL (see below):
==> Cannot parse inline schema (see below):
==> the'namespace' attribute in the <import> element cannot be the same of the targetNamespace of the global schema: NestedIOException: the'namespace' attribute in the <import> element cannot be the same of the targetNamespace of the global schema{ nested error: the'namespace' attribute in the <import> element cannot be the same of the targetNamespace of the global schema}
Versions Used:
NetBeans 5.5 Beta Version2
JavaCAPS 5.0
Sun One Application Server 9
thanks in advance

