Re: Calling a method on a webservice
- From: "Scott Holman" <sholman@xxxxxxxxxx>
- Date: Fri, 30 Mar 2007 09:06:56 -0400
As john pointed out the classes are not the same. If your using WCF it is
fairly easy to modify the generated proxy code and replace class
implementations. If you are using pre .net3.0 web services you may be able
to do something similar.
You need to modify the generated client proxy class and replace the
generated LogService.Window class with House.Window. You need to make sure
that your implementation of House.Window is decorated with the same
attributes as the class in the generated client proxy. After applying the
same attributes you then need to modify the generated client proxy class to
use House.Window instead of LogService.Window.
Scott
.
- Follow-Ups:
- Re: Calling a method on a webservice
- From: John Saunders
- Re: Calling a method on a webservice
- References:
- Calling a method on a webservice
- From: bjornms
- Re: Calling a method on a webservice
- From: John Saunders
- Re: Calling a method on a webservice
- From: bjornms
- Calling a method on a webservice
- Prev by Date: Re: HTML-page clicked in Google don't get me to the website
- Next by Date: Re: HTML-page clicked in Google don't get me to the website
- Previous by thread: Re: Calling a method on a webservice
- Next by thread: Re: Calling a method on a webservice
- Index(es):
Relevant Pages
|
|