M
mike
recently, i came across this problem of sharing dto objects across
multiple web services. i have a handful of dto objects that are shared
across multiple web services.
visual studio .net 2003 good environment with some quirks that cannot
be ignored.
read this article on "Sharing Types (At Your Service)" ... only if
VS.NET 2K3 was at my service ;-) ...
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnservice/html/service07162002.asp
is there a better way to share dto object across web services (hosted
on the same web server in the same project/solution) rather than
tweaking generated wsdl files.
some say (in this newsgroup) that it is ok to tweak wsdl files ... i
would differ on that ... especially when developing multiple web
services with handful of dto object constantly changing during
development and bug fix cycles ... this has added frustration (and
stress) since i am tweaking it every time.
any ideas? ... other than writing wsdl by hand ... now that's another
headache i don't really need.
any help appreciated!
thanks,
mike
// index keyword: XQZXQZXZQ sharing types across web services
multiple web services. i have a handful of dto objects that are shared
across multiple web services.
visual studio .net 2003 good environment with some quirks that cannot
be ignored.
read this article on "Sharing Types (At Your Service)" ... only if
VS.NET 2K3 was at my service ;-) ...
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnservice/html/service07162002.asp
is there a better way to share dto object across web services (hosted
on the same web server in the same project/solution) rather than
tweaking generated wsdl files.
some say (in this newsgroup) that it is ok to tweak wsdl files ... i
would differ on that ... especially when developing multiple web
services with handful of dto object constantly changing during
development and bug fix cycles ... this has added frustration (and
stress) since i am tweaking it every time.
any ideas? ... other than writing wsdl by hand ... now that's another
headache i don't really need.
any help appreciated!
thanks,
mike
// index keyword: XQZXQZXZQ sharing types across web services