Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP_POST

Former Member
0 Kudos

I'm trying to call the follwing URL via function module HTTP_POST

http://iwdfvm4048.wdf.sap.corp:8000/dcn/DCNServlet?cmd=wf&security=admin&domain=default&username=supAdmin&password=s3pAdmin&domain=default&package=dcnworkflowapp:1.0&dcn_request={"op":":upsert","id":"12","to":"supAdmin","s
ubject":"New Customer in DB (1)","from":"Inventory
Control System","body":"Customer updated"
,"read":false,"priority":true}

What do I have to do to pass the " in a right way?

I'm parsing the request on traget server and I'm having trouble with the ".

All other parameters are passed correctly.

Calling this URL via browser works fine!

How can I pass the parameter correctly within HTTP_POST request body?

Thanks&kind regards

Martin

Edited by: Martin Kraemer on Jul 17, 2011 10:19 PM

Edited by: Martin Kraemer on Jul 17, 2011 10:19 PM

1 REPLY 1

Former Member
0 Kudos

Hi,

have a look at this thread:

Maybe this is your solution.

Best regards,

Oliver