Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks | - |
Not Applicable | - |
Resolution:
Description:
============
Does BW support URL reference of schemas?
Example:
<xsd:import schemaLocation="http://dynamicsvm.contoso.com/MicrosoftDynamicsAXAif50/log_memberservice.svc?xsd=xsd3" namespace="http://schemas.microsoft.com/dynamics/2006/02/documents/EntityKey"/>
Resolution:
==========
Currently BW does not support a HTTP URL in schemaLocation. The include statement with schemaLocation cannot contain a URL. The XSD which it refers to in the include
statement should be present in the BW project. Note: you need to import them.
The XSD can be referenced by absolute or relative path, within the project, from the WSDL.