Re: Webservice that references other .Net libraries
- From: "Mantorok" <none@xxxxxxxxxxxxx>
- Date: Thu, 13 Oct 2005 16:43:31 +0100
How can I ensure that the client has the class available?
Thanks
Kev
"Peter Rilling" <peter@xxxxxxxxxxxxxxxxxx> wrote in message
news:OJq0vxA0FHA.1168@xxxxxxxxxxxxxxxxxxxxxxx
> Make sure your client has the returned class available so that it can be
> deserialized and instantiated, or make sure that you only return either
> primitive types or types that are available in the framework. Obviously
> if the class is not visible to your code, then it cannot create an
> instance of it.
>
>
> "Mantorok" <none@xxxxxxxxxxxxx> wrote in message
> news:diltp0$954$1@xxxxxxxxxxxxxxxxxxxxxx
>> Hi all
>>
>> I have a web service and it is going fine until I call a method that
>> returns an object that is based on a class from a referenced .net
>> assembly.
>>
>> The problem is my calling code doesn't know anything about the class that
>> the web-service is using, how do I ensure that my calling code is aware
>> of the classes/objects being returned by the consumed web-service?
>>
>> Hope that makes sense
>> Kev
>>
>
>
.
- References:
- Webservice that references other .Net libraries
- From: Mantorok
- Webservice that references other .Net libraries
- Prev by Date: Re: dataset recordcount returned via function
- Next by Date: Re: Upload file object Problem in Repeater
- Previous by thread: Webservice that references other .Net libraries
- Next by thread: Re: Webservice that references other .Net libraries
- Index(es):
Relevant Pages
|