axiom
axiom copied to clipboard
NPE on SOAP request
POST'ing to http://axiomsso.herokuapp.com/services/samlIdp causes NPE:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:axiom.soap"> soapenv:Header/ soapenv:Body urn:generateSamlResponse urn:axiomSamlRequest urn:samlVersion_2_0/urn:samlVersion urn:issuerhttp://www.someissuer.com//urn:issuer urn:recipienthttps://saml.salesforce.com/urn:recipient urn:[email protected]/urn:userId urn:samlUserIdLocationSUBJECT/urn:samlUserIdLocation urn:attributeNameusername/urn:attributeName urn:attributeUrihttps://www.someattr.com/urn:attributeUri urn:base64EncodeResponsefalse/urn:base64EncodeResponse /urn:axiomSamlRequest /urn:generateSamlResponse /soapenv:Body /soapenv:Envelope
soapenv:Envelope
soapenv:Body
soapenv:Fault
cc: @anandbn
I am getting same issue, Is there any workaround on this issue to get SAML response from SOAP request?