Peter Cai

Results 63 comments of Peter Cai

looks like dupe of #61 and i cant repro in main, please reopen with another wsdl if this still persists

thanks can you include a test that actually processes a WSDL like this?

some tips to develop/debug that I picked up but thought were non-obvious: to install dependencies and start a repl in the bundled environment: ```ruby bundle install bundle exec irb ```...

I made a PR to skip the tests for now so that the suite is still green, I linked to the commit above. If you undo that patch those tests...

I’d be more than happy to completely remove digest auth support entirely. I initially wrote this issue as conservatively as possible but without rigorously evaluating whether that was the best...

thanks - can you add a test with an example WSDL? its unclear what issue this is attempting to address

Thanks. Can you provide an example wsdl (or the relevant part of it)? Or can you record the calls in both versions (enable http logging) and post the output from...

I suspect its an issue with wasabi. mind checking if this fixes the issue? `gem "wasabi", github: "savonrb/wasabi", ref: "d4984c7a"`