webMethods

webMethods

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 generating consumer webservice descriptor in WM 9.7

  • 1.  Error while generating consumer webservice descriptor in WM 9.7

    Posted Tue March 08, 2016 03:35 PM

    Hello Team,

    We were given a WSDL file from our BigMachine clients to generate the consumer. The consumer gets generated fine when we use a tool like SOAP UI.

    However, when we try to create the webservice descriptor from designer it throws an error as follows:

    [ISS.0092.9001] Server Error: [ISC.0082.9713] Unable to resolve QName
    [ISC.0082.9713] Unable to resolve QName

    Need your kind help in understanding what could be the possible error scenarios here.

    WM Version: Version 9.7.0.0

    Thanks,
    Johnrose.


    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: Error while generating consumer webservice descriptor in WM 9.7

    Posted Tue March 08, 2016 06:11 PM

    In the WSDL file, do you see QName anywhere?

    QName is used to identify the namespace of xml/wsdl in java code. Seems there is a empty namespace somewhere in the WSDL file you received.


    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: Error while generating consumer webservice descriptor in WM 9.7

    Posted Tue March 15, 2016 03:52 PM

    There is no QName in the WSDL.
    If there is an empty space will soap ui allow to create a consumer?

    Johnrose

    What did u do to fix it ?


    #webMethods
    #Integration-Server-and-ESB


  • 4.  RE: Error while generating consumer webservice descriptor in WM 9.7

    Posted Wed March 16, 2016 04:47 AM

    Does your wsdl uses RPC. There could be a possibility that your WSDL is using RPC and you might be facing an issue using WS-Stack/Axis2 of designer to import. Try to use Designer pre 8.2 compatibility mode to import wsdl. OR else ask for a document/literal encoded Webservice from your client.


    #webMethods
    #Integration-Server-and-ESB