Archived Months
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > dotnet web services > july 2006 > threads for july 29 - 31, 2006

Filter by week: 1 2 3 4 5

WebService proxy class naming
Posted by Paul at 7/31/2006 4:48:04 PM
I have simple web method like the following: [WebMethod(Description = "Gets an instance of the Person class.", MessageName = "Person")] public Person GetPerson() { return CreatePerson(); } When I compile the web service, it generates the following WSDL snippet: <s:element name="...more >>


parameters passed to web service(WS) appear to be nulls on WS side
Posted by SergeyR at 7/31/2006 1:37:01 PM
Hello everybody. I came across this question before but there was no suitable answer. Since I have the same problem, I will repeat it here. this is a simple web servive: using System; using System.Web; using System.Web.Services; using System.Web.Services.Protocols; using System.IO; u...more >>

Web Service Compression with .net 1.1 and gzip
Posted by rew190 NO[at]SPAM gmail.com at 7/31/2006 9:10:39 AM
Hi guys, I'm currently working on an application that is heavily dependant on web services. The web services are being run on an Apache Service through Axis. We'll be using mod_gzip to get the server side of things to compress the response (given that the header request specfies that it acc...more >>

Web service fails to run on Windows 2003
Posted by Tom at 7/30/2006 8:29:01 PM
Hi, We have a web service (developed in C# framework 1) that run for some time on Windows 2000. Recently we upgraded it to framework 2 and run successfully on Windows 2000 and XP. However, we cannot run it on our new Windows 2003 box. The service runs and we can even instantiate it but the...more >>



DevelopmentNow Blog