We need to connect to a web service to submit a transaction. The part we are unsure about is the client has requested that we provide them withan x509 public certificate. "The client must install OurCompanies public x509 certificate on the server that will be communicating with our service."
Normally, we would use code something like this:
oProxy = CREATEOBJECT("MSSOAP.SoapClient")
oProxy.MSSoapInit("
lcXML = oProxy.DoSomeMethod()
Does the use of a certificate impact our VFP program or is this handled by the web server (i.e tranparent to our application)?
Normally, we would use code something like this:
oProxy = CREATEOBJECT("MSSOAP.SoapClient")
oProxy.MSSoapInit("
lcXML = oProxy.DoSomeMethod()
Does the use of a certificate impact our VFP program or is this handled by the web server (i.e tranparent to our application)?