Author Message
Anders_Nilsson
Joined: May 20, 2019
Messages: 23
Offline
Hi,

First:
EP 7.2.0
OD 7.0.1.0804

I'm building a web service that should send ssn like this in the message body:

{
ssn: 195107243049
}

...so I created a web service with POST + query and JSON {ssn:_{inSSN}_} in the message body.

My problem is that I get { ssn:195107243049}:{ ssn:195107243049} as the message body instead of just { ssn:195107243049}

Why?
  • [Thumb - REST.PNG]
[Disk] Download
Ivalberto
Joined: Sep 5, 2018
Messages: 45
Offline
Hi Anders,

Have you tried select path instead of query ?

Anders_Nilsson
Joined: May 20, 2019
Messages: 23
Offline
Yes, same result.


/// Anders
WilsonYu
Joined: Nov 6, 2013
Messages: 3950
Offline
I don't have version 7.0. But I did a test on 7.2.3 and don't see any problem.
Go to:   
Mobile view