Does BW support HTTP URL reference of schemas?

Does BW support HTTP URL reference of schemas?

book

Article ID: KB0091397

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks -
Not Applicable -

Description

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.

Issue/Introduction

Does BW support HTTP URL reference of schemas?