page 1 of 1
Comments: 2 | Views: 1300
qwert231
qwert231
M Kenyon

Our team is making heavy use of a custom, serializable class, that is shared by both the server and client sides of our solution. There is a web service bridging the gap.

When we make a change to the web service, the client side web reference needs to be manuall tweaked to use our full namespace, otherwise we get compile errors down the line.

I was looking at this article:
http://www.microsoft.com/belux/msdn/nl/community/columns/jdruyts/wsproxy.mspx

which states that we can customize the web service proxy generation by creating a Schema Importer Extension. But they suggest putting it in the GAC or in the development environment's PrivateAssemblies directory and config file.

I was wondering if there was a way we could simply add a file, attribute to the assembly in question, that would easily be consumed into our teams app.

Thoughts? Ideas? Suggestions?

JohnnyAwesome
JohnnyAwesome
Eggshell with Romalian type. What do you think?
qwert231 wrote:


When we make a change to the web service, the client side web reference needs to be manuall tweaked to use our full namespace, otherwise we get compile errors down the line.



I presume the front-side is eating your webservice after being registered into the ScriptManager or another way?
page 1 of 1
Comments: 2 | Views: 1300
Microsoft Communities