On 12/18/13 12:51, Alex wrote:
> This is the body of the request
> ```
> {"GetX509Request": {"C": "Moldova", "emailAddress":
> "[email protected]", "CN": "Alex", "OU": "Test dept", "O": "Dekart"}}
> ```


The request is wrong, missing the names argument. Correct request is:

{"GetX509Request": { "names": {"C": "Moldova", "emailAddress":
"[email protected]", "CN": "Alex", "OU": "Test dept", "O": "Dekart"}}}

Best,
Burak
_______________________________________________
Soap mailing list
[email protected]
https://mail.python.org/mailman/listinfo/soap

Reply via email to