wso2 / product-ei

An open source, a high-performance hybrid integration platform that allows developers quick integration with any application, data, or system.
https://wso2.com/integration/
Apache License 2.0
373 stars 279 forks source link

Cannot Send New Single Order Using WSO2 FixTransport #4997

Open fuadazhar73 opened 4 years ago

fuadazhar73 commented 4 years ago

Description: Hello guys i have problem when send fixtransport message to our broker provider. i use WSO2ei6.4.0 and quickfixJ 1.4.0 but when i want send for New Single Order my broker provider cannot get my message why like that ? it is bugs or why ? anyone can help us ?

Suggested Labels:

Suggested Assignees:

Affected Product Version:

OS, DB, other environment details and versions:

Steps to reproduce: i have setting my proxy like <?xml version="1.0" encoding="UTF-8"?>

-1 1 0
file:/home/ec2-user/fix_server_xxx/xxx_fix_trade42/FIXTrader.cfg false true file

this is my xml format

FIX.4.2 D
122333 100000 1 2 EUR/USD 0
but when i try using wso2 example it is work as well anyone can help me for fix it ? **Related Issues:**
fuadazhar73 commented 4 years ago

@arunans23 can you help me for fix my problem here ? iam new using fixtransport using wso2...

this is my synapse

`<?xml version="1.0" encoding="UTF-8"?>

-1 1 0
file:/home/ec2-user/fix_server/fix_trade42/synapse-sender.cfg false true file
` when i send this xml `
FIX.4.2 D
122333 100000 1 2 EUR/USD 0
` `
FIX.4.2 D
122333 100000 1 2 EUR/USD 0
` and this is my xml for services. our broker cannot get our message... but in our log i have send it to them. i use wso2ei 6.4.0 and it is any problem here A8=FIX.4.2^A9=116^A35=D^A34=17^A49=Sender^A52=20200309-09:19-09:18:49.320^A56=Target1^A11=122333^A38=100000^A40=1^A54=2^A55=EUR/USD^A59=0^A10=154 when i hit always get `[2020-03-09 09:18:49,318] [EI-Core] INFO - LogMediator To: /services/FixFastMatchTR, WSAction: urn:mediate, SOAPAction: urn:mediate, MessageI D: urn:uuid:9a094f71-6184-46cb-9700-6829f2502c11, Direction: request, Envelope:
FIX.4.2 D
122333 100000 1 2 EUR/USD 0
[2020-03-09 09:18:51,808] [EI-Core] INFO - FIXIncomingMessageHandler FIX session logged out: FIX.4.2:Sender->Target` what wrong with my wso2 ? i use quickfixj1.4.0 and how to add log for fix transport to my log4j ?