| Thread | Last Post | Replies |
|
| allow partially trusted callers | 22 Mar 2006 16:45 GMT | 1 |
I have developped a set of WSs and everything works fine when I try it on my local network. When I export them on my host's server though I get the following error on my client: System.Web.Services.Protocols.SoapHeaderException: Server unavailable,
|
| Stopping transaction through client in web method | 22 Mar 2006 16:36 GMT | 4 |
I am having web method which is inserting some heavy data into database. Everytime client call this method i am generating some unique transaction. Client know that transaction ID.
|
| Changing services | 22 Mar 2006 15:26 GMT | 10 |
I have a site with my services that I am using for testing. I also have the same set of services on another machine in my DMZ. The problem I am having, is changing where the services are. When you create a program to access the services in my test setup, I need to point to
|
| Migrating WSE UsernameToken from 2.0 to 3.0 | 22 Mar 2006 14:42 GMT | 1 |
We implemented WSE Security in WSE 2.0 simply using a UsernameToken. Public Sub ConfigureProxy(ByVal proxy As WebServicesClientProtocol) 'WS-Security: "Authentication" & "Authorization" with UsernameToken (no need to send password because of signing below)
|
| Customer Role Provider and Policies | 22 Mar 2006 14:30 GMT | 2 |
I am trying to add role-based authorization to my web services. I have a Custom Role Provider, which should be used to validate if a user is able to use a particular web method. I have the following policy <policy name="MySecurityPolicy">
|
| Calling Webmethod while another web method is in progress. | 22 Mar 2006 13:39 GMT | 2 |
I am having one problem in web method. I am calling one web method through windows application which is doing some heavy processing. while this web method is in progress i want to provide cacnel facility
|
| ATL Web service (client) | 22 Mar 2006 03:32 GMT | 1 |
We have a working web service that is deployed on CFMX 6.1. Our Dev Server has CFMX 7.0 and the client that interacts with the webservice now returns an error. Nothing has been changed. I compared the two WSDL files and they have quote a few differences.
|
| Empty DataSet in Client | 22 Mar 2006 02:02 GMT | 1 |
Folks - i have a WebMethod that returns a List<> of "Person" objects. I implement IXmlSerializable to write the xml for the object. I don't touch SOAP or web services within any of my objects. My client doesn't have a typed proxy so it just gets back an array[] of
|
| Passing large arguments to web services | 21 Mar 2006 23:05 GMT | 1 |
I am going to implement a web service using .NET. It's a service that attributes authorship of a document to one of two authors, based on the training data provided. I am going to produce a basic web page that allows the data to be uploaded, before displaying the results.
|
| Is there a way to disable WS-Addressing headers generation on the | 21 Mar 2006 13:11 GMT | 1 |
I would like to be able to disable the WSA headers generation (on the client and the server). Is there a way to do this through config or code? Thanks Gabo
|
| Stop running web method | 21 Mar 2006 12:14 GMT | 2 |
I written a Web Service using C#. My one web method takes longer time (10-15 mins) to execute. I want to give stop process facility from client application. I am inserting 400-500k rows in database inside that method. I want to stop that insertion process, so I need to pass a
|
| Create Custom Token from XML | 21 Mar 2006 05:24 GMT | 2 |
I need to create custom security tokens and i went through the WSE 3.0 documentation in circles. I want to specify custom tokens and it seems that can be achived by LoadTokenFromXml Method. But what is the syntax, style of the XML element to be specified ?
|
| Why anonymousneed credential | 20 Mar 2006 13:19 GMT | 1 |
The virtual directory of my WebService is set allow anonymous access , but if I did not set the Credentials when I request it, it result in access denied error message.
|
| Using a DLL in a web service | 20 Mar 2006 11:50 GMT | 1 |
I'm trying to use a DLL of third part using P/Invoke in a web service. I've always an exception: access denied. The DLL is in the bin directory of the project. I'm using VS .NET 2003, WSE 2.0 and .NET Framework 1.1. I'm trying the
|
| No syntax control during webservice validation in Visual Studio 8 | 20 Mar 2006 10:56 GMT | 3 |
I'm writing a webservice in VS8. In this version of VS, there is a different compilation philosophy, build causes only something called "web site validation". The problem is, that this validation doesn't perform even syntax checking. When I write something like
|