Skip to content

Instantly share code, notes, and snippets.

@jackinf
Created December 29, 2015 09:10
Show Gist options
  • Save jackinf/c71edebc4a67b9f9dc79 to your computer and use it in GitHub Desktop.
Save jackinf/c71edebc4a67b9f9dc79 to your computer and use it in GitHub Desktop.
SK.ee allkirjastamise probleem
<soapenv:Envelope xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:dig=\"http://www.sk.ee/DigiDocService/DigiDocService_2_3.wsdl\">
<soapenv:Header />
<soapenv:Body>
<dig:FinalizeSignature soapenv:encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\">
<Sesscode>501003689</Sesscode>
<SignatureId>S0</SignatureId>
<SignatureValue>C3024FDEAE6CFE5B6FCF33F171D53CCD5E7248A4F4DA93BA9DD2E1BD02AB6801431B5D3CED5E3ABC516A2FC17ECA1439E060E5066002DD2E0DE96B3FE0C74DB206946740C09A2C56A1B0E290C78209F33D3E3C0571FC277E81349FF450C2D622766BC0F5D1E2DB62B3D95B30E1EDA4B0D659229B98568F84A1AC13EF10AFB53D1AF759EB97F9A43C208814DE7D0F2AA20B303FA13F92B5A9629A4E975D8C257B92269E43F6FC9286598ACB877FAE1BDBD63D7CDD6A43BF481AC901AAD133633E0E0DCC218FE2C87FCC59256B879ABECC5AFDE54F3D78652901C220044A51CE8D68F1E30C04232C887F058C65C61853EB621B7BDB2F2FF9F39157CAC5BD0EE84D</SignatureValue>
</dig:FinalizeSignature>
</soapenv:Body>
</soapenv:Envelope>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:dig="http://www.sk.ee/DigiDocService/DigiDocService_2_3.wsdl" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Header/>
<SOAP-ENV:Body SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Fault>
<faultcode>SOAP-ENV:Client</faultcode>
<faultstring>200</faultstring>
<detail>
<message>Service internal error</message>
</detail>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment