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

problem while using a WSDL creating in wm Developer 6.1

  • 1.  problem while using a WSDL creating in wm Developer 6.1

    Posted Thu September 13, 2007 11:43 AM

    Hi,

    we are using webMethods 6.1 version, we have developed a flow service and trying to define it as a webservice using SOAP message with http protocol.

    we have defined input and output structures like this

    Please find the Ipnut document structure
    and output document structure as attachments.

    for inputDocument type the XMLnamespace we have given:uperst-Request
    for outputDocument type the XMLname space we have given: uperst-Request

    in the flow service we set the property namespace name as: uperst-Request
    and Localname as: Request

    then we have created successfully a WSDL, but this WSDL cant be imported in ALTOVA XML spy.

    Could anybody suggest me where we have gone wrong in defining the namespace or in any other area
    webservice Input and output Document types.doc (43 KB)


    #webMethods
    #API-Management
    #soa


  • 2.  RE: problem while using a WSDL creating in wm Developer 6.1

    Posted Fri September 14, 2007 12:13 PM

    Does XML spy give you any errors when you try and import it?


    #webMethods
    #soa
    #API-Management


  • 3.  RE: problem while using a WSDL creating in wm Developer 6.1

    Posted Fri September 14, 2007 04:14 PM

    WSDL generation in IS releases prior to 7.1 has many shortcomings. For IS 6.x releases, I would create your WSDL first in a third-party tool such as XML Spy Enterprise or the new Eclipse WSDL editor and then create services that can be invoked with messages created from the WSDL.

    The IS 7.1 FCS release has a completely redesigned WSDL creation capability (called a Web Services Descriptor) node that supports WSDL-first as well as generation of Flow from WSDL’s from other parties. The new WSD node contains built-in WS-I interoperability testing that can be run on WSDL’s from partners or ones generated for IS-provided services.

    Very easy to use, very capable and, yes, long, long overdue!

    Mark


    #webMethods
    #API-Management
    #soa


  • 4.  RE: problem while using a WSDL creating in wm Developer 6.1

    Posted Mon September 17, 2007 11:26 AM

    Your prefix of input and output are different…

    make them same…nsp or ns0…


    #API-Management
    #webMethods
    #soa