Forum Discussion
SmartBear_Suppo
Alumni
15 years agoHello,
<xsd:include schemaLocation="idm-web-service.xsd"/>
is a problem. You can not specify like this path to schema, this should be URI. From point of application this not means in same directory.
Maybe it should be, and will be once you deploy ws :
<xsd:include schemaLocation="http://www.mycompany.com/idm/idm-web-service.xsd"/>
I mostly see like this.
Hope this helps,
robert
<xsd:include schemaLocation="idm-web-service.xsd"/>
is a problem. You can not specify like this path to schema, this should be URI. From point of application this not means in same directory.
Maybe it should be, and will be once you deploy ws :
<xsd:include schemaLocation="http://www.mycompany.com/idm/idm-web-service.xsd"/>
I mostly see like this.
Hope this helps,
robert