I want to create a WCF service that is called when the MS Access Form button is clicked.
You can use WCF services through MS Access, but not through standard WCF mechanisms. You will need to use the service through GET requests, POST requests, or SOAP requests.
One way to do this for access-based SOAP requests is to use the SOAP toolkit: http://msdn.microsoft.com/en-us/library/aa140260%28office.10%29.aspx
, GET, POST SOAP, XMLHTTP ( SOAP-, SOAP- XML): http://www.codemaker.co.uk/it/tips/ado_conn.htm ( XMLHTTP)
WCF :
WebHttpBinding. GET POST . . http://www.windowsitpro.com/article/net-framework2/exposing-classic-http-endpoints-with-wcf-in-net-3-5.aspx.
BasicHttpBinding, SOAP ( WCF , Visual Studio). , , , XML WSDL, 1 (. http://msdn.microsoft.com/en-us/library/system.servicemodel.xmlserializerformatattribute.aspx).
, : WCF BasicHttpBinding XmlSerializerFormatAttribute, ( ) , asmx.
WCF MS Access.
WCF, -, HTTP.
, -, WCF.
- MS Access.