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.  Weird wsdl parts handling with webmethods

    Posted Tue August 06, 2013 04:21 PM

    Hi all

    I am currently encountering an issue with wsdl importation in webMethods.
    The matter being generated parts are SYSTEMATICALLY optional.
    Is it possible to change that behaviour, because parts are actually required by default
    according to web services specifications.
    Am I missing something here ?

    Thanks in advance for helping


    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: Weird wsdl parts handling with webmethods

    Posted Tue August 06, 2013 04:44 PM

    check the WSDL, see the field has nillable=true:
    <xsd:element name=“FieldName” nillable=“true” type=“tns:FieldTypeName”/>

    The reason may be from WSDL
    if not, WM should load it as mandatory


    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: Weird wsdl parts handling with webmethods

    Posted Tue August 06, 2013 04:46 PM

    Yes you can import WSDL in different ways into webMethods

    Ex :if you have problem with schema references, download schema references to your local and change WSDL schema location to downloaded location.

    But doing these type of changes, you should have better understanding of WSDL.

    Question here is what exactly you are facing issue with import?

    Thanks
    sai.


    #Integration-Server-and-ESB
    #webMethods


  • 4.  RE: Weird wsdl parts handling with webmethods

    Posted Tue August 06, 2013 06:03 PM

    Rober,

    Is the WSD connectors and associated document types/elements are not loaded properly (as per WSDL) is that your issue here during creation of WSD?

    HTH,
    RMG


    #Integration-Server-and-ESB
    #webMethods


  • 5.  RE: Weird wsdl parts handling with webmethods

    Posted Tue August 06, 2013 07:06 PM

    http://tech.forums.softwareag.com/techjforum/posts/list/0/51817.page#185538

    Hi

    Thank you for your answers
    After I realized I didn’t choose the most suitable forum, I posted a new topic here:
    http://tech.forums.softwareag.com/techjforum/posts/list/0/51817.page#185538

    I’d like to add that my wsdl looks like this:

    ...
    #Integration-Server-and-ESB
    #webMethods


  • 6.  RE: Weird wsdl parts handling with webmethods

    Posted Wed August 07, 2013 12:06 PM

    Thanks for using the correction forum section…we will check it there:


    #Integration-Server-and-ESB
    #webMethods