| Thread | Last Post | Replies |
|
| How to return image URL via web service | 30 Nov 2003 08:19 GMT | 2 |
I am looking to write a webservice that responds with a image URL and target url the two results will be seperatly requested. Basically I want people to be able to put this services link in the
|
| ASP | 29 Nov 2003 20:17 GMT | 2 |
Since IE 6.0 came out, whenever anyone tries to order from my website needfultoys.com they get the following message Microsoft OLE DB Provider for ODBC Drivers error '80004005' [Microsoft][ODBC Microsoft Access Driver] Operation must use an updateable query.
|
| structures vs classes | 29 Nov 2003 16:22 GMT | 3 |
I'd like to know is what are the prons and cons of using structures (data types declared as struct [in c#] or structure [in vb.net]) as against classes when passing data from and to a web service?
|
| Problems with web service access | 29 Nov 2003 11:29 GMT | 3 |
I have a web service on a server which handles requests over the internet from a VB.NET client application running on a Windows XP Professional machine. I am having a problem getting the client machine to
|
| Perameterized Query on webservice? | 29 Nov 2003 06:37 GMT | 1 |
I've created the following distributed application: Solution EDSQLWSVC EDEmployerWinClient Project3 Web Service winform app asp.net web app
|
| True push mechanism for Web Services on mobile devices | 29 Nov 2003 06:28 GMT | 1 |
Could anybody tell me whether a true push mechanism does exist for Web Services on mobile devices. An example of such a use, is a telephony application running on a mobile device that has to be informed when a
|
| SecurityException on EventLog.CreateEventSource | 29 Nov 2003 06:27 GMT | 1 |
Can anybody tell me how to write to the application event log with a new source. I'm running the .Net example code but can't get it to work unless the source is set to application. This is driving me nuts. I have created a new WebApplication1 so as everything is
|
| Web Service Deployment | 29 Nov 2003 06:15 GMT | 1 |
SCENARIO: I have developed an ASP.NET Web Service. It has the following files a)Service1.asmx and associated Service1.asmx.cs file'
|
| creating dll on server | 29 Nov 2003 06:03 GMT | 1 |
I have written a simple webservice in VS.Net and it works, code is compiled and placed in /bin directory, but if I compile file manually: csc /t:library Service1.asmx.cs and replace oryginal dll, it fails.
|
| Question regarding web service implementation | 28 Nov 2003 09:51 GMT | 1 |
I ain't good with web services so I am asking for opinion/pointers. Assume there are two systems A and B. System A has webservice method that it system B needs. However, system B does know nothing about the system A. It doesn't know url, method name, parameters or any other ...
|
| How I get my WebService to handle url encoded parameters | 27 Nov 2003 07:12 GMT | 2 |
I have a webservice like so: [WebMethod] public string EnterTheNumber(int number) { return "Incorrect! Try again!"; }
|
| web service creation/ consumption | 27 Nov 2003 05:42 GMT | 2 |
Hi there all, Big time newbie question, but do any of you know of good web sites and/ or books that cover the basics of creating and consuming web services in VB.NET?
|
| Process.Start() - Works on DevBox but not on Server... | 27 Nov 2003 03:09 GMT | 3 |
Situation On a Windows 2000 workstation a web service using System.Diagnostics.Process. Successfully executes .exe and returns. On Windows 2000 Server creates process, but does not execute. I have given as many permission to the server (breaking every security policy I know of) ...
|
| howto deploy new versions of "up and running" web services ??? | 27 Nov 2003 02:56 GMT | 1 |
I have some web services running in a production server. meanwhile I develop new versions in a dev environment. what should I do to deploy the new versions of "up and running" web service ?
|
| Can web methods be overloaded ? | 27 Nov 2003 00:17 GMT | 10 |
Can a web method be overloaded? To support varying numbers of input parameters?
|