Oleg

Results 9 comments of Oleg

Thanks for the reply. This is bad news, because i can't change a server side code. How can i say erlsom to accept the existent wrong format of detail element?

If i'll replace here: ``` Fault reporting structure ``` the line: ``` ``` with: ``` ``` Will erlsom parse both correct and incorrect result?

The results of my experiment: with: ``` ``` i get: ``` {'soap:Fault',[], {qname,"http://schemas.xmlsoap.org/soap/envelope/","Server", "SOAP-ENV","soap"}, "error_request",undefined,undefined}} ``` with: ``` ``` i get: ``` {'soap:Fault',[], {qname,"http://schemas.xmlsoap.org/soap/envelope/","Server", "SOAP-ENV","soap"}, "error_request",undefined,"Invalid login/pass"}} ``` So, it...

So, with: ``` ``` and with mixed="true" i get: ``` {ok,{'soap:Fault',[], {qname,"http://schemas.xmlsoap.org/soap/envelope/","Server", "SOAP-ENV","soap"}, "error_auth",undefined, {'soap:detail',[],["Client not authorized"]}}} ``` and with: ``` ``` and without mixed="true" i get: ``` {ok,{'soap:Fault',[], {qname,"http://schemas.xmlsoap.org/soap/envelope/","Server",...

The same problem - can't find x3310fw_0_3_4_0_9445.hdr .

@acooks, why don't you want to include x3310fw_0_3_3_0_9374.hdr in release branch?

Hi. I've got x3310fw_0_3_4_0_9445.hdr :-) [x3310fw_0_3_4_0_9445.hdr.gz](https://github.com/acooks/tn40xx-driver/files/2982468/x3310fw_0_3_4_0_9445.hdr.gz)

Please, add this file into git.

But how about blocking a signal that we want to catch in another threads?