I need to call an existing Web Service in al Custom Action method when the
Application is Unistalled.
I have my Custom Action Method where i have a reference to my webservice
like this
*using CheckPID.WCFReference;*

* [CustomAction]
        public static ActionResult CheckPID(Session session)
        {
            WebServiceClient webServiceBitClient = new WebServiceClient();
            return ActionResult.Success;
        }
*
It through an error in txt file
*MainEngineThread is returning 1603*

How must I make a web Service call?
thanks



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Call-Web-Service-in-CustomAction-method-tp7593295.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to