Shib IDP/ECP and input error
Cantor, Scott
cantor.2 at osu.edu
Mon Apr 27 16:28:51 EDT 2015
On 4/27/15, 3:10 PM, "Edwards, Wendy A" <wedwards at illinois.edu> wrote:
>FWIW, I updated the line in the simple testecp.sh script to include the
>header and still got the same SOAP error.
>
>This is how I changed it.
>resp="`curl -k -s -H 'Content-Type: application/soap+xml; charset=utf-8'
>-d \"$envelope\" -u \"${userid}\" \"${ecpurl}\" `"
Whatever is breaking this is apparently looking for "soap/application+xml", and all of this is just wrong. The binding would dictate text/xml because that's what SOAP 1.1 used anyway, and I don't think we intentionally meant to require any of that.
So it's a bug, I just haven't tracked it down yet.
-- Scott
More information about the dev
mailing list