Re: .NET type in Web Service Proxy class
From: MIGUEL (MIGUEL_at_discussions.microsoft.com)
Date: 10/21/04
- Next message: MIGUEL: "About proxy classes generated when adding a web reference"
- Previous message: MIGUEL: "Re: Using custom data types"
- In reply to: Sami Vaaraniemi: "Re: .NET type in Web Service Proxy class"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 21 Oct 2004 02:19:04 -0700
Hi all,
And If I want this class to be in another assembly, referenced by the web
service?
I mean, in my case, the class should not be in the webservice. Should be
encapsulated in a DDL which is referenced by the Web Service. Any ideas?
"Sami Vaaraniemi" wrote:
> Use the XmlInclude attribute and a wrapper class. For more details, see
>
> http://support.microsoft.com/default.aspx?scid=kb;en-us;326792
>
> Regards,
> Sami
>
> "Paul Janssen" <paul.janssen@camtronics.com.REMOVE_THIS_PART> wrote in
> message news:C45594DF-1210-4619-A6AE-ED637DEA8063@microsoft.com...
> > If I create a web service with web methods containing enum types these
> types
> > are automatically created in the proxy class when I add a web reference to
> a
> > client. Is there a way to automatically generate an enum type in the
> proxy
> > class if the type is defined in the web service but not used as a
> parameter
> > in any of the web methods?
>
>
>
- Next message: MIGUEL: "About proxy classes generated when adding a web reference"
- Previous message: MIGUEL: "Re: Using custom data types"
- In reply to: Sami Vaaraniemi: "Re: .NET type in Web Service Proxy class"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|