Custom Class Interfaces and webservices
From: parkster (anonymous_at_discussions.microsoft.com)
Date: 05/17/04
- Next message: Jan Tielens: "Re: Custom Class Interfaces and webservices"
- Previous message: Stewart Bourke: "Re: WSDL issues"
- Next in thread: Jan Tielens: "Re: Custom Class Interfaces and webservices"
- Reply: Jan Tielens: "Re: Custom Class Interfaces and webservices"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 17 May 2004 02:01:08 -0700
Hi,
We develop custom objects with our apps and are wanting to take a more enterprise view of our classes.
This means using interfaces upon our classes to allow specif apps to see speceif properties and methods.
My problem arrises when we try and use Webservices.
I can't mark the interface as Serializable() and they wont serialize.
Should I be using Remoting to get around this - we would prefer to use WS.
Sending the whole object definition out to the webservice and returning it to the client will be creating alot more processing work than is required!
Any ideas or suggesstions would be appreciated!
Many Thanks
Simon
- Next message: Jan Tielens: "Re: Custom Class Interfaces and webservices"
- Previous message: Stewart Bourke: "Re: WSDL issues"
- Next in thread: Jan Tielens: "Re: Custom Class Interfaces and webservices"
- Reply: Jan Tielens: "Re: Custom Class Interfaces and webservices"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|