Forum Discussion

Shell_Global_So's avatar
Shell_Global_So
New Contributor
14 years ago

soapUI importing some WCF webserives, but not all of them

We have an issue with soapUI where it can import somwe WCF webservices, but not the one we are trying to test at the moment.

We would like some help figuring out what has failed, please.

I have attached a zip file which provides details of the issue. If this is insufficient, please let me know.

I hope you can resolve this for us quickly. thank you

3 Replies

  • Hi!

    the problem here is that the type attribute of the binding does not match the name of the portType;

    <wsdl:binding name="BasicHttpBinding_XHQ_x0020_Web_x0020_Service" type="i0:XHQ_x005F_x0020_Web_x005F_x0020_Service">

    and

    <wsdl:portType name="XHQ_x0020_Web_x0020_Service">

    The type needs to refer to a valid portType, so probably type="XHQ_x0020_Web_x0020_Service" would work better

    Hope this helps!

    regards,

    /Ole
    eviware.com