| Thread | Last Post | Replies |
|
| Debugging on server | 02 Feb 2007 22:33 GMT | 1 |
I have a .NET 1.1 ASP webservice. One of the web methods merely writes a text file to a folder. I have given full permissions to IWAM_* IUSR_* and ASPNET for this folder but nothing is being written to the folder. Also no exception is being returned to the client.
|
| Can a Web Service send it's status to a client? | 02 Feb 2007 14:28 GMT | 2 |
I have a web service which is doing a lot of processing and taking 4-5 minutes to do so. The processing is split into several discrete steps and I would like for the service to be able to tell the client when it is done with each step.
|
| use xsd.exe and wsdl.exe to go from XML to web service interface ? | 02 Feb 2007 14:27 GMT | 2 |
I'd like to generate my WebService interface from an XSD schema. Here's what I've done: 1. created a XML file 2. use the xsd.exe to generate the XSD:
|
| Web Service Infrasructure | 02 Feb 2007 09:45 GMT | 1 |
Can anyone recommend an article that describes the ideal network architecture (from a security perspective) for public-facing web services? For example, do you put the web servers behind the primary firewall and the database servers behind another one with port 1433 open to the ...
|
| Exporting embeded objects passed in object[] parameters | 02 Feb 2007 04:04 GMT | 4 |
I'm writing a service using VS2005 and C#. I've found that only the objects used as parameters in WebMethods get exported to proxy dlls and the Service Description. I'd like my service clients to be able to use the objects I've defined in messages to the service and send them as ...
|
| Web Services and SSL | 01 Feb 2007 21:21 GMT | 5 |
We are currently embarking upon a project to develop a suite of web services to allow the integration of a PDA application with our data server. Our current thoughts are to setup an SSL certificate on the server and use a custom username/password authentication mechanism for ...
|
| Impersonate user for webservice status 401 | 01 Feb 2007 12:42 GMT | 2 |
I'm connecting to a web service from an asp.net page and trying to pass the current asp.net page requesting user credentials to the web service. My problem is a keep getting a 401 error from the web service, when I check the log files of the server where the web service resides
|
| Problem accessing service on remote machine after client restart | 01 Feb 2007 11:22 GMT | 2 |
Hi. I'm going to develop a service which will run on a different server than the web server. So I thought about hosting it in Windows service. Everything went fine running it on local machine as Windows service. But when I put that service running in different machine.
|
| Windows Communication Framework | 01 Feb 2007 01:57 GMT | 1 |
I have recently published an article on WCF at CodeProject http://www.codeproject.com/useritems/edujini_wcf_scart_01.asp It would be great the experts can provide a feedback on the same. Please note that this is my first article in the series. I have submitted ...
|