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.  More than one XML Processing instruction

    Posted Thu February 27, 2003 08:31 PM

    hi,

    I am trying to create webMethods B2B Record structure from a sample XML which has more than one Processing instruction like

    but I am not able to create a B2B record for the same, using webMethods wizard, any tricks or suggestions

    Thx
    Ritesh


    #Flow-and-Java-services
    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: More than one XML Processing instruction

    Posted Thu February 27, 2003 08:37 PM

    looks like the XML didnt show up, heres is it

    <?xml version="1.0" ?>

    <com.seagullsw.appinterface.model.ModelIORegistry
    elementType=“function”
    elementAspect=“response”
    bindingType=“AppInterface”
    syntaxVersion=“1.0.0” ?>

    hi,

    I am trying to create webMethods B2B Record structure from a
    sample XML which has more than one Processing instruction
    like above

    but I am not able to create a B2B record for the same, using
    webMethods wizard, any tricks or suggestions


    #Flow-and-Java-services
    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: More than one XML Processing instruction

    Posted Thu February 27, 2003 08:48 PM

    I assume you have a typo in your post, but

    <com.seagullsw.appinterface.model.ModelIORegistry
    elementType=“function”
    elementAspect=“response”
    bindingType=“AppInterface”
    syntaxVersion=“1.0.0” ?>

    isn’t valid. You either have a missing ? at the front, or an extraneous ? at the end. In either case, Developer will see this as XML that is not well-formed.


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 4.  RE: More than one XML Processing instruction

    Posted Thu February 27, 2003 08:58 PM

    its just a typo in the mail, when i was formatting its a valid xml that I am using…

    <?xml version="1.0" ?> <?com.seagullsw.appinterface.model.ModelIORegistry elementType="function" elementAspect="response" bindingType="AppInterface" syntaxVersion="1.0.0" ?>

    Ritesh


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 5.  RE: More than one XML Processing instruction

    Posted Thu February 27, 2003 08:59 PM

    Should have finished before I posted…

    I was able to create a record but it doesn’t contain any attributes from the second instruction. Is that what you’re after? Or is the “Create record” process giving you an error?


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services


  • 6.  RE: More than one XML Processing instruction

    Posted Thu February 27, 2003 09:11 PM

    yes Rob the attributes from the second processing instruction.

    Thx
    Ritesh


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services