| Thread | Last Post | Replies |
|
| Runs locally, but cant get to it remotely? | 28 Feb 2004 03:53 GMT | 1 |
I created the simple "hello world" web service. Runs fine on localhost, but when I try to invoke it from another computer in the office, it tells me that I can't use the test page from a remote computer. nube question, but what is the URL syntax to access the simple hello world ...
|
| Webservices and session state | 27 Feb 2004 12:19 GMT | 1 |
When I create a webservice i have settings for session state How does session state apply to webservice Is there a new session for every request or for every proxy What happens when it time out
|
| Calling MFC code from WebService | 26 Feb 2004 19:02 GMT | 1 |
I am trying to make data that is retrieved from old MFC code available through a WebService. I created a Winform application for test purposes and got the managed/unmanaged code to work.
|
| How to validate a server certificate programmably | 26 Feb 2004 13:12 GMT | 2 |
When we double click a .cer certificate file, a certificate dialog will be popped up. If the certificate has anything wrong the dialog will show a warning message Is there a method in the .NET class library which could do such a validation checking and return a boolean
|
| Variable Parameters | 26 Feb 2004 10:19 GMT | 3 |
Is it possible to write a WebMethod that takes a variable number of parameters? I want to create a method that runs a report on the server but I don't know which report or how many parameters it will need.
|
| How to keep Service Running? | 26 Feb 2004 10:17 GMT | 2 |
Newbie question.. I want my web service to stay resident and never shut down, or at least have a long timeout period before it does. What settings can I make to have this happen? If I can make it run forever, is there some sort of command I can issue to it to tell it to ...
|
| SOAP and authentication. | 26 Feb 2004 09:09 GMT | 2 |
Can anyone tell me why it appears that I /must/ authenticate access to a web service I've written using SOAP? I can access it just fine using HTTP-POST. The thing is I don't care who accesses it or from where so what do I authenticate against?
|
| Typed dataset used by two webservices problem | 26 Feb 2004 02:10 GMT | 2 |
I have two webservices, for arguments sake FredWS and JimWS. They both contain webmethods which have a typed dataset JoeDataset as a parameter. If I add a web reference to FredWS (called FredWSProxy) then a class named FredWSProxy.JoeDataset will be created mapping to JoeDataset ...
|
| Serializing objects? | 26 Feb 2004 00:11 GMT | 1 |
I want my web service to return an actual object to the caller. I assume that my object must somehow be serializable, but not sure. What do I need to do here? Could use an XMLSerializer to serialize my object, but not sure.
|
| best practicies | 25 Feb 2004 23:11 GMT | 2 |
Please, what's the best practicies when creating a webservice? Should i use XML parameters, Object Parameters or dataset? Is there any tutorial, about it?
|
| retrieving data from website | 25 Feb 2004 22:36 GMT | 2 |
hi there all, me again... is it possible if you know the layout of a web site, to retrieve data from it? i mean things like a weather site that gives temperatures being consumed by a web service that takes the temperatures and passes them back to me.
|
| sending mail from web services | 25 Feb 2004 17:16 GMT | 1 |
hi there everyone, i'm still a bit of a newbie to web services, but i need to develop a web service that will take in a message and email address, then create an email and send it on to the given address. is this possible and if so are there any tutorials i can follow to help?
|
| problem accessing webservice if enabling windows integrated authentication | 24 Feb 2004 16:31 GMT | 2 |
Hi,all webservice experts Here is my problem: when I try to call a webservice from my web application, I got access denied 401 error Here is the how my application is setup 1) I created a web application on machine1, then disable the anonymous access for the virtual directory and ...
|
| Drag and Drop | 24 Feb 2004 09:31 GMT | 1 |
I am tring to implement Drag and Drop in my asp.net web-app, the idea is to allow a user to Drag and Drop an Object/Image to any location on a form (with a grid-background), and have the server store the usr selection. Is it possible to do this purely in asp.net? (no Java). Any ...
|
| download a file with a webservice | 24 Feb 2004 09:30 GMT | 1 |
Can anyone point me in the right direction to do this? Dave
|