wso2 / product-micro-integrator

The cloud-native configuration driven runtime that helps developers implement composite microservices.
https://wso2.com/integration/
Apache License 2.0
204 stars 221 forks source link

[Bug]: Inbound cannot detect incoming message #3520

Open anupama-pathirage opened 3 months ago

anupama-pathirage commented 3 months ago

Description

Moving issue from : https://github.com/wso2-extensions/esb-inbound-iso8583/issues/8

See the attached image to refer to the full thread of discussion.

image

Hi Kanapriya,

I've been tested using test client, but the inbound doesn't show anything, but when I close test client, the message "ERROR - ConnectionRequestHandler Client may be disconnect the connection" shown up

It seems inbound listening on port 5000, but the inbound cannot detect incoming message

Can you elaborate this case, I've follow tutorial from https://docs.wso2.com/display/ESBCONNECTORS/Configuring+ISO8583+Inbound+Operations

my inbound enpoint

`<?xml version="1.0" encoding="UTF-8"?> <inboundEndpoint class="org.wso2.carbon.inbound.iso8583.listening.ISO8583MessageConsumer" name="iso8583_listener" onError="fault" sequence="request" suspend="false" xmlns="http://ws.apache.org/ns/synapse">

5000 true listening

`

i use this client https://github.com/jPOS/jPOS-template for test the inbound.

the isomsg outgoing

`

  <field id="0" value="0200"/>
  <field id="3" value="500000"/>
  <field id="4" value="000000060000"/>
  <field id="11" value="002071"/>
  <field id="12" value="083230"/>
  <field id="13" value="0901"/>
  <field id="15" value="0901"/>
  <field id="18" value="6014"/>
  <field id="32" value="111"/>
  <field id="41" value="BANK"/>
  <field id="42" value="000000000101900"/>
  <field id="48" value="216205273                                                                                                                                                                                        "/>
</isomsg>`

Steps to Reproduce

No response

Affected Version(s)

No response

OS, DB, other environment details and versions

No response

Related issue(s) (optional)

No response

Suggested label(s) (optional)

No response

Suggested assignee(s) (optional)

No response