| Thread | Last Post | Replies |
|
| HTTP GET vs HTTP POST protocol | 04 Nov 2005 14:27 GMT | 1 |
I have read that when you creat a web service, the default protocol used is SOAP. First think is there a real simple link that explain this SOAP concept ? Then what is the difference between HTP GET and HTTP POST request ?
|
| WSE 3.0 Examples | 04 Nov 2005 11:15 GMT | 4 |
Can nayone point me to any WSE 3.0 examples (other than the two on MSDN). The net looks a bit bare of articles and examples so far. TIA Tim
|
| Debugging Cassini (Extracting Hit URL string on Cassini) | 04 Nov 2005 10:44 GMT | 1 |
I tried debugging cassini but it's not responding. Actually, I wanna edit some part of the request class so that I can log each hit on the PWS in a file. My intention is to get the URL strings and persist some key parameters in the URL string to a file. Reason is to evaluate
|
| WebClient error: The underlying connection was closed: an unexpected error occurred on a receive | 04 Nov 2005 01:30 GMT | 1 |
i am using a .NET 1.1 winform to perform webrequests via the System.Net.WebClient class (not a webservice, actually). It uploads values via a POST command & a URL, then receives the html back. nothing too complicated there.
|
| Please help me Run web services from information stored in a datab | 03 Nov 2005 21:36 GMT | 4 |
I have used "Add Web Reference" for consuming different web services. But currently I am trying to generate a generic Proxy Web Service that will be created and populated dynamically from the entries in the database which is my project work in a college.And I am really new in ...
|
| How to create proxy class ???? | 03 Nov 2005 17:28 GMT | 4 |
I have build a simple web service that is jsut display "Hello World". I would like to use that web service in a client application by creating the proxy class based on my created web service. How can I do and test that ?
|
| please help! | 03 Nov 2005 16:25 GMT | 1 |
i dont know if this is the area i should be posting this but heres my problem...my internet when i am on a webpage with 2 or more pages it wont let me click next to see the other pages...and i cant make pictures bigger...if you can please help..thank you!
|
| Using a web service to update a DB directly from a URL | 03 Nov 2005 15:47 GMT | 1 |
I am new to web services and am looking for advice on the following We are running dontnet frame work 1.1 sp1 on windows advanced 2000. I've been asked to look at a merthod for collecting online payments. The plan is to get the amount of money to be payed to us and then fire
|
| getting HTTP 404 when access aspdotnet webservice in 2003 server | 03 Nov 2005 15:15 GMT | 2 |
I have made a webservice in C# and it works fine in my machine. I ran into a crazy problem when I wanted to deploy it in windows 2003 server. I have run "aspnet_regiis.exe -i" to make sure that the extensions for .asmx file etc are in place. I am getting http 404 when I give the ...
|
| webReference.SetURL method with https connections | 03 Nov 2005 02:16 GMT | 3 |
Basically we have a web method with a dynamic URL. The client is developed in C++ and I've been using the webReference.SetUrl( "http://test.example.com..." ) method successfully with various web method URLs.
|
| Webservices fails on every other call .Net 2.0 | 03 Nov 2005 01:43 GMT | 1 |
I have a set of .Net webservices that are called from a .Net application. These webservices access other webservices on a different machine. The calls work fine if I go to a 3rd party soap client (like the tester in soapclient. com).
|
| Siimple question ??? | 02 Nov 2005 23:45 GMT | 2 |
I am new on ASP world and I am actrually study it for an exam. Base on that still a black point comes to my mind each time. Does it sounds stupid to you on using a WebService which collect different type of iinformation from an SQL database compare to a shared assembly ? this
|
| Can I call web services from legacy asp apps ? | 02 Nov 2005 23:20 GMT | 2 |
We have a legacy app writen in VB6. Can we make calls to webservices (writen in .Net) from old asp apps ? thank you.
|
| Can I call webservices from old asp pages ? | 02 Nov 2005 23:18 GMT | 2 |
Can I call webservices from old asp pages ?
|
| Multiple Web Services with Same Business Object | 02 Nov 2005 22:44 GMT | 4 |
Say I have a business object Person and two have created two web services, MyWebServices and MySSLWebServices. The first contains web services that do not need to be secured, and the second is used for retrieving private data over an SSL connection.
|