fbordina / pwm

Automatically exported from code.google.com/p/pwm
0 stars 0 forks source link

Web service configuration issue #402

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. In the backend go the Change Password module
2. Edit the "Post Password Change Actions" by adding web service configuration
3. Set Method to "Post", header to "Content-Type: text/xml", a url and paste 
some XML (i.e. a XMLRPC call) inside the body:

<?xml version="1.0" encoding="iso-8859-1" ?>
<methodCall>
<methodName>system.myCall</methodName>
<params>
    <param>
        <value>
            <string>@LDAP:cn@</string>
        </value>
    </param>
    <param>
        <value>
            <string>test</string>
        </value>
    </param>
</params>
</methodCall>

4. Save the configuration

What is the expected output? What do you see instead?
I would expect that my web service configuration would be saved. Instead only 
the method and header is saved: the body is missing.

What version of PWM are you using?
Daily build (PWM v1.7.0 b1217 (RC2))

Original issue reported on code.google.com by sebastia...@gmail.com on 3 Jun 2013 at 7:30

GoogleCodeExporter commented 9 years ago
Fixed in revision 571.

Original comment by jrivard on 5 Jun 2013 at 7:51