| Thread | Last Post | Replies |
|
| How configure an IIS folder from remote to run web service or asp app ? | 13 Jul 2006 20:47 GMT | 4 |
If one does not configure a virtual dir as an IIS application, he/she receives the common error: ---------------------------------------- Server Error in '/' Application.
|
| Web service deployment project is making a .msm instead of .msi | 13 Jul 2006 19:24 GMT | 1 |
I made a deployment project to install a web service I made. I had to include a merge module for a Ibm database package. My deployment project is producing a .MSM file in my release directory instead of a .MSI file that I can use to install my web service.
|
| Objects through web services | 13 Jul 2006 19:14 GMT | 1 |
I am new to developing web services and am trying to get a feel of the dos and don'ts. My IT group is considering passing custom classes back from an in house developed web service. For instance..(psuedo code): Class Item
|
| Calling Web Services Dynamically | 13 Jul 2006 18:06 GMT | 2 |
Hi Steve I would like to know how can I do the following.: Write a software that will call web services dynamically depends upon settings save upon database.
|
| webservice advice | 13 Jul 2006 17:08 GMT | 1 |
Im using VS 2005 C#; Is there any issues I should be aware of if I add my webservice as a static variable to my main class? The reason im asking is should I create an object of my webservice everytime
|
| SOAPException Advice | 13 Jul 2006 17:04 GMT | 2 |
Ive have a webservice method as such... [WebMethod()] public UserDetails Login(string Username, string Password) {
|
| System.Net.CredentialsCache.DefaultCredentials not working | 13 Jul 2006 09:27 GMT | 3 |
I'm trying to authenticate from an asp.net client to a web service on two different machines is the same domain. From what i gather I'm supposed to use the following code in my client in order to authenticate using my domain credentials:
|
| Reliable messaging | 12 Jul 2006 22:08 GMT | 4 |
If I build a web services today with VS 2005 does it support reliable messaging? If I use WSE 3.0 will it support reliable messaging? If I don’t have reliable messaging can I make a web method call that does
|
| GetIp | 12 Jul 2006 21:26 GMT | 1 |
I have a linux coyote firewall server.. when i try to get the ip from who called my web service i got the ip from my server.. not the user ip.. this is the code that i am using... Dim oRequest As HttpRequest
|
| DIGITAL CERTIFICATE OTHER USERS HAVE NO ACCESS | 12 Jul 2006 21:18 GMT | 1 |
I have a winform app that is consuming WebService via SSL connection. We installed the digital certificate for that and the winform app is loading that cert at run time. Code in VB.net looks like this:
|
| WSE2005: Protection requirements in MutualCertificate11Assertion.. | 12 Jul 2006 18:01 GMT | 9 |
I am receiving the following error when trying to consume a secure WSE webservice using client certificates: WSE2005: Protection requirements in MutualCertificate11Assertion are not satisfied.
|
| Separating Schema and Services during versioning | 12 Jul 2006 16:25 GMT | 2 |
I have my WSDL contract from my web service. I want to separate my services and data definitions and make these static across versions. I followed this MSDN article, but despite most people referencing it when discussing this topic, i don't find it particularly clear.
|
| aspnet_wp unable to make remote connection in .net framework 2.0 | 12 Jul 2006 11:32 GMT | 1 |
I have a .net 2.0 web service that acts as a messaging hub that takes a SOAP request from a single source and then sparks of a bunch of requests to multiple web services. This worked fine in .net 1.1 but now we've re-engineered it and written it using .net 2.0 and now it doesn't ...
|
| Traceswitch set in web.config not working | 12 Jul 2006 11:08 GMT | 4 |
Using .NET 2 and visual studio 2005 for writting asmx web services. For asp.net web sites I used to implement trace system using TraceSwitch set in web.config. Using
|
| X.509 Certificates and the WSE | 11 Jul 2006 20:56 GMT | 6 |
Hello again everyone, Which type of X.509 certificate is the correct certificate for a .NET solution using Windows Forms, Web Services and the WSE. I've noticed that different vendors will sell digital certificates for
|