| Thread | Last Post | Replies |
|
| Web Service Returning Data Best Practice | 24 Aug 2006 23:29 GMT | 2 |
I am trying to figure out the best way to return data through a web service. If the value is a single value I can just set it equal to the web service name. If I am returning a set of data I have seen a couple ways to do this. The dataset coming back to me is a SybaseASE Data ...
|
| Throwing Errors in Web Service | 24 Aug 2006 23:20 GMT | 2 |
I was wondering how to handle an error in a web service. If our web service encounters a connection error or any other error what is the best practice for returning an error? Do you return a blank result with an error attached or is there some other way to do this?
|
| add web reference problem with HTTPS | 24 Aug 2006 21:42 GMT | 2 |
Using VS 2003, I can not add a web reference to our production server's .asmx URL using HTTPS. I will put in a URL like: https://mycompany.com/myapp/myservice.asmx VStudio will display the web methods from that URL and when I click on OK to
|
| An unhandled exception of type Serialization.SerializationExceptio | 24 Aug 2006 19:12 GMT | 1 |
In our ws v.1.1, thats works fine as from ends 2004, yesterday gave us an strange error: An unhandled exception of type 'System.Runtime.Serialization.SerializationException'
|
| WSE 3 setting server cert permissions question | 24 Aug 2006 18:38 GMT | 2 |
I have my web service application running well using the UsernameForCertificate assertion. As part of getting the service and test client application set up on a development Win2003 Server box I have access to, I had to use the WSE3 certificates tool to grant permissions to the
|
| updating a remote sql server database from a local access database | 24 Aug 2006 16:29 GMT | 1 |
I am fairly new to webservices and currently have a problem with updating data to a remote sql database from data entered into a local MS access database. So far I have a windows application that builds a dataset from the
|
| Create Certificate X.509 in Win2003 Server | 24 Aug 2006 10:22 GMT | 4 |
Hi everbody, I wanna generate certificate X.509 in Win2003. Can you tell me the steps how to do it ? Thank You
|
| BindingFailure was detected | 24 Aug 2006 02:14 GMT | 1 |
I have a simple web service with a method that returns a Boolean: using System; using System.Web; using System.Web.Services;
|
| Proxy issue | 23 Aug 2006 16:31 GMT | 1 |
I am able to connect Asp.Net v2 application to a remote .Net v2 webservice by specifying the proxy settings in code: Dim proxy As WebProxy = New WebProxy("proxy.company.com:80") proxy.Credentials = CredentialCache.DefaultCredentials
|
| WSE 3.0 cert question | 23 Aug 2006 14:52 GMT | 1 |
so i have a web-service that will be ran over SSL and it has a custom UsernameToken that can validate my users with a db now i would like to encrypt this UsernameToken so using an X509 cert sounds like the logical action. now management doesn't not want anything installed on the
|
| UDDI 3.0 | 23 Aug 2006 09:40 GMT | 2 |
Does microsoft have an implementation of UDDI 3.0? If so, I would appreciate if you can direct me to right resource... Thanks.
|
| WSE Authentication problem when calling from a dll | 22 Aug 2006 23:06 GMT | 4 |
I have a .net solution in which there is a web page which makes a call to another project (inlucded as a dll). The dll then makes a call to a webservice. I'm trying to authenticate via username. I have been able to make this
|
| Is Microsoft.com Web Services 1.0 available ? | 22 Aug 2006 21:25 GMT | 5 |
Does anybody know if the Microsoft.com Web Services 1.0 is available ? In reading the article at this web site: http://msdn.microsoft.com/webservices/webservices/building/livewebservices/other webservices/default.aspx?pull=/msdnmag/issues/03/12/xmlfiles/default.aspx It gives all of ...
|
| WSE 3.0 and AJAX | 22 Aug 2006 17:59 GMT | 5 |
I've been sifting thru article after article looking for an answer to 1 question. I'm hoping someone can help me with this. Here's the problem. I have a website that I have enabled WSE 3.0 and have a policy set for. Now, this works great for all of the desktop app clients
|
| secure a WS called via GPRS | 22 Aug 2006 13:41 GMT | 9 |
I need to secure a web service that is used by GPRS devices (so amount of data is important) running NET CF 2.0. My requirenment is that every client may be authenticated, and its identity cannot be spoofed. I also like that data downloaded from server is encrypted, but this is ...
|