all groups > dotnet web services > october 2006 > threads for october 29 - 31, 2006
Filter by week: 1 2 3 4 5
Compress dataset returned from Web Service
Posted by Evgeny.Br NO[at]SPAM gmail.com at 10/31/2006 4:47:03 PM
Hi All,
I use .NET 2.0.
I experience huge performance problem retrieving dataset from web
service.
The dataset volume returned from WS is about 5-7 megabyte, it's take
too long.
Is it possible to compress dataset in some way in the WS send to
client, and decompress
in the cli... more >>
Web Services configuration
Posted by A at 10/31/2006 3:58:24 PM
Hello
I'm using WCF and I would like to know if there is possible to have
something like:
a WebService with 2 methods: Get and Set
and at the deployment time on a server X to decide that the Set method must
be "hidden" (a X's clients cannot call it or cannot see it) and
on another server Y... more >>
Compress dataset returned from Web Service
Posted by Evgeny.Br NO[at]SPAM gmail.com at 10/31/2006 3:49:37 PM
Hi All,
I use .NET 2.0.
I experience huge performance problem retrieving dataset from web
service.
The dataset volume returned from WS is about 5-7 megabyte, it's take
too long.
Is it possible to compress dataset in some way in the WS send to
client, and decompress
in the client, if ... more >>
Passing XML to web service?
Posted by nickname at 10/31/2006 1:35:02 PM
I want to pass some xml to a web service method, the xml will confirm to a
defined schema. Lets say the schema is defined as:
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified"
xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="books">
<xs:complex... more >>
Paypal & asp.net
Posted by Blasting Cap at 10/31/2006 10:48:26 AM
I have an application that needs to use Paypal to verify the legitimacy
of a credit card, not the actual charge.
The only thing I can find thru Paypal's SDK is stuff that's a COM add-in.
Is there a web service that anyone knows of that'll do this process?
One that would be free or a single... more >>
wsdl.exe problem
Posted by Nick Locke at 10/30/2006 9:10:05 PM
I have a fairly simple structure:
- Simple Types in an XSD
- Complex Types (one file) in another XSD, importing the Simple Types
- More Complex Types (second file) in another XSD, again importing the
Simple Types
- A WSDL Definitions file, importing the two Complex Types files
- A WSDL Serv... more >>
|