| Manash 2005-11-21, 7:48 am |
| I am now working on an e-commerce project where we have BizTalk Server 2004
(enterprise edition) as the middleware.
There are orchestrations created which access the 3rd party web methods.
These orchestration in turn are exposed as web services and consumed from
the dot net assemblies which are used by the site.
The schemas have some common datatypes declared in some files and these are
included / imported in the other xsd that I am using in the orchestrations.
The project is building fine without any error.
But while trying to publish the orchestrations as web services - I am
getting the error mentioned below.
Failed to create project "http://localhost/TravelCareWS_Proxy".
[Microsoft.BizTalk.WebServices.PublishingException] Failed to construct code
for schema "http://schemas.comtec-europe.net/ctcs/dcds/v2.5/package".
The datatype '' is missing.
|