Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BrightSoul/4a258725c8a0e3b580ed0ba7cf20c2cc to your computer and use it in GitHub Desktop.
Save BrightSoul/4a258725c8a0e3b580ed0ba7cf20c2cc to your computer and use it in GitHub Desktop.
Richiesta SOAP di esempio per il Portale delle Vendite
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"><SOAP-ENV:Header><wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"><wsse:BinarySecurityToken EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary" ValueType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509v3" wsu:Id="X509-1D4DE99C963ABBE5D615264544641605">...OMISSIS...</wsse:BinarySecurityToken><ds:Signature Id="SIG-1D4DE99C963ABBE5D615264544641688" xmlns:ds="http://www.w3.org/2000/09/xmldsig#"><ds:SignedInfo><ds:CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"><ec:InclusiveNamespaces PrefixList="SOAP-ENV wsu" xmlns:ec="http://www.w3.org/2001/10/xml-exc-c14n#"/></ds:CanonicalizationMethod><ds:SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1"/><ds:Reference URI="#pfx294a4da8-cb8f-ba4a-e3df-80e6701ab0bc"><ds:Transforms><ds:Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"><ec:InclusiveNamespaces PrefixList="" xmlns:ec="http://www.w3.org/2001/10/xml-exc-c14n#"/></ds:Transform></ds:Transforms><ds:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"/><ds:DigestValue>...OMISSIS...</ds:DigestValue></ds:Reference></ds:SignedInfo><ds:SignatureValue>...OMISSIS...</ds:SignatureValue><ds:KeyInfo Id="KI-1D4DE99C963ABBE5D615264544641606"><wsse:SecurityTokenReference wsu:Id="STR-1D4DE99C963ABBE5D615264544641607" wsse:TokenType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509v3"><wsse:Reference URI="#X509-1D4DE99C963ABBE5D615264544641605" ValueType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509v3"/></wsse:SecurityTokenReference></ds:KeyInfo></ds:Signature></wsse:Security></SOAP-ENV:Header><SOAP-ENV:Body wsu:Id="pfx294a4da8-cb8f-ba4a-e3df-80e6701ab0bc" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><reportPubblicazioneInserzione messageId="b2608080-fff-0000-9498-005056b12a11" xmlns="http://www.giustizia.it/pvp/integration/portaleVenditaWS/siti/service/definitions/ReportPubblicazioneInserzioneXMLSchema"><idEsperimentoVendita>11111</idEsperimentoVendita><dataPubblicazione>2018-05-15</dataPubblicazione><urlInserzione>https://www.example.com/</urlInserzione></reportPubblicazioneInserzione></SOAP-ENV:Body></SOAP-ENV:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment