| Thread | Last Post | Replies |
|
| Client IP Address from Web Service Call | 12 Feb 2005 23:37 GMT | 3 |
I have created a web service that does some logging to a web database and would like to include the client's IP address in the log information. How can I get this information when a web service is called? Thanks,
|
| Need a Progressbar while File-Upload as SOAP-Attachement | 12 Feb 2005 19:13 GMT | 3 |
I have written a webservice to recive image-uploads. Since I want to encrypt the sent SOAP Messages, I use WSE and add the Pictures as a DIME-Attachement to the SOAP-Message. While the the upload-process, I want to show a progressbar in the Client-Application (at the moment a ...
|
| "500 Internal Server Error" | 11 Feb 2005 23:17 GMT | 2 |
I have XP Pro and installed IIS 5.1. I tried to create a web service through VS.Net 2003 Pro. When I click the Open button, I get the above subject line error message. I've looked online for answers, but to no avail. Any suggestions from anyone who has had this experience?
|
| Sharing Large Live Data | 11 Feb 2005 20:52 GMT | 1 |
We have a problem in that we have an outside company handle our online conference sessions so they handle the registrations. The data is of registrations is sent back to us as an excel sheet (after the session ends). Mapping this data back to our production database to report
|
| how to sign response message with X509 thru code. | 11 Feb 2005 18:59 GMT | 4 |
I can't find any code sample that shows how to sign the web service response message. I got the request message signed with no problem. I assume signing the response is the same except using ResponseSoapContext in my webmethod ResponseSoapContext.current.Security.Elements.Add(sig) ...
|
| Session state and webservice | 11 Feb 2005 11:37 GMT | 1 |
is it possible to manually create and destroy a session object in a webservice? My original client and server were done with SOAP in c++ (isapi dll and mfc/atl). I managed to write an intermediate webservice in c# that forwarded calls from the client to the server, but I'm now ...
|
| weather web services site? | 11 Feb 2005 07:44 GMT | 1 |
I'm working on a project to get weather info for my company and would like to know if there's any good weather web services site I can subscribe to? Current temperature, 12-hour temperature forecast, relative humidity, wind speed...
|
| HELP! SSL HTTPRequest Problem | 11 Feb 2005 01:13 GMT | 1 |
I have two servers in a web farm that are (as far as I can tell) configured exactly the same. One server works fine when runnin the following code, the other throws an exception. The code and execption are: HttpWebRequest request;
|
| Forking and Web Services | 10 Feb 2005 22:58 GMT | 1 |
Can I consume a Web Service without picking up a fork?
|
| Cannot access web server after enable FIPS compliant cryptography | 10 Feb 2005 15:28 GMT | 8 |
I have a Windows 2003 Enterprise server hosting my web service and it has the System cryptography set to run in FIPS complaint mode. When I try to run my asp.net application, which resides on another 2003 server, I get an exception:
|
| New Bee - Best startup reference | 10 Feb 2005 12:55 GMT | 1 |
Any recomendations on the best "get started" reference for .net web services?
|
| Pass variable ByRef to Web Service | 10 Feb 2005 12:51 GMT | 2 |
I know that passing variables "ByRef" to a web web service is permitted, but what I am expreriencing is quite odd. If I take out my ByRef parameter from the method of my web service, i can step through (F11) into the web service for debugging.
|
| XsdObjectGen classes in Web Service Client Proxy | 10 Feb 2005 07:56 GMT | 1 |
XsdObjectGen classes in Web Service Client Proxy Does anyone know how I can get a web service client proxy to use classes created by XsdObjectGen.exe instead of WSDL.exe (or "Add Web Reference")? It would be really nice to generate a class from a shema using XsdObjectGen
|
| XsdObjectGen classes in Web Service Client Proxy | 10 Feb 2005 07:46 GMT | 1 |
Does anyone know how I can get a web service client proxy to use classes created by XsdObjectGen.exe instead of WSDL.exe (or "Add Web Reference")? It would be really nice to generate a class from a shema using XsdObjectGen and use this as a parameter and/or return value of the ...
|
| HTTP POST ASP .NET | 10 Feb 2005 03:57 GMT | 5 |
Could someone PLEASE explain how do I use HTTP POST in ASP .NET to get an xml string from a server that exposes a web service? My IIS server will receive a username and password from an HTML form and will have to send that info via HTTP POST to another server that exposes the web ...
|