IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

Error while creating IS doc type from xsd

  • 1.  Error while creating IS doc type from xsd

    Posted Wed April 16, 2008 04:50 PM

    Hi All,
    I’m trying to generated IS doc type from xsd and I’m getting the following error.
    Any idea about this error?

    Couldn’t compile
    [ITU.0001.0002] Host name could not be found on the network.

    My understanding is integration server is referring to Microsoft site to validate/refer the schema and IS can not access the server. I have used xml spy to validate the xsd and it looks valid. Here is the top part of xsd
    <xsd:schema targetNamespace=“schemas-dart-com:sql:InvoiceHeader” xmlns:schema=“schemas-dart-com:sql:InvoiceHeader” xmlns:xsd=“XML Schema” xmlns:sqltypes=“http://schemas.microsoft.com/sqlserver/2004/sqltypes” elementFormDefault=“qualified”>
    <xsd:import namespace=“http://schemas.microsoft.com/sqlserver/2004/sqltypes” schemaLocation=“http://schemas.microsoft.com/sqlserver/2004/sqltypes/sqltypes.xsd” />
    <xsd:element name=“InvoiceHeader”>
    Thank you,
    Salvo.


    #Flow-and-Java-services
    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: Error while creating IS doc type from xsd

    Posted Thu April 17, 2008 06:06 AM

    It seems that [url]http://schemas.microsoft.com/sqlserver/2004/sqltypes/sqltypes.xsd[/url] is not accesible from your network. Why dont you download this XSD to local and change the schemaLocation to local location. Hope it works.


    #Flow-and-Java-services
    #Integration-Server-and-ESB
    #webMethods