| Thread | Last Post | Replies |
|
| The underlying connection was closed: The remote name could not be resolved. | 10 Aug 2005 22:23 GMT | 2 |
Dim ws As New GetInfoByZIP.USZip works great if I have an internet connection on my dev machine. As soon as I lose or disable my internet connection I get "The underlying connection was closed: The remote name could not be resolved."
|
| Dataset Binary Serialization vs Compression | 10 Aug 2005 22:19 GMT | 1 |
I have a web service that currently returns a dataset. Depending on the data being returned its size will be in megabytes (XML Document could be possibly 100 or more megabytes). To speed up the data transfer I'm looking at two options:
|
| Identical classes: one assembly->many services - how to share? | 10 Aug 2005 21:57 GMT | 2 |
If I have classes in an assembly that gets referenced by multiple web services, when the user adds a web ref to the service, then these classes are included in each namespace seperately. Seeing they are really the same class, I'd like to pass them from one service to another. I ...
|
| WSE2.0 Security Exception ? | 10 Aug 2005 19:26 GMT | 8 |
I've been wrestling with getting a WSE2 enabled client installed on a Windows 2003 server. It works from other machines (not 2003) but not this one. I created a test application that consumes the same web service, instead of my production application, and I get the exception
|
| like to see somebody explain this one.. unlucky byte-sizes | 10 Aug 2005 03:39 GMT | 4 |
i have a winforms app sending dime attachments to a WSE 2.0 web service. it reads a set chunksize of bytes of a file into a memory stream > into the dime attachment > send to the web service. the web service then reads the stream and appends the bytes to the
|
| Setting Login and PW for web serviice | 10 Aug 2005 03:17 GMT | 1 |
i have a web service proxy derived from SoapHttpClientProtocol. The web service requires authentication with a login and password. Where and how do i set these parameters? thanks
|
| How do I grab the client IP address in my Web service | 09 Aug 2005 23:05 GMT | 1 |
I need to grab the ip address of the computer making the call to my Web Service. In my .asmx I tried System.Web.HttpRequest.UserHostName and it doesn't work. Does anyone know how I can grab the IP/Host address of the client making the connection to my web service?
|
| Policy Assertion question | 09 Aug 2005 22:58 GMT | 1 |
I have a policy assertion file that requires requests to be signed and optionally encrypted. When a request is not encrypted all works well. When a request is encrypted WSE does not verify that the request is encrypted with the specified security token. It appears that as long ...
|
| Grabbing the client IP address in a .asmx file | 09 Aug 2005 15:19 GMT | 1 |
I need to grab the ip address of the computer making the call to my Web Service. In my .asmx I tried System.Web.HttpRequest.UserHostName and it doesn't work. Does anyone know how I can grab the IP/Host address of the client making the connection to my web service?
|
| .NET client sending long strings error | 09 Aug 2005 00:13 GMT | 1 |
I get a readtimeout error when I send a webservice over 80k. I don't think a c# string can handle that lengh, or do i need to reserve memory for it? It's not a time out error, because if I send a file that's 70k, it returns in 1-2 seconds.
|
| .vsdisco file | 08 Aug 2005 23:07 GMT | 1 |
Using VS.NET 2003 When I do New > Project > VB Projects > ASP.NET Web Services VS creates the files it should, except myProject.vsdisco What am I doing wrong?
|
| First Web Service - Having Problems | 08 Aug 2005 23:07 GMT | 4 |
Any ideas would be great - I hope I provide enough information here. I'm getting a bit frustrated - I'm a newbie in the .NET programming arena. Full Error returned from VWD 2005 Express Beta: Error 1 Could not create type 'VisaValidator.CreditCardValidator'. c ...
|
| universal time problem | 08 Aug 2005 19:51 GMT | 3 |
I am building a .net client application that will be deployed world wide. The client can schedule reminders. To do this the user picks the datetime he wants the reminder sent, _I convert the datetime to
|
| Problem with a method, of an object, that a webmethod returns.. | 08 Aug 2005 18:57 GMT | 3 |
I have a web service. I have a method that returns an instance of another class. I already learned the hard way that all properties of a returned object have to be get AND set, even though I don't want the set. Now, when I create a method in this secondary class, I don't see it ...
|
| Deployement issue, stuck bad | 08 Aug 2005 15:19 GMT | 1 |
In my .NET solution i've two projects a webservice and a testing application, everything works ok and the testing application is able to call the methods of the webservice. This webservice requires the client to send a username token to validate that request. When i make a release ...
|