| Thread | Last Post | Replies |
|
| Calling a web service from a remote workstation failed | 13 Dec 2004 00:28 GMT | 7 |
I have a WIN .NET application that calls a web service to retrieve data. I deployed the application to a server and configured the webservice. The webservice and SQL Server 2000 database are on the same server. I installed the application on the server and everything runs fine. ...
|
| simple problem setting up the security on my test web service | 12 Dec 2004 10:53 GMT | 1 |
I am having a simple problem setting up the security on my test web service... My Web service code is: Imports System.Web.Services
|
| Encryption in WS-Policy and WSE2.0 | 11 Dec 2004 08:40 GMT | 3 |
Does anybody knows how to encrypt applying WS-Policy with WSE2.0 (SP2) something other than wsp:Body() and wse:UsernameToken() ? Are filters the way to go or there is any other trick to use ? If you don?t know what I mean, just try to encrypt something apart from body
|
| 'vfpoledb.1' provider is not registered | 11 Dec 2004 06:29 GMT | 1 |
VFPOLE.dll is Microsoft OLEdb provider for Visual FoxPro. I am trying to get a webservice up on a remote Web Host site that will use this dll. The web host company has stated that they have installed and registered this dll, but I am still getting this
|
| problems encrypting Soap message using X.509 cert generated from makecert | 11 Dec 2004 05:11 GMT | 1 |
I am trying to create a simple "hello world" web service and client that uses X.509 to encrypt the message, all in C# using Visual Studio 2003 and WSE 2.0 SP1. I have tried using both the sample certificate supplied with WSE 2.0 as
|
| Using Web Service for Integrating Mainframe Applications | 11 Dec 2004 03:03 GMT | 4 |
Since WebServices are a standardized way to invoke a method of another application over the internet, is there a way to integrate two different applications running on different platforms (Say a .NET client application, used for implementing the presentation logic, and a ...
|
| How can I call ActiveX (e.g. Excel) from ASP.NET? | 10 Dec 2004 20:39 GMT | 1 |
I have a 3rd party application that has an ActiveX interface. For argument, lets say that it is Excel. I want a user to make a request (through the web browser), have the request be processed by the server where Excel is installed (and the .xls exists),
|
| At least one timestamp expire. | 10 Dec 2004 18:41 GMT | 5 |
I am having a WSE 2.0 webservice that authenticate X509 client and client to send x509 token for authentication. The x509 authentication work fine when it is used from intranet but it fails when the client sends x509 token from internet.
|
| Casting Problem returning an ArrayList | 10 Dec 2004 18:19 GMT | 5 |
I am getting a casting issue when trying to get the results back from a web service. Its returning an ArrayList. Anyone know how to correct this? Private Sub btnSubmit_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnSubmit.Click
|
| How would I create a directory in ASP.NET? | 10 Dec 2004 18:19 GMT | 1 |
I've got a permission issue when I try to create a folder programmatically using C# in an ASP.NET web service. I've set ASP.NET user to have full control over the folder that I'm trying to create directories, but I keep getting "access denied". The code is all written and it ...
|
| how or when to use XmlInclude ? | 10 Dec 2004 18:17 GMT | 3 |
I have a web service that returns a custom class in one of the service methods. public class MyClass {
|
| Building a Soap Message | 10 Dec 2004 18:09 GMT | 5 |
I have a simple project in which I need to build a Soap message "by hand". Essentially I'm using a System.Net.HttpWebRequest to post data to a webservice. Everything is working well, but I'm currently using a StringBuilder to build the Content (the Soap message) portion of the post.
|
| Debuging Web Services Consumer | 10 Dec 2004 18:00 GMT | 1 |
I'm having some trouble with Web Services. I'm using Web services to talk to a OO database, Jade. It has inbuilt its own web services framework that is supost to conform to the standard spec. All was working fine untill I moved to RPC encoding/encryption. Where the types are ...
|
| C# web services used by VB.NET application | 10 Dec 2004 17:03 GMT | 4 |
I am developing Pocket PC application in VB.NET. Within the application we are using web services developed by outsourced team. They developed the services in C#. After adding a web reference to web services in my Pocket PC app, I am not
|
| Default user for Impersonation | 10 Dec 2004 16:49 GMT | 1 |
What user does the system default to if I have <identity impersonate="true"/> in my web.config file? Authentication mode= "None" Thank-you
|