Application Development and Automation 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: 
Read only

HTTP_POST how to pass the data to function module

Former Member
0 Likes
676

Hi,

I need to call below mentioned URL by passing four different parameters and in return it give me some results.

http://ncpr.smsapi.org/checkDNC.asmx?op=CheckForDNC

Experts could you please let us know how can achieve it by calling function module HTTP_POST.

How to I pass data to REQUEST_HEADER, REQUEST_BODY, RESPONCE_HEADER and RESPONCE_BODY.

Regards,

Amit Raut

3 REPLIES 3
Read only

GauthamV
Active Contributor
0 Likes
566

You can get the documentation of how to use this function module ,

if you can login to your system with DE language and check in SE37.

Read only

Former Member
0 Likes
566

hi,

I had look at it earlier.

Made some correction to the report and got one step ahead.

Now getting below errror

HTTP/1.1 400 Bad Request

Connection: close

Date: Tue, 28 Feb 2012 11:30:38 GMT

Server: Microsoft-IIS/6.0

X-Powered-By: ASP.NET

X-AspNet-Version: 4.0.30319

Cache-Control: private

Content-Length: 0

Read only

Former Member
0 Likes
566

hi Expert,

Please guide.

Really not sure how to debug or trobleshoot this kind of error.

Regards,

Amit