Yes I have
But this doesn't package up the web reference for the web service.
I followed the advice here:
http://www.dnncreative.com/Forum/ta...fault.aspx and dragged the web reference from App_WebReferences folder to App_code\MyModule1 folder ... then i packaged the dnn module.
However when I installed it on my portal, I got a data access error trying to call the web service.
I can't be the first person that has wanted to use a web service in a module rather than writing the necessary SQL stored procedures?
My problem is that I cannot get access to the database to create the necessary SQL, so I have to rely on the web service.