Hi Chris,
When I try to import wsdl.wsdl I get this error:
> java.net.UnknownHostException: servername.domain (Dynamic Script Module name : addSOAPHostWithWSDLContent#8)
because of the reference inside the URL http://servername.domain:9080/baocdp/orca?xsd=1
But then when I try to import wsdl_full.wsdl I get this other error:
> unsupported protocol: 'file' (Dynamic Script Module name : addSOAPHostWithWSDLContent#8)
I guess because of the import element <xsd:import namespace="http://bmc.com/ao/xsd/2008/09/soa" schemaLocation="orca.xsd"/> is pointing to the local "file" orca.xsd.
Could you please attach that file as well or even better to include the types defined in the orca.xsd inside the wsdl file?
Sergio