| Thread | Last Post | Replies |
|
| Hosting a Web Service in a Windows Service | 21 Feb 2007 01:30 GMT | 3 |
Hi, all I've got a windows service (server) application and a winforms (client) application. What I need to do is to host a web service in the windows service application so the client can request information about its current
|
| Undefined Value Parameters | 20 Feb 2007 18:42 GMT | 6 |
I have a web service, which I have written. It is being called By a client who used Apache Axis version: 1.2alpha. When I place a breakpoint in the web method, my parameter is identified as "<undefined value>".
|
| Missing Begin and End Methods | 19 Feb 2007 22:16 GMT | 1 |
I have a solution that contains a class library and a web service project When I add a web Reference in the Web Service project I get a Begin and End Method for Async calls. When I add a web reference to the same service in the class library I don't
|
| Web Service Requests Processed Out of Order | 19 Feb 2007 19:24 GMT | 7 |
I've got a problem where my web service requests are not always processed in the same order they are received. Both the web service and the windows application are based on the .net framework 1.1.
|
| Passing object to web service | 19 Feb 2007 11:27 GMT | 2 |
Could somebody please poit me in the right direction with regards learning how to pass a class object to a web service. I understand that the class needs to somehow reside both on the client and on the server and that to get it there the class object needs to be serialized in ...
|
| Problems with deserialization of SOAP Response (Complex Type from Apache Websevice) | 19 Feb 2007 08:05 GMT | 1 |
I want to consume an Apache Webservice with a C# .NET Client. Everything works fine, but I'm having problem with the deserialization of the complex type "Item" that is included in the response of the web service, what seems so be the type "hashtable" in .NET. Every "Item" ...
|
| Cant access ASP.NET Services | 19 Feb 2007 05:58 GMT | 1 |
While i try to create new ASP.NET Web Services This message appears:- ""Visual Studio.Net has detected that the specified web server is not running ASP.NET Version 1.1. You will be unable to run ASP.NET Web Application or services""
|
| WSE 3 error in InitializeSecurityTokenManagers | 18 Feb 2007 05:28 GMT | 2 |
All, In my WSE-enabled web service, I can't get past an "Object reference not set to an instance of an object." error in InitializeSecurityTokenManagers. I use a Policy file and certificate
|
| Can any body post me some link's to start Webservices | 17 Feb 2007 22:53 GMT | 1 |
hi i am new to webservices i wanted to start webservices .. Can any body post me some link's to start Webservices
|
| email | 17 Feb 2007 19:04 GMT | 1 |
I am new to asp.net 2 and am struggling with emailing to a list of addresses I can send emails OK using: Dim MailObj As New System.Net.Mail.SmtpClient
|
| Parameter name: Policy 'XataClientPolicy' is not configured in the | 16 Feb 2007 16:57 GMT | 1 |
I'm developing a VS2005(VB), ASP.NET 2.0, .Net Framwwork 2.0, WSE 3.0, Web Application. In the following code i'm getting an error on the SetPolicy line. The error is :
|
| CacheDuration | 16 Feb 2007 10:09 GMT | 1 |
if my webmethod parameter is an object, it doesn't seem to cache the output even though the xml serialised version of this object is the same as the previous call. Is this right? if I call the same web method with two different RequestObjects(see
|
| Web Service Security - Fundamental Question | 16 Feb 2007 05:38 GMT | 2 |
How do I implement security for my Web Service application? Specifically, I am concerned about protecting the data against prying eyes as it travels across the wire. Is it simply a matter of using https rather than http? Or is there more to it?
|
| Dynamic Web Service URL Reference | 16 Feb 2007 05:36 GMT | 3 |
Can anyone help me define a dynamic Web Service URL reference in a class library C# project? I am using Visual Studio 2005/.NET 2.0 and msbuild on a build server. What I would like is build application so that Web Service references don't have to be modified in different ...
|
| Implementing a common SOAP Header across multiple Web Service Pages | 15 Feb 2007 22:56 GMT | 6 |
I have the following class which I am serializing and passing back and forth between my Web Service application and the client. public class Token : SoapHeader {
|