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 > january 2007 > threads for january 22 - 28, 2007

Filter by week: 1 2 3 4 5

Pass in XML to WebService Method?
Posted by nickname at 1/28/2007 7:36:02 AM
I have the following xml Schema: “<?xml version="1.0" encoding="Windows-1252"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified"> <xs:element name="Document"> <xs:complexType> <xs:sequence> </xs:seq...more >>


Cannot access a disposed object named "System.Net.TlsStream"
Posted by red at 1/25/2007 12:51:02 PM
Hi Friends, We recently deployed our application to production and I am experiencing the below error message. Cannot access a disposed object named "System.Net.TlsStream" The error occurs when we are making a web service call to an external system (within our corporate n/w). The method...more >>

passing a System.object parameter to a webservice.
Posted by Ravi at 1/24/2007 2:17:01 PM
Hi, I'm trying to pass values of different data-types to a web-service. I thought it would be easier to box these values and pass them as a System.object parameter, like [webmethod] public void webmethod1(object a) where a can be of type string, DateTime, float, etc.. Now, within ...more >>

Windows Communication Framework
Posted by Gaurav Vaish (MasterGaurav) at 1/23/2007 1:16:22 PM
Hi, I have recently published an article on WCF at CodeProject http://www.codeproject.com/useritems/edujini_wcf_scart_01.asp It would be great the experts can provide a feedback on the same. Please note that this is my first article in the series. I have submitted Part-2 t...more >>

XML Compression
Posted by Coder_Rajiv at 1/22/2007 11:16:01 PM
I am in the process of developing a web service which will be called from oracle forms. The web service will accept and return huge amount of XML data. So, I need to implement data compression techinique which will be efficient and would work on both .NET and Oracle. I know that .NET uses GZip...more >>

Web Service Monitor Tool
Posted by JF at 1/22/2007 8:51:49 AM
We have a problem with large data being transfered from our webservice. We would like a tool to monitor the activity of a specific webservice in II6.0 and how we can reduce the data being transmitted. tx ...more >>



DevelopmentNow Blog