When you say "project name", don't you really mean "Namespace"?
You can use XSD.EXE or WSDL.EXE to generate a completely self-contained
webservice proxy class.
Peter

Signature
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com
> I have a class that references/consumes a webservice, and I would like to
> split that class into a base class to be used as a based for classes in each
[quoted text clipped - 17 lines]
> cheers,
> Paul Ritchie.
Paul - 28 Aug 2006 12:09 GMT
Thanks for your response Peter.
Well I had used a namespace that is different to the project name however
when I added the reference to the web service I seemed to need to prefix the
reference in the using clause with the project name rather than the
namespace. I was confused by this behaviour for sure.
Thanks for the pointers on WSDL.EXE - that sounds like something that will
help. I will then Link that generated proxy class into both projects
alongside the base class I assume - looking forward to the experimenting
anyway.
Thanks again Peter, much appreciated.
cheers,
Paul.
> When you say "project name", don't you really mean "Namespace"?
>
[quoted text clipped - 27 lines]
>> cheers,
>> Paul Ritchie.