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 >>
|