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

Generate web services connector error errorCode: XSDC-004 from VB Dotnet WSDL

  • 1.  Generate web services connector error errorCode: XSDC-004 from VB Dotnet WSDL

    Posted Thu July 13, 2006 12:40 PM

    Hi All,

    I have problem to generate webservices connector using webMethods developer 6.5 SP2, throw me this error :

    URL: C:\wmlib\WebMethodTest.wsdl

    Path name:
    PortType: WebMethodTestSoap
    Operation: CargoContainerDetails

    WSDL code: S-9043

    [ISS.0092.9043] Schema Error: 1
    pathName: null

    errorCode: XSDC-004
    
    errorMessage: [ISC.0082.9706] Declaration not found
    
    identifier: /schema/element[@name="CargoContainerDetailsResponse"]
    

    URL: C:\wmlib\WebMethodTest.wsdl

    Path name:
    PortType: WebMethodTestSoap
    Operation: CargoContainerDetails

    WSDL code: S-9032

    [ISS.0092.9032] Error: Invalid schema definition for Input signature. Web Service Connector was not created.

    Attached the WSDL file

    Please help advise me.

    Thank you and Best Regards

    Fernand
    WebMethodTest.wsdl (2.82 KB)


    #webMethods
    #soa
    #API-Management


  • 2.  RE: Generate web services connector error errorCode: XSDC-004 from VB Dotnet WSDL

    Posted Thu July 13, 2006 05:26 PM

    I think the problem is in how your CargoContainerDetailsResult is defined. In the definition below, that element consists of one sequence that contains a single element which references the XML schema definition and an “any” wildcard that allows for anything else.

    In short, that is not correct.


    <s:element name=“CargoContainerDetailsResult” minOccurs=“0”>
    <s:complexType>
    <s:sequence>
    <s:element ref=“s:schema”/>
    <s:any/>
    </s:sequence>
    </s:complexType>
    </s:element>


    #API-Management
    #webMethods
    #soa


  • 3.  RE: Generate web services connector error errorCode: XSDC-004 from VB Dotnet WSDL

    Posted Mon October 15, 2007 05:29 AM

    #webMethods
    #API-Management
    #soa


  • 4.  RE: Generate web services connector error errorCode: XSDC-004 from VB Dotnet WSDL

    Posted Mon October 15, 2007 05:31 AM

    Hi fernandlesmana,

    I am also facing the same issue when i m trying to generate the Webservice connector ,do you have any suggestion for the same? Kindly reply soon .


    #soa
    #webMethods
    #API-Management


  • 5.  RE: Generate web services connector error errorCode: XSDC-004 from VB Dotnet WSDL

    Posted Mon October 15, 2007 05:52 AM

    The schema defined inside or imported into the WSDL is missing a type definition for the CargoContainerDetailsResponse element.

    Mark


    #API-Management
    #soa
    #webMethods


  • 6.  RE: Generate web services connector error errorCode: XSDC-004 from VB Dotnet WSDL

    Posted Mon October 15, 2007 06:52 AM

    hi mcarlson,

    Can u plz tell me in which section of WSDL we need to specify the type defination of elements.


    #webMethods
    #soa
    #API-Management


  • 7.  RE: Generate web services connector error errorCode: XSDC-004 from VB Dotnet WSDL

    Posted Mon October 15, 2007 02:35 PM

    The “types” section contains XML schema definitions used by the input and output messages of the operations. XML schema import statements can also be used to import existing XSD’s.

    Mark


    #API-Management
    #soa
    #webMethods


  • 8.  RE: Generate web services connector error errorCode: XSDC-004 from VB Dotnet WSDL

    Posted Mon October 15, 2007 02:47 PM

    hi All,
    i am facing problem while gererating Webservice connector with below Error i had attched the WSDL as an attachment

    [COLOR=#0000ff]Error is URL: C:\Project Folder\ERP-ORACLE\WSDL\start.xml
    Path name:
    PortType: FEMCLSUpsertCustomer
    Operation: InsertOrUpdateCustomers
    WSDL code: S-9043
    [ISS.0092.9043] Schema Error: 1
    pathName: null
    errorCode: XSDC-004
    errorMessage: [ISC.0082.9706] Declaration not found
    identifier: /schema/element[@name=“FEMC_spcLS_spcUpsert_spcCustomer_InsertOrUpdateCustomers_Input”]

    URL: C:\Project Folder\JDE-ORACLE\WSDL\start.xml
    Path name:
    PortType: FEMCLSUpsertCustomer
    Operation: InsertOrUpdateCustomers
    WSDL code: S-9043
    [ISS.0092.9043] Schema Error: 2
    pathName: null
    errorCode: XSDC-004
    errorMessage: [ISC.0082.9706] Declaration not found
    identifier: /schema/element[@name=“FEMC_spcLS_spcUpsert_spcCustomer_InsertOrUpdateCustomers_Output”]

    URL: C:\Project Folder\JDE-ORACLE\WSDL\start.xml
    Path name:
    PortType: FEMCLSUpsertCustomer
    Operation: InsertOrUpdateCustomers
    WSDL code: S-9032
    [ISS.0092.9032] Error: Invalid schema definition for Input signature. Web Service Connector was not created.

    [/color]
    start1.xml (9.51 KB)


    #API-Management
    #soa
    #webMethods


  • 9.  RE: Generate web services connector error errorCode: XSDC-004 from VB Dotnet WSDL

    Posted Tue October 16, 2007 05:56 AM

    I don’t have IS 6.x installed any longer. IS 7.1 FCS had no trouble creating a web service descriptor to be a consumer of the service described in this WSDL.

    Neither XML Spy nor CrossCheckNetworks SOAPSonar had trouble with the WSDL either.

    Mark


    #soa
    #webMethods
    #API-Management


  • 10.  RE: Generate web services connector error errorCode: XSDC-004 from VB Dotnet WSDL

    Posted Tue October 16, 2007 06:01 AM

    Hi Mcarlson,

    U r absolutely right,actually some patch upgrade we did on our server because of that it is creating problem earlier same WSDL was working fine,i will get it resolved in some time :slight_smile: thanks for your help


    #webMethods
    #soa
    #API-Management