| Thread | Last Post | Replies |
|
| Recommendations for Web Service Discovery? | 07 Dec 2006 16:49 GMT | 7 |
I'm in the process of building a number of (Web) Services using .NET 3.0 and WCF. These services are intended to be deployed within the Intranet of a very, very large orginization. I need to have a discovery process by which applications can discover these
|
| Webservice - ODBC - sqlServer | 07 Dec 2006 12:54 GMT | 1 |
I need to access ODBC from remote computer, if there's a better way other than WebService please let me know. So, i am doing web service which connects on ODBC, which connects to SqlServer 2000 (Windows auth.)
|
| Override the generated soap:address in WSDL | 07 Dec 2006 12:37 GMT | 3 |
I have a problem with my web service: when installed to certain servers (e.g. load balanced) the URL specified in soap:address gets changed to a private address, making the service unusable. Is there any way to override the soap:address generated by the web service or other way ...
|
| 401 1 5 - web service refusing access | 07 Dec 2006 05:50 GMT | 1 |
I'm having trouble getting a .net 1.1 web site calling a .net 2.0 web service to impersonate the calling client. I'm using WebServiceProxy.Credentials =
|
| Deploying .NET 2.0 Web Services... | 07 Dec 2006 05:28 GMT | 1 |
I have successfully run several tests in dev and my web services is working perfectly. I am not trying to move it to production on a brand new box. .NET 2.0 f/w is installed. I successfully created a new web site to host the web services and a subsequent virtual directory to
|
| Getting a Log Folder Reference Path inside a helper project -- Please read | 07 Dec 2006 05:09 GMT | 1 |
I have a project A that uses a Web Service Project B . Project A uses another Project named Utility , -- that is responsible for logging the errors as well as comments in the log file. The structure is like this
|
| C# client program gets timeout when calling web service | 07 Dec 2006 04:52 GMT | 1 |
I have a C# program that makes a simple call to a web service. The web service gathers data from a database and send it back to my program as a DataSet. - After opening the program and initiating the first method call to the
|
| Ticket persistence | 06 Dec 2006 19:28 GMT | 2 |
In a custom application the web methods receive a user ticket in Soap Headers. This web methods call many bussiness methods to access database, validate user rights and so on. Today I must pass the ticket from web methods to all this bussiness methods as a parameter. How include ...
|
| Authentification using WSE2 | 06 Dec 2006 15:56 GMT | 1 |
I'm trying to login to a web service using Web Service authentification. Everything works fine, but when I'm treating the case where the user enters an invalid user name or password I get an SoapHeaderException with the error message "The security token could
|
| SOAP Webservice C# / Axis2 | 06 Dec 2006 12:26 GMT | 1 |
I'm trying to code a simple C# SOAP client wich query an Axis2 Java SOAP Server. Server side code has been generated from a WSDL file. SOAP requests and responses must both contain a simple String array (not
|
| Web services accessibility | 06 Dec 2006 12:21 GMT | 1 |
I need to implement functionality for a wide range of user (which I can't anticipate at this point who are they going to be and what technologies they will be using) The question is whether web services are accessible to all development
|
| Re:Help with verifying the signature of enveloped -message using x509 certificates. | 06 Dec 2006 09:25 GMT | 2 |
Hey Friends, I have an xml given by our partner trying to integrating with us and i have their certificate with public key installed in both personal and trusted people folders.
|
| XmlSerializer Question | 06 Dec 2006 06:57 GMT | 6 |
I have a webservice that returns data from a database. Our services (the clients) have been blowing up because of illegal character problems. Is there anything I can do on the server side to work around this problem. I'm OK with deleting all the "bad"
|
| securing a web service: options? | 05 Dec 2006 14:33 GMT | 4 |
I have to secure my first real B2B web service. Could you please provide some guidance as to which method of security I should use. One caveat is that we will not be using SSL on the server side as per the networking department. Windows authentication is also probably not an
|
| Retreive method name and arguments in the ProcessMessage | 05 Dec 2006 09:18 GMT | 2 |
I have secured my web service with a MutualCertificate11Security policy and it work fine. I use AES256 to encrypt communications after authentication with establishSecurityContext="true". Now I would like to log in a database my WS activity with a new policy
|