Hello,

I expose a POJO with a jsr181 endpoint, by a http consumer listening at the
URI http://localhost:8193/ServicePOJO/.
So I see I can get the WSDL document using
http://localhost:8193/ServicePOJO/main.wsdl.
This WSDL seems correct.

I'm be able to do a correct call using the SOAP request :

<?xml version="1.0" encoding="UTF-8"?>
<e:Envelope xmlns:e="http://schemas.xmlsoap.org/soap/envelope/";>
  <e:Body>
    <echo>
        <service>hello</service>
    </echo>
  </e:Body>
</e:Envelope>

But when I try to use it in SOAPUI 1.6, trying to add WSDL from the URL, I
get the following message :

Fri Jun 08 12:41:41 CEST 2007:INFO:Missing importer for
{http://test}monConsommateurrPOJOBinding

And SOAPUI doesn't generate SOAP request !

Any idea ? (I put the WSDL docuement in attached file)

Thank you.


Bertrand.
http://www.odelia-technologies.com/
http://www.nabble.com/file/p11024646/doc.wsdl doc.wsdl 
-- 
View this message in context: 
http://www.nabble.com/Using-WSDL-generated-by-a-POJO-and-jsr181-with-SOAPUI-tf3889174s12049.html#a11024646
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to