XML Dispatch Transports

As part of XML Dispatch, you can write a transport. Transports communicate with external systems using mechanisms such as MQ WebSphere, MSMQ, HTTP, TCP/IP, and so on. Transport processes must run on the same machine as XML Dispatch. To develop a custom transport to communicate with JD Edwards EnterpriseOne, use these APIs:

  • jdeTransportInit

  • jdeTransportMessagePut

  • jdeTransportMessageGet

  • jdeTransportDoIExit

The transport APIs assume a polling model, which means calls to put or receive messages are given without a time-out.