SoapExtension execution on clientside

Tech-Archive recommends: Fix windows errors by optimizing your registry



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

.



Relevant Pages

  • Re: Sending an alert message to logon user in Web Application
    ... As for your question on let the online user in the web application notify ... mode in which the client has no persistent connection with the serverside. ... So if we need to store the message info at the serverside. ... Here is the related reference on DHTML webservice in MSDN: ...
    (microsoft.public.dotnet.framework.aspnet)
  • RE: Strange exeption when connecting to WebService
    ... when calling webservice. ... Permission issue, the process acount haven't read/write permission to ... serverside issue.(If both the client side and serverside are based on ... Also, as for clientside, the identity of the client app will also need to ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: test for existence of file
    ... client side, you cannot. ... You can use this code on the serverside either with a webapplication or with ... a webservice application. ...
    (microsoft.public.dotnet.framework)
  • Re: test for existence of file
    ... client side, you cannot. ... You can use this code on the serverside either with a webapplication or with ... a webservice application. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: test for existence of file
    ... client side, you cannot. ... You can use this code on the serverside either with a webapplication or with ... a webservice application. ...
    (microsoft.public.dotnet.languages.vb)