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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  WmtntransportprimaryHTTP usage

    Posted 08/01/03 09:39 PM

    All - I would like to use this service to post an XML document from an IS to its own TN (not to a partner). Is this possible? If so, how do I get TN to recognize the document’s DocType? TIA


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


  • 2.  RE: WmtntransportprimaryHTTP usage

    Posted 08/07/03 08:47 PM

    I am resending this post to bring it back in the forefront and would definitely appreciate any feedback.

    Thanks.


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


  • 3.  RE: WmtntransportprimaryHTTP usage

    Posted 08/07/03 09:38 PM

    If you want to submit a doc to TN from within a service you can call wm.tn:receive in your flow or use pub.client:http and specify the appropriate parameters to post to wm.tn:receive.


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


  • 4.  RE: WmtntransportprimaryHTTP usage

    Posted 08/07/03 10:29 PM

    Hi Rob - I will try wm.tn:receive. We are not able to use pub.client:http for security reasons since it requires a username/password for authentication.

    I’ve also tried using routeXML but for some reason, our C client cannot handle it’s response.


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


  • 5.  RE: WmtntransportprimaryHTTP usage

    Posted 08/11/03 09:15 AM

    Rajesh:

    > If so, how do I get TN to recognize the document’s DocType?

    wm.tn:receive carries out a “security check” to ensure the sender document named in the document is the same as the logged-in IS user who submitted the document. If this is a problem for your application (say, you’re posting documents from other senders), you can use these two services:

    wm.tn.doc:recognize - takes a node, recognizes it and outputs a bizdoc
    wm.tn.doc:submit - persists the bizdoc into TN


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