Forum Discussion
3 Replies
- Hi,
It's hard to know what is going on here; could you attach the actual soapUI project that is visible in the document? (or mail it to support@eviware.com)
regards,
/Ole
eviware.com - Shell_Global_SoNew Contributor
- 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