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
Expand all | Collapse all

Sending daocument to TN

  • 1.  Sending daocument to TN

    Posted 03/17/04 08:37 PM

    hello,
    I have a problem using TN. i know it might be very simple but could any body tell me the way how to send a document to TN. cant i send a doncument to TN in the localhost.
    i am using a service that gets a file from the harddisc and conerts it to a node and then iam using the client.http with the url: http;//localhost:5555/invoke/wm/tn/receive.

    is this wrong?
    could anybody tell me how to do it please.


    #B2B-Integration
    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: Sending daocument to TN

    Posted 03/17/04 09:12 PM


  • 3.  RE: Sending daocument to TN

    Posted 03/17/04 10:18 PM

    i used that but its showing an exception =: “no service found”
    but i could send the data from another machine to this machine.
    but not in the same machine.


    #webMethods
    #Integration-Server-and-ESB
    #B2B-Integration


  • 4.  RE: Sending daocument to TN

    Posted 03/17/04 11:48 PM

    Nicole,

    Instead of using http to TN,once you have the Node in your custom service,use the wm.tn:recieve service as a flow step.This Node will map implicitly to the input of tn.receive.Its just simple…

    HTH.


    #Integration-Server-and-ESB
    #webMethods
    #B2B-Integration


  • 5.  RE: Sending daocument to TN

    Posted 03/17/04 11:53 PM

    I Noticed in your first post that URL has (http;//)
    http;//localhost:5555/invoke/wm/tn/receive.

    Please check the syntax and follow either the Dave’s sugesstion or my comments.
    [url]http://localhost:5555/invoke/wm.tn/receive[/url]

    And also make sure WmTN package is enabled that contains (wm.tn:receive service)

    HTH.


    #Integration-Server-and-ESB
    #B2B-Integration
    #webMethods


  • 6.  RE: Sending daocument to TN

    Posted 03/18/04 07:07 PM

    thanks,
    i tries using the tn:receive in the flow service directly and it worked.
    but when i tried it using the http it is not working. its showing a status of 403 and unknown service. i changed the url also to
    [url]http://localhost:5555/invoke/wm.tn/receive[/url].

    is it that i cant http to the tn:receive from the localhost?,
    it is working if i send it from another machine.

    or should i use the reroute service.


    #B2B-Integration
    #webMethods
    #Integration-Server-and-ESB


  • 7.  RE: Sending daocument to TN

    Posted 03/18/04 09:51 PM

    Can you elaborate what is your actual requirement and trying to accomplish?

    BTW why are you using http transport when you are trying to send directly to local WM server?
    tn.receive service is accomplishing the same thing…peacefully…

    Thanks,


    #webMethods
    #B2B-Integration
    #Integration-Server-and-ESB


  • 8.  RE: Sending daocument to TN

    Posted 03/18/04 10:20 PM

    Are you submitting document using webMethods built-in service(pub.client.http) from different Integration Server?.
    If it is from same webMethods Integration server you can invoke wm.tn.receive service from your flow serive.
    If it is from different system or Integration server you can’t use localhost, you have to use server name or ip address.


    #Integration-Server-and-ESB
    #B2B-Integration
    #webMethods


  • 9.  RE: Sending daocument to TN

    Posted 03/20/04 10:21 AM

    nicole

    try using ip address instead of localhost

    Thahir


    #webMethods
    #B2B-Integration
    #Integration-Server-and-ESB


  • 10.  RE: Sending daocument to TN

    Posted 05/18/04 12:21 PM

    as well as the above, is the service registered on the external port?


    #B2B-Integration
    #webMethods
    #Integration-Server-and-ESB


  • 11.  RE: Sending daocument to TN

    Posted 05/27/04 01:42 PM

    I want to send an 855 acknowledgement to the sender via TN from IS when the receiver gets 850 document from TN.how can i create EDI ANSI X12 855 document in IS and send it to TN.


    #webMethods
    #Integration-Server-and-ESB
    #B2B-Integration


  • 12.  RE: Sending daocument to TN

    Posted 05/27/04 02:44 PM

    Please don’t post the questions twice.Its answered in the another thread.

    Thanks,


    #Integration-Server-and-ESB
    #B2B-Integration
    #webMethods