| Thread | Last Post | Replies |
|
| Server policy : UserNameOverTransportAssertion WSE 3.0 | 25 Nov 2005 00:51 GMT | 3 |
I have created a server policy (UserNameOverTransportAssertion, Client Token, UserNameToken) and then I have added the Policy attribute to my class: [Policy("ServicePolicy")]
|
| Examples in WSE 3.0 | 25 Nov 2005 00:48 GMT | 4 |
Does anybody know of any good examples of using Kerberos and UserName tokens in WSE 3.0? Preferable both Windows username and custom username tokens. Thanks Henrik.
|
| Serializing a DataTable | 24 Nov 2005 20:59 GMT | 2 |
I'm building a Web Service with the CLR 2.0 that returns a DataTable but I get the followng error: System.InvalidOperationException: There was an error generating the XML document. ---> System.InvalidOperationException: Cannot serialize the
|
| deserialize xml into object | 24 Nov 2005 14:59 GMT | 3 |
Hi all, is there anyway I can de-serialize XML back into my custom object in VB? I am supposed to receive serialized XML via a https post and it would be nice if I can de-serialize it and then work with the object rather than XML. TIA!
|
| How can I remove XML tags from ASP.NET web service? | 24 Nov 2005 12:12 GMT | 3 |
I am developing a simple ASP.NET web service and its consumer will be an embedded device. The devices calls the method, and the method returns succefully. But the response is surrounded by XML tags, which is not recognized by the device. I
|
| WSE3.0 'wse' proxy not generated when adding web reference in VS20 | 24 Nov 2005 11:52 GMT | 1 |
I have a WSE enabled web service and a client application. Everything used to be fine, but now, for some reason, when updating the web reference in the client application only the ordinary proxy is generated - there is no 'Wse' version.
|
| How can I remove XML tags from ASP.NET web service? | 24 Nov 2005 07:01 GMT | 1 |
I am developing a simple ASP.NET web service and its consumer will be an embedded device. The devices calls the method, and the method returns succefully. But the response is surrounded by XML tags, which is not recognized by the device. I
|
| Web Services Very Slow...Please help | 24 Nov 2005 04:53 GMT | 1 |
We have an application that we recently converted to VB.Net. The database access layer has been converted to a web service. We have noticed a significant reduction in the speed of database calls. This is a high availability application and each moderate size query to an SQL
|
| when to use Proxy object for web services | 24 Nov 2005 04:26 GMT | 2 |
I am new to web services. I created a very simple web service with a method that returns a simple string object. I added a web reference to this web service from another project and I could successfully call the method.
|
| Deploying a web service | 23 Nov 2005 16:01 GMT | 3 |
I created a web service and a consumer - both work just happily on my local machine. I now want to move the web service to a corporate development server ( and eventually into production)... Do I just copy the stuff from my local inetpub to the new server? And do I
|
| Error: Refereced security token could not be retrieved | 23 Nov 2005 14:41 GMT | 1 |
I have a problem with WSE 2.0 SP3. I try the AsymmetricEncryption-example from WSE to run, but I wars th following error: Refereced security token could not be retrieved. think that the X509certificates am not correctly installed.
|
| SoapReceivers.Add | 23 Nov 2005 07:39 GMT | 6 |
I think I've been asking the wrong questions. I have an instance of a WSE 3.0 SoapService derived class, and I want to add it to the SoapReceivers collection so that it will receive requests. However, when I make the call as SoapReceivers.Add(Uri, Object) where the
|
| Thread was being aborted | 23 Nov 2005 05:10 GMT | 3 |
I was created a web service which will execute some functions and will do some database activities related to our project When i execute this method directly from browser using webservice link it sometimes throwing "Thread was being aborted" Exception.
|
| ClickOnce Permissions Rqd for XMLSerializer | 23 Nov 2005 01:57 GMT | 3 |
I have a C# .NET 2.0 program which accesses the Amazon.com E-Commerce web service. I am debugging it as a ClickOnce Partial Trust application. My question is, What permissions are required for the XMLSerializer.Serialize method? This is where the application constantly
|
| SoapDisplayExtension & webservices | 22 Nov 2005 16:03 GMT | 1 |
Im studying for my 70-320 exam and i am working from Amit Kalani exam prep book but i can not get one of the examples to work. When i add SoapDisplayExtension to the [WebMethod] like [WebMethod, SoapDisplayExtension] i get the follow error:- An unhandled exception of type 'System ...
|