Module for ISO_8583 9.6.June 2016 | Understanding and Using webMethods ISO8583 | Installing and Using Module for ISO_8583 | Configuring webMethods Module for ISO_8583 | Create ISO_8583 Clients
 
Create ISO_8583 Clients
To send documents to Integration Server to be processed through Trading Networks, you can use a client program suitable for the communication protocol you use. Module for ISO_8583 supports HTTP and TCP/IP communication protocols to send and receive ISO_8583 messages.
The client sends the ISO_8583 messages to the Module for ISO_8583 wm.estd.iso8583.tn.service:receive service. When your client sends the ISO_8583 message to the Module for ISO_8583 receive service using HTTP, the client must associate the document with the text/plain content type that Module for ISO_8583 recognizes. The Module for ISO_8583 receive service receives and passes the ISO_8583 message to the content handler for the text/plain content type. The default content handler performs initial processing on the document, which includes creating the pipeline with the variable ffdata that contains the ISO_8583 message. After the initial processing by the content handler, the Module for ISO_8583 receive service processes the stream to extract the ISO_8583 message.