| Thread | Last Post | Replies |
|
| Username Token for the Web farm implementation | 16 Mar 2005 18:17 GMT | 2 |
i was going through the 2nd sample of HOLDEVL34... while creating the certificates, following all the steps , i know where find the CurrentUser\Other store for the public key storage... Also went through the suggestions in different groups but no solution.. It works
|
| Using COM Interface with Webservices | 16 Mar 2005 18:05 GMT | 3 |
I'm trying to write a WebService which has to use a COM interface of an application (C++/Win32). This application runs under "user mode" on the desktop. The WebService must use this instance.
|
| Office 2000 -> external web services | 16 Mar 2005 17:25 GMT | 2 |
I've been tasked with doing a study of how to migrate our current excel VBA macros (that currently dig in a very insecure and uncontroled way in various corporate databases) to a setup were everything is arbitrated by Weblogic web services (with EAI-provided
|
| Encryption and signing using Security context tokens using WS-Pol | 16 Mar 2005 16:51 GMT | 7 |
Hi Every One I am unable to do signing and ecryption using SecurityContexttokens using WS-Policy...
|
| The request failed with HTTP status 502: Proxy Error | 16 Mar 2005 14:59 GMT | 4 |
I'm trying to reach a web service outside my organization and this is what I get. Where do I have to write the Proxy credentials? TIA
|
| HTML Consuming ASPX Sevice | 16 Mar 2005 07:42 GMT | 2 |
I would like to access an ASPX service that returns a simple character string and have that character string appear on the page that called the ASPX service. The calling page will be either HTML or ASP 3. Can you point me at an example available that will set me in the right
|
| changing urlBehavior to determine which web service to use | 15 Mar 2005 22:34 GMT | 1 |
I have 3 web servers (one development, one test, one live), and we have built in-house web services from our mainframe system that I use in my logon page. But there are 2 web service servers, and I need to connect to a certain web service based on whichever web server I am on. I was ...
|
| Using enums in parameters | 15 Mar 2005 19:38 GMT | 2 |
Suppose I have this enum public class Flag { Hazardous = 1,
|
| WSDL.Exe causing System.StackOverflowException | 15 Mar 2005 17:33 GMT | 2 |
I am trying to generate a stub class for my web service using wsdl.exe but every time i run it from the visual studio command prompt i get a System.StackOverFlowException. Has anyone got an ideas? My XSD Files have been verified and are working so
|
| WSDL.exe tool and separate (nested) XSD schema file(s)? | 15 Mar 2005 16:47 GMT | 1 |
Newbie question #2 - hope that's OK! I'm trying to create a WSDL file using one or more XSD schema files. While WSDL.exe doesn't seem to support the XSD "import" function, if I include a single huge XSD schema file on the command line input to WSDL.exe, I can
|
| .Net version upgrade | 15 Mar 2005 15:24 GMT | 1 |
have .Net framework version 1.0.3705 with Visual studio 7.0.9466. I want to upgrade .Net framework version to 1.1. If I upgrade will I have issues with the already deployed webservices? Do I need redeploy them?
|
| how to remove a local web service from IIS? | 15 Mar 2005 15:01 GMT | 2 |
I'm a web services newbie, and while I've found there's loads of information on how to create and publish web services created in .NET 2003, I can't find anything on how to clean up local (temporary) web services that I've been creating as I've been learning. Is there any kind ...
|
| How to Repoint without Recompiling | 15 Mar 2005 12:25 GMT | 4 |
I sure I am just missing something simple, but how can I repoint my webservice client application from my development server to my test or production server without recompiling. Currently I have included all three web services into my client application and I just comment out ...
|
| web setup project | 15 Mar 2005 00:37 GMT | 1 |
I am new to deploying web services and would like to understand the web setup project capability. If I understand correctly, I add the web setup project to my web service applicatoin and build it. I then copy the msi file to my hosting machine and run it to configure my web ...
|
| Web service serialization of return type | 14 Mar 2005 22:06 GMT | 2 |
I've been trying to find documentation that explains limitation of possible types that a webmethod can return. I realize xml serialization must take place to return the specified type. Must the return type of a webmethod implement ISerializable? I saw
|