« Return to Thread: Can't import XSD from WSDL

Can't import XSD from WSDL

by Rudy Commenge :: Rate this Message:

Reply to Author | View in Thread

Hello,

I have deployed a BPEL Process (on soap-bc-component and orchestra-se-component) composed by :
 - process.bpel
 - process.wsdl
 - schema.xsd

In the wsdl, I import xsd with :

"<xsd:schema targetNamespace="http://j2ee.netbeans.org/wsdl/test2">
   <xsd:import namespace="http://xml.netbeans.org/schema/test1" schemaLocation="schema.xsd"/>
</xsd:schema>"

But when I try to use the WSDL in a SOAP Client (e.g. SoapUI), I have this error in my client :
"Failed to load url [http://10.0.4.3:8084/petals/services/schema.xsd]
Loading of definition failed for [http://10.0.4.3:8084/petals/services/processWF?wsdl]; org.apache.xmlbeans.XmlException: error: Unexpected end of file after null"

Do you know this problem with XSD ?


--
You receive this message as a subscriber of the petals-users@... mailing list.
To unsubscribe: mailto:petals-users-unsubscribe@...
For general help: mailto:sympa@...?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws

 « Return to Thread: Can't import XSD from WSDL