Skip to content

Instantly share code, notes, and snippets.

@YannRobert
Last active January 4, 2016 21:59
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 YannRobert/8684786 to your computer and use it in GitHub Desktop.
Save YannRobert/8684786 to your computer and use it in GitHub Desktop.
Minimal SEPAmail SOAP request (SOAP 1.2 with sample content)
<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Header/><env:Body><ns3:sendMissive xmlns:ns3="http://xsd.sepamail.eu/1206/wsdl"><in>aGVsbG8=</in></ns3:sendMissive></env:Body></env:Envelope>
<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Header/><env:Body><ns3:sendMissiveResponse xmlns:ns3="http://xsd.sepamail.eu/1206/wsdl"><out/></ns3:sendMissiveResponse></env:Body></env:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment