| Thread | Last Post | Replies |
|
| Java web service , vb .net client | 16 Apr 2007 22:00 GMT | 1 |
I am trying to connect to a java web service. I have a vb .net client which uses the service. It was working ok few days ago. The web service has been updated and i have been getting the following error. I did update my wsdl but of no avail.
|
| w3wp.exe just keeps taking more memory.... | 16 Apr 2007 19:26 GMT | 1 |
I have a machine that I've moved some web services to and now w3wp.exe just keeps taking more and more memory (I don't think it did it on the old machine.) So apparently I have a memory leak somewhere. Any way to track this down?
|
| form authentication for Webservices | 13 Apr 2007 12:09 GMT | 2 |
Hi, I have a web site that uses form authentication and consumes web services. Can the same form authentication be used for both the web site and the web services?
|
| WSE Settings 3.0 problems (Soap protocol factory) | 13 Apr 2007 09:26 GMT | 3 |
I'm very new to the WSE subject, but I seem to be having an issue which so far as I can tell shouldn't be happening. Dev PC and Visual Studio config: - XP Pro on an AD network
|
| XML Web Services and Datareader Issue | 12 Apr 2007 21:46 GMT | 1 |
Hello Experts. I need your help, I am new to XML web service, and I have to complete one task. Here is current situation.
|
| MTOM supports in WSE3.0 causes exception | 12 Apr 2007 17:34 GMT | 1 |
I am recieving an exception when adding support for MTOM to a web config file that is using WSE3.0 to talk to a web service. when the following section is added: <messaging>
|
| calling another dll from web service | 12 Apr 2007 13:11 GMT | 1 |
Hi! I'm newish to writing web services and am trying to deploy a web service on a hosted server on the internet. My web service uses a mysql oledb data provider to get data from a database hosted on the remote server. When I call the method that
|
| Prevent browser access? | 12 Apr 2007 12:16 GMT | 1 |
Hello, does anyone know how to do this using WSE 3.0, VS 2005, .NET v2.0 and username token? TIA Henrik
|
| Selecting the correct X509 certificate | 12 Apr 2007 11:57 GMT | 1 |
I'm trying to get up to speed with WSE 3 as I have a project that secured web services would help a great deal with, but have reached a frustrating point in the configuration. I might be asking what appears to be a dumb set of questions. Apologies in advance!
|
| .NET 2 webservice proxy server detection | 11 Apr 2007 17:58 GMT | 3 |
We have .NET 1.1 WinForms apps accessing webservices through proxy servers in various companies using different proxy server setups. Our WinForms app is currently configurable to either use the default settings from IE, or to allow an explicit proxy server uri to be specified - ...
|
| Namespaces in Vs.net 2005 web service | 10 Apr 2007 19:39 GMT | 8 |
You know they say there is no such thing as a dumb question? This might be the exception...I'm not sure. :) In VS.NET 2003, if you create a web service it is namespaced like so: namespace WebService156
|
| Multiref Question | 10 Apr 2007 18:46 GMT | 1 |
I am writing an ASP.NET application to consume an Apache Axis 1.2 web service. The service contains a single method that returns a complex type. The SOAP response comes back as expected however I get a series of null values for properties labeled “multiref” in the complex type. ...
|
| SSL Webservices through Proxy Server : Does anyone have a definite answer on whether it is possible or not ? | 10 Apr 2007 18:23 GMT | 7 |
Another formulation of the message tittle could be : is it really "safe" (in the business sense) to embed a SSL webservice consumer into any given software, given that any time a proxy server will be encountered, then the call will fail (based on my knowledge) ?
|
| Uddi | 10 Apr 2007 11:11 GMT | 11 |
I am trying to use Uddi as a directory service. In my development environment it is fine however I have a problem when it comes to deploying into my production environment. I am deploying Uddi as a distributed component, database server plus app
|
| HttpWebRequest and client certificates | 09 Apr 2007 19:32 GMT | 2 |
I'm having trouble connecting to a Java web service using HttpWebRequest. I get the error message "The request was aborted: Could not create SSL/TLS secure channel". The Java service requires a client certificate which they have provided in .cer format. I can connect ok to ...
|