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.


#TechXchangePresenter
 View Only
  • 1.  Unable to create ISSchema from XSD ?

    Posted Tue July 01, 2014 03:59 AM

    Hi all,
    I was trying to create ISSchema or document type using XSD ,But I am getting the following error.
    Please provide me the solution.

    Error:
    There is a problem with the XML Schema file: C:\Users\MYPC\Desktop\Service.xsd (The system cannot find the file specified)


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


  • 2.  RE: Unable to create ISSchema from XSD ?

    Posted Tue July 01, 2014 04:45 AM

    Hi,

    Error clearly states that it is not able to find/locate specified file…

    Where is your IS installed on Windows or Unix/Linux?

    Share the xsd/xml file…


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


  • 3.  RE: Unable to create ISSchema from XSD ?

    Posted Tue July 01, 2014 07:37 AM

    Hi Mahesh,
    My IS is installed on windows.The XSD is in the attachment.
    getAccountList.xsd (9.16 KB)


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


  • 4.  RE: Unable to create ISSchema from XSD ?

    Posted Tue July 01, 2014 08:08 AM

    Hi Sham,

    your xsd getAccountList.xsd inturns refers to few xsd’s .

    <xs:import namespace=“http://www.sonatacentral.com/service/v30/Service” schemaLocation=“…/…/Service.xsd”/>
    <xs:import namespace=“http://www.sonatacentral.com/service/v30/globaltypes/wrap/account/AccountGroupType” schemaLocation=“…/…/globaltypes/wrap/account/AccountGroupType.xsd”/>
    <xs:import namespace=“http://www.sonatacentral.com/service/v30/globaltypes/common/client/ClientGroupType” schemaLocation=“…/…/globaltypes/common/client/ClientGroupType.xsd”/>
    <xs:import namespace=“http://www.sonatacentral.com/service/v30/globaltypes/common/data/DataGroupType” schemaLocation=“…/…/globaltypes/common/data/DataGroupType.xsd”/>
    <xs:import namespace=“http://www.sonatacentral.com/service/v30/globaltypes/common/scheme/SchemeGroupType” schemaLocation=“…/…/globaltypes/common/scheme/SchemeGroupType.xsd”/>
    <xs:import namespace=“http://www.sonatacentral.com/service/v30/globaltypes/life/policy/PolicyGroupType” schemaLocation=“…/…/globaltypes/life/policy/PolicyGroupType.xsd”/>

    Before creating document type, make sure you have all referred xsd’s in place.

    Hope this helps you…

    Regards,
    Sireesha Avala


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


  • 5.  RE: Unable to create ISSchema from XSD ?

    Posted Tue July 01, 2014 01:15 PM

    @ Sham,

    I hope by this time you should have got the solution.


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


  • 6.  RE: Unable to create ISSchema from XSD ?

    Posted Wed July 02, 2014 05:25 AM