ALI_G
15 years agoNew Contributor
soapUI 3.6 pro cannot open WSDL
Hello all,
I have an issue with soapUI 3.6. when I try to "ADD WSDL" definition to a project what I have in local (wsdl + xsd), but it doesn't load this wsdl. My steps were the follows:
1. create project
2. add wsdl (select from hard drive, click OK button)
3. nothing happened.
I've checked my project's overview bar's Interface Summary but everything is empty. Absolutely no idea, because with other wsdl it works on my windows XP sp3 (32 bit), and wsdl should be vaild (checked with Eclipse IDE).
soapUI http log is the follows:
My wsdl has a project specific namespace:
xmlns:jms="http://abcd/fooo/v1.0"
which used here:
<jms:binding defaultMessageType="BytesMessage">
<jms:encoding type="Hessian"/>
</jms:binding>
and with this, the wsdl is valid of course.
Is it a soapUI bug?
Does soapUI support custom wsdl extension anyway?
Are there any way to convert my wsdl into a compatible wsdl?
Any suggestions are welcome!
I have an issue with soapUI 3.6. when I try to "ADD WSDL" definition to a project what I have in local (wsdl + xsd), but it doesn't load this wsdl. My steps were the follows:
1. create project
2. add wsdl (select from hard drive, click OK button)
3. nothing happened.
I've checked my project's overview bar's Interface Summary but everything is empty. Absolutely no idea, because with other wsdl it works on my windows XP sp3 (32 bit), and wsdl should be vaild (checked with Eclipse IDE).
soapUI http log is the follows:
Mon Oct 11 05:06:39 PDT 2010:INFO:Finding importer for {urn:asdf:eee:platform:samples:something:sampleservice:v1:contract}SampleServiceJMS
Mon Oct 11 05:06:39 PDT 2010:INFO:Missing importer for {urn:asdf:eee:platform:samples:something:sampleservice:v1:contract}SampleServiceJMS
My wsdl has a project specific namespace:
xmlns:jms="http://abcd/fooo/v1.0"
which used here:
<jms:binding defaultMessageType="BytesMessage">
<jms:encoding type="Hessian"/>
</jms:binding>
and with this, the wsdl is valid of course.
Is it a soapUI bug?
Does soapUI support custom wsdl extension anyway?
Are there any way to convert my wsdl into a compatible wsdl?
Any suggestions are welcome!