Вопрос

Why wash_out (0.9.0) don't work with :wsse_auth_callback in parameters?

I used this initialization code:

soap_service :namespace => 'urn:SoapService', wsse_auth_callback: ->(username, password){
    ...
}

And I got this error:

The following keys are not allows: [:wsse_auth_callback] Did you intend for one of the following? [:parser, :namespace, :wsdl_style, :snakecase_input, :camelize_wsdl, :catch_xml_errors, :wsse_username, :wsse_password]

Это было полезно?

Решение

It's currently only available to the version from git master. We didn't release any public versions with this new feature yet.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top