RE: SoapExtension execution on clientside
- From: "Hans" <Hans@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 29 Jun 2005 01:00:02 -0700
Hi
Okay, I understand why i dont get any replays... RTFM...
So I now created a SoapExtensionReflector and a SoapExtensionImporter class
so the proxy can get hold of the info when its created.
When I brows to the webservice it show up nice but when I want the WSDL I
only got a Server Internal Error 500.
Is there any good examples on how to do this (I cant find any...)?
TIA
BR
Hans
"Hans" wrote:
> 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
- References:
- SoapExtension execution on clientside
- From: Hans
- SoapExtension execution on clientside
- Prev by Date: RE: Server 2003 SP1/IIS 6.0 Installation Problem
- Next by Date: Re: Web Services as Data Access Layer ? (Your thoughts please)
- Previous by thread: SoapExtension execution on clientside
- Next by thread: RE: SoapExtension execution on clientside
- Index(es):
Relevant Pages
|