Chilkat HOME .NET Core C# Android™ AutoIt C C# C++ Chilkat2-Python CkPython Classic ASP DataFlex Delphi ActiveX Delphi DLL Go Java Lianja Mono C# Node.js Objective-C PHP ActiveX PHP Extension Perl PowerBuilder PowerShell PureBasic Ruby SQL Server Swift 2 Swift 3,4,5... Tcl Unicode C Unicode C++ VB.NET VBScript Visual Basic 6.0 Visual FoxPro Xojo Plugin
(Perl) Belgium eHealth Platform - AddressBook - Search for ProfessionalsSee more Belgian eHealth Platform ExamplesDemonstrates how to search for professionals using the AddressBook API. For more information, see https://www.ehealth.fgov.be/ehealthplatform/nl/data/file/view/6c419e5685327eed7200d1c543c38a55d5387d30?name=AddressBook%20Consultation%20WS%20v.1%20-%20Cookbook%20v.1.11%20dd%2031082023.pdf
use chilkat(); # This example assumes the Chilkat API to have been previously unlocked. # See Global Unlock Sample for sample code. $success = 1; # Provide a certificate + private key. # Note: If your certificate + private key is located on a hardware token or smartcard, you can call a different function to load from smartcard.. $cert = chilkat::CkCert->new(); $success = $cert->LoadPfxFile("SSIN=12345678.acc.p12","p12_password"); if ($success != 1) { print $cert->lastErrorText() . "\r\n"; exit; } # Create the XML to be signed... $xmlToSign = chilkat::CkXml->new(); $xmlToSign->put_Tag("soapenv:Envelope"); $xmlToSign->AddAttribute("xmlns:soapenv","http://schemas.xmlsoap.org/soap/envelope/"); $xmlToSign->AddAttribute("xmlns:urn","urn:be:fgov:ehealth:platformintegrationconsumertest:v1"); $xmlToSign->AddAttribute("xmlns:urn1","urn:be:fgov:ehealth:platformintegrationconsumertest:types:v1"); $xmlToSign->UpdateAttrAt("soapenv:Header|wsse:Security",1,"xmlns:wsse","http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"); $xmlToSign->UpdateAttrAt("soapenv:Header|wsse:Security",1,"xmlns:wsu","http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"); $xmlToSign->UpdateAttrAt("soapenv:Header|wsse:Security|wsse:BinarySecurityToken",1,"EncodingType","http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary"); $xmlToSign->UpdateAttrAt("soapenv:Header|wsse:Security|wsse:BinarySecurityToken",1,"ValueType","http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509v3"); $xmlToSign->UpdateAttrAt("soapenv:Header|wsse:Security|wsse:BinarySecurityToken",1,"wsu:Id","X509-FC77E2C72083DA8E0F16711753508182856"); # --------------------------------------------------------------------------------------------------------------- # A note about the Id's, such as X509-FC77E2C72083DA8E0F16711753508182856, TS-FC77E2C72083DA8E0F16711753508042855, etc. # These Id's simply need to be unique within the XML document. You don't need to generate new Id's every time. # You can use the same Id's in each XML document that is submitted. The purpose of each Id is to # match the XMLDsig Reference to the element in XML being referenced. # In other words, you could use the Id's "mickey_mouse", "donald_duck", and "goofy", and it would work perfectly OK, # as long as no other XML elements also use the Id's "mickey_mouse", "donald_duck", or "goofy" # --------------------------------------------------------------------------------------------------------------- $bdCert = chilkat::CkBinData->new(); $cert->ExportCertDerBd($bdCert); $xmlToSign->UpdateChildContent("soapenv:Header|wsse:Security|wsse:BinarySecurityToken",$bdCert->getEncoded("base64")); $xmlToSign->UpdateAttrAt("soapenv:Header|wsse:Security|wsu:Timestamp",1,"wsu:Id","TS-FC77E2C72083DA8E0F16711753508042855"); $dt = chilkat::CkDateTime->new(); $dt->SetFromCurrentSystemTime(); $xmlToSign->UpdateChildContent("soapenv:Header|wsse:Security|wsu:Timestamp|wsu:Created",$dt->getAsTimestamp(0)); $dt->AddSeconds(3600); $xmlToSign->UpdateChildContent("soapenv:Header|wsse:Security|wsu:Timestamp|wsu:Expires",$dt->getAsTimestamp(0)); $dt->AddSeconds(-3600); # The body part of the SOAP request to search for professionals looks like this: # <soapenv:Body> # <urn:SearchProfessionalsRequest Id="id-FC77E2C72083DA8E0F16711753508182859" IssueInstant="2016-03-23T18:49:26.968+01:00" Offset="0" MaxElements="100"> # <urn:SSIN>74062423769</urn:SSIN> # </urn:SearchProfessionalsRequest> # </soapenv:Body> $xmlToSign->UpdateAttrAt("soapenv:Body|urn:SearchProfessionalsRequest",1,"Id","id-FC77E2C72083DA8E0F16711753508182859"); $xmlToSign->UpdateAttrAt("soapenv:Body|urn:SearchProfessionalsRequest",1,"IssueInstant",$dt->getAsTimestamp(1)); $xmlToSign->UpdateAttrAt("soapenv:Body|urn:SearchProfessionalsRequest",1,"Offset","0"); $xmlToSign->UpdateAttrAt("soapenv:Body|urn:SearchProfessionalsRequest",1,"MaxElements","100"); $xmlToSign->UpdateChildContent("soapenv:Body|urn:SearchProfessionalsRequest|urn:SSIN","12345678910"); $gen = chilkat::CkXmlDSigGen->new(); $gen->put_SigLocation("soapenv:Envelope|soapenv:Header|wsse:Security|wsse:BinarySecurityToken"); $gen->put_SigLocationMod(1); $gen->put_SigId("SIG-FC77E2C72083DA8E0F16711753508252860"); $gen->put_SigNamespacePrefix("ds"); $gen->put_SigNamespaceUri("http://www.w3.org/2000/09/xmldsig#"); $gen->put_SignedInfoPrefixList("soapenv urn urn1"); $gen->put_IncNamespacePrefix("ec"); $gen->put_IncNamespaceUri("http://www.w3.org/2001/10/xml-exc-c14n#"); $gen->put_SignedInfoCanonAlg("EXCL_C14N"); $gen->put_SignedInfoDigestMethod("sha256"); # Set the KeyInfoId before adding references.. $gen->put_KeyInfoId("KI-FC77E2C72083DA8E0F16711753508182857"); # -------- Reference 1 -------- $gen->AddSameDocRef("TS-FC77E2C72083DA8E0F16711753508042855","sha256","EXCL_C14N","wsse soapenv urn urn1",""); # -------- Reference 2 -------- $gen->AddSameDocRef("id-FC77E2C72083DA8E0F16711753508182859","sha256","EXCL_C14N","urn urn1",""); # -------- Reference 3 -------- $gen->AddSameDocRef("X509-FC77E2C72083DA8E0F16711753508182856","sha256","EXCL_C14N","_EMPTY_",""); $gen->SetX509Cert($cert,1); $gen->put_KeyInfoType("Custom"); # Create the custom KeyInfo XML.. $xmlCustomKeyInfo = chilkat::CkXml->new(); $xmlCustomKeyInfo->put_Tag("wsse:SecurityTokenReference"); $xmlCustomKeyInfo->AddAttribute("wsu:Id","STR-FC77E2C72083DA8E0F16711753508182858"); $xmlCustomKeyInfo->UpdateAttrAt("wsse:Reference",1,"URI","#X509-FC77E2C72083DA8E0F16711753508182856"); $xmlCustomKeyInfo->UpdateAttrAt("wsse:Reference",1,"ValueType","http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509v3"); $xmlCustomKeyInfo->put_EmitXmlDecl(0); $gen->put_CustomKeyInfoXml($xmlCustomKeyInfo->getXml()); # Load XML to be signed... $sbXml = chilkat::CkStringBuilder->new(); $xmlToSign->GetXmlSb($sbXml); $gen->put_Behaviors("IndentedSignature"); # Sign the XML... $success = $gen->CreateXmlDSigSb($sbXml); if ($success != 1) { print $gen->lastErrorText() . "\r\n"; exit; } # ----------------------------------------------- # Send the signed XML... $http = chilkat::CkHttp->new(); $success = $http->SetSslClientCert($cert); if ($success != 1) { print $http->lastErrorText() . "\r\n"; exit; } $http->SetRequestHeader("Content-Type","text/xml"); $http->SetRequestHeader("SOAPAction","urn:be:fgov:ehealth:addressbook:protocol:v1:searchProfessionals"); # resp is a HttpResponse $resp = $http->PostXml("https://services.ehealth.fgov.be/AddressBook/v1",$sbXml->getAsString(),"utf-8"); if ($http->get_LastMethodSuccess() == 0) { print $http->lastErrorText() . "\r\n"; exit; } print $resp->bodyStr() . "\r\n"; print "response status code = " . $resp->get_StatusCode() . "\r\n"; |
© 2000-2024 Chilkat Software, Inc. All Rights Reserved.