Click here to Skip to main content
15,888,351 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: variable for aspx and all its ascx Pin
Amir Jalilifard5-Nov-12 8:15
professionalAmir Jalilifard5-Nov-12 8:15 
Questionhttpmodule, context.items.add("originalUrl") Pin
jkirkerx3-Nov-12 19:44
professionaljkirkerx3-Nov-12 19:44 
Questionhow to split a page using frameset Pin
fahad.11-Nov-12 2:02
fahad.11-Nov-12 2:02 
AnswerRe: how to split a page using frameset Pin
jkirkerx4-Nov-12 7:58
professionaljkirkerx4-Nov-12 7:58 
QuestionHow do I call a remote Web Service from an Asp.net application? Pin
Nada Adel31-Oct-12 23:28
Nada Adel31-Oct-12 23:28 
AnswerRe: How do I call a remote Web Service from an Asp.net application? Pin
Keith Barrow1-Nov-12 5:54
professionalKeith Barrow1-Nov-12 5:54 
AnswerRe: How do I call a remote Web Service from an Asp.net application? Pin
CafedeJamaica2-Nov-12 6:22
professionalCafedeJamaica2-Nov-12 6:22 
AnswerRe: How do I call a remote Web Service from an Asp.net application? Pin
jkirkerx2-Nov-12 18:41
professionaljkirkerx2-Nov-12 18:41 
[Edit]

I went to your link, and the typical methods for accessing the web service came up.
The last example is probably what your looking for.

You'll probably have to debug the web service to see if the query strings are taken first, and make adjustments. Just load the web service file, and press F9 to mark a spot to stop at and press F5.


HTTP POST

The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.

POST /kannelsending/service.asmx/SendSMS HTTP/1.1
Host: 217.52.114.3
Content-Type: application/x-www-form-urlencoded
Content-Length: length

service.asmx?UserName=string&Password=string&SMSText=string&SMSLang=string&SMSSender=string&SMSReceiver=string

HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length


<int xmlns="http://tempuri.org/">int

modified 4-Nov-12 1:30am.

Generalasp.net Pin
rifayee31-Oct-12 22:50
rifayee31-Oct-12 22:50 
GeneralRe: asp.net Pin
Think On1-Nov-12 4:39
Think On1-Nov-12 4:39 
GeneralRe: asp.net Pin
rifayee1-Nov-12 19:13
rifayee1-Nov-12 19:13 
GeneralRe: asp.net Pin
R. Giskard Reventlov1-Nov-12 13:16
R. Giskard Reventlov1-Nov-12 13:16 
GeneralRe: asp.net Pin
Think On1-Nov-12 20:29
Think On1-Nov-12 20:29 
Questionwhat is different between DataAdapter.Update( ) and DataSetAcceptChange( ) in ADO.Net Pin
RKSPradeep31-Oct-12 19:58
RKSPradeep31-Oct-12 19:58 
AnswerRe: what is different between DataAdapter.Update( ) and DataSetAcceptChange( ) in ADO.Net Pin
Sandeep Mewara3-Nov-12 7:43
mveSandeep Mewara3-Nov-12 7:43 
QuestionHow to implement a component that facilitates Sftp in .net Pin
Alesha Mary Milred Fernandes31-Oct-12 19:56
Alesha Mary Milred Fernandes31-Oct-12 19:56 
AnswerRe: How to implement a component that facilitates Sftp in .net Pin
Sandeep Mewara3-Nov-12 7:46
mveSandeep Mewara3-Nov-12 7:46 
Questioncopy sheets one work book to other work book using open xml in windows azure Pin
prakashreddy1730-Oct-12 23:06
prakashreddy1730-Oct-12 23:06 
Questiondesign a master page Pin
RKSPradeep30-Oct-12 20:50
RKSPradeep30-Oct-12 20:50 
AnswerRe: design a master page Pin
Rahul Rajat Singh31-Oct-12 2:25
professionalRahul Rajat Singh31-Oct-12 2:25 
AnswerRe: design a master page Pin
jkirkerx31-Oct-12 7:23
professionaljkirkerx31-Oct-12 7:23 
AnswerRe: design a master page Pin
ZurdoDev5-Nov-12 5:42
professionalZurdoDev5-Nov-12 5:42 
AnswerRe: design a master page Pin
xut24477-Nov-12 14:49
xut24477-Nov-12 14:49 
Questioncopy folder on web server Pin
Jassim Rahma30-Oct-12 11:17
Jassim Rahma30-Oct-12 11:17 
AnswerRe: copy folder on web server Pin
Jassim Rahma1-Nov-12 11:09
Jassim Rahma1-Nov-12 11:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.