Forum Discussion
SmartBear_Suppo
Alumni
14 years agoHi!
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
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