Posted By:
Anonymous
Posted On:
Thursday, May 22, 2008 02:09 AM
Hi, I am using the web service wizard to create a java bean web service but encountered the following error when the wizard tries to parse the wsdl: IWAB0399E Error in generating Java from WSDL java.io.IOException: Type {http://www.w3.org/2001/XMLSchema}null is referenced but not defined. Why is it saying that null is referenced but not defined? Just in case, below is a snippet of the wsdl generated: <?xml version="1.0" encoding="UTF-8"?> targetNamespace="http://authentication.security.common.wise.eds.com" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:im
More>>
Hi,
I am using the web service wizard to create a java bean web service but encountered the following error when the wizard tries to parse the wsdl:
IWAB0399E Error in generating Java from WSDL java.io.IOException: Type {http://www.w3.org/2001/XMLSchema}null is referenced but not defined.
Why is it saying that null is referenced but not defined? Just in case, below is a snippet of the wsdl generated:
<?xml version="1.0" encoding="UTF-8"?>
targetNamespace="http://authentication.security.common.wise.eds.com"
xmlns="http://schemas.xmlsoap.org/wsdl/"
xmlns:apachesoap="http://xml.apache.org/xml-soap"
xmlns:impl="http://authentication.security.common.wise.eds.com"
xmlns:intf="http://authentication.security.common.wise.eds.com"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:tns1="http://valueobject.common.wise.eds.com"
xmlns:tns3="http://exception.security.common.wise.eds.com"
xmlns:tns4="http://exceptions.common.wise.eds.com"
xmlns:tns7="http://exception.useradmin.wise.eds.com"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
targetNamespace="http://valueobject.common.wise.eds.com"
xmlns="http://www.w3.org/2001/XMLSchema">
Thanks for helping.