Hi,
I use this code (SCADomain scaDomain =
SCADomain.newInstance("META-INF/sca-deployables/Information.composite"); )
for generating the wsdl of my web service. The wsdl is generated and
published in a url but when I try to test the web service I get this
message:
IWAB0380E Errors were encountered while validating XML schemas.
XSD: Type reference
'http://exceptions.information.myproject.eu/xsd#ServiceNotFoundException' is
unresolved
XSD: Type reference
'http://information.information.myproject.eu/xsd#Service' is unresolved
XSD: Type reference 'http://util.java/xsd#Map' is unresolved
XSD: Type reference 'http://information.information.myproject.eu#Exception'
is unresolved
IWAB0381I <http://localhost:9082/Information?wsdl>
http://localhost:9082/Information?wsdl was successfully opened.
The Information interface has input and output parameters which are complex
types (Map, Service...) and throws exceptions.
The message says that these type references are unresolved. How should I
give the XSD in order to avoid this error? How should I edit the wsdl?
Thanks and regards,
Adriana