Original Message:
Sent: Wed September 24, 2025 01:45 PM
From: David Fornazier
Subject: JSON parse problem
Hi, Honisch and D@viiid,
Thanks for the effort and the help in this thread. Unfortunately we still using the unreliable function solution for this case, waiting the response from the Sender and Receiver system managers.
------------------------------
David Fornazier
Original Message:
Sent: Wed September 24, 2025 07:09 AM
From: David Honisch
Subject: JSON parse problem
Hi, dear David,
sorry, i didn't see that you'd sent an example. With a non-escaped quote within quotes, you're obviously lost.
In that case, the sender should actually format and validate their SOAP services properly, because I couldn't build a reliable replace function for that case.
------------------------------
David Honisch
Original Message:
Sent: Wed September 24, 2025 02:42 AM
From: D@viiid
Subject: JSON parse problem
Hello David
Definitly the JSON received in your xml attribute is NOT json. Sender must fix this format because there is no other option
------------------------------
D@viiid
Original Message:
Sent: Fri September 19, 2025 08:50 AM
From: David Fornazier
Subject: JSON parse problem
Hi everyone,
I'm facing a problems trying to parse a JSON that has a double quotes inside the the value's field.
An example: {"myField": "myVal"ue"}
This JSON string goes inside a SOAP(XML) element like below:
<Body>
<myNode>
<element1>someData123</element1>
<element2>{"myField": "myVal"ue"}</element2>
</myNode>
</Body>
Searching in the community's tread discussions, I didn't find any solution that handle with a problem of this kind.
How did you deal with a problem like this?
Context: We are dealing with this problem in the middleware layer (ACE) because, both sender and receiver systems are legacy and share functions between projects. So they don't want to deal with it, in the sender and receiver, because if something happens, it could spread problems worldwide.
------------------------------
--------------------
-- Hi, i'm David ! --
--------------------
------------------------------