Re: Webservice that references other .Net libraries
- From: "Peter Rilling" <peter@xxxxxxxxxxxxxxxxxx>
- Date: Sun, 16 Oct 2005 21:47:08 -0700
It probably is because the serialization puts the entire namespace and such
in the encoded information.
Is it possible for you to get the binaries that are running from your
webservice? You may actually need to bind to those.
"Mantorok" <none@xxxxxxxxxxxxx> wrote in message
news:dinpb0$vei$1@xxxxxxxxxxxxxxxxxxxxxx
> Bruce
>
> How do i do this? When I include references to the project that contains
> the classes it claims that the web-service is returning different types!
>
> Kev
>
> "Bruce Barker" <brubar_nospamplease_@xxxxxxxxxx> wrote in message
> news:eEL0ltB0FHA.2212@xxxxxxxxxxxxxxxxxxxxxxx
>> build your own project file for the proxy stub, and add references (or
>> include the class code) for all objects the webservice may return.
>>
>> -- bruce (sqlwork.com)
>>
>> "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: Feedback The Number of Characters Entered Into Textarea?
- Next by Date: Re: Feedback The Number of Characters Entered Into Textarea?
- Previous by thread: Re: Webservice that references other .Net libraries
- Next by thread: Re: regularexpression validator on postback
- Index(es):
Relevant Pages
|