Welcome Guest! Log in
×

Notice

The forum is in read only mode.
Due to some maintenance operations, stambia.org will be switched to read-only mode during the 13th November. It will be possible to read and download, but impossible to post on the forums or create new accounts. For any question please contact the support team.

Topic-icon Question Webservice with a json in a param x-www-form-urlencoded

More
22 Oct 2019 17:15 #1 by Sylvie INGABIRE
Sylvie INGABIRE created the topic: Webservice with a json in a param x-www-form-urlencoded
Hi,

I have to invoke a webservice with a x-www-form-urlencoded parameter that contain a json.
On the WS metadata I defined the param content-type as x-www-form-urlencoded and added a json object to the parameter. But it doesn't work. The content of the parameter is not sent as a json.

How should I proceed?

Thanks