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

ASP.Net Code

Former Member
0 Likes
411

Hi Experts,

I am having the ASP.Net Code please suggest me the equivalent ABAP code.

How to receive return message on your site only?

ASP CODE

sendString = "username=userID&password=your_password&sender=GSMsenderid&cdmasender=CDMAsenderid&to=myrecipient,myrecipent&message=Hello"

Set objXmlhttp = Server.CreateObject("msxml2.ServerXMLHTTP")

objXmlHTTP.open "POST","http://59.165.200.242/receiverall.asp",false

objXmlHTTP.setRequestHeader "Content-Type", "application/x-www-form-urlencoded"

objXmlhttp.send(sendString)

result = objXmlHttp.responseText

response.write result

Thanks in Advance.

Prakash

2 REPLIES 2
Read only

Former Member
0 Likes
371

Any suggestions !!

Read only

sikindar_a
Active Contributor
0 Likes
371

This is not the right forum please check the ABAP Forum