SoapExtension execution on clientside
- From: "Hans" <Hans@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 28 Jun 2005 05:57:02 -0700
Hi,
I have created an extension that only runs on the serverside and not on both
the client and the server side.
I have to in the BeforeDeSerialize fix my dateTime so the deserialisation
dosent destroy my time when using timezone.
I do this by modifying the timezone info inthe XML stream befor
deserialization.
I executing my webservice from a windows app.
But I cant get it to run on the clientside.
I added the folowing to my web.config
<webServices>
<soapExtensionTypes>
<add type="ClassLibrary1.MyExtension,ClassLibrary1"
priority="1"
group="0" />
</soapExtensionTypes>
</webServices>
I added the class(MyExtension) as a reference on the client.
My reference.cs on the client side does not include any information on my
"MyExtension" class. Should it? How to get the proxy generator to discover
the extension?
The extension works well on the serverside.
TIA for any help
Br
Hans
.
- Follow-Ups:
- RE: SoapExtension execution on clientside
- From: Hans
- RE: SoapExtension execution on clientside
- Prev by Date: Re: Error on inet call
- Next by Date: Web Services as Data Access Layer ? (Your thoughts please)
- Previous by thread: Error on inet call
- Next by thread: RE: SoapExtension execution on clientside
- Index(es):
Relevant Pages
|