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
  • 1.  How to handle XSD referenced from WSDL

    Posted Thu December 11, 2008 01:44 AM

    Hi,
    I am trying to generate a webservice descriptor for provider using a WSDL file that refernces multiple xsds.I am getting a WSDexception for the special characters found in the XSD referenced from the WSDL.

    Exception:

    com.wm.app.b2b.server.ServiceException:
    com.wm.lang.wsdl.WSDException:com.wm.lang.xml.WMDocumentException:
    com.wm.util.LocalizedCharConversionException:
    [ISC.0042.9201] Incorrect character encoding (char=®; offset=21) 

    Any help is aprreciated,thanks


    #soa
    #API-Management
    #webMethods


  • 2.  RE: How to handle XSD referenced from WSDL

    Posted Thu December 11, 2008 06:25 AM

    What about editing the imported XML Schemas to remove the special characters?


    #webMethods
    #API-Management
    #soa


  • 3.  RE: How to handle XSD referenced from WSDL

    Posted Thu February 05, 2009 11:54 AM

    I have the same problem here! If it is possible to solve elsehow, I would not modify the 3rd party xsls.

    Thanks


    #API-Management
    #soa
    #webMethods


  • 4.  RE: How to handle XSD referenced from WSDL

    Posted Thu February 05, 2009 02:25 PM

    You are not going to be able to override the built-in WSDL import function to have it ignore reserved characters. Try either removing the offending chars. or escaping them to get the import to work.

    You can also create the equivalent schema by hand. :biggrin:


    #API-Management
    #webMethods
    #soa