bet365 / soap

Make it easy to use SOAP from Erlang
Apache License 2.0
200 stars 74 forks source link

Soap Server Protocol for Cowboy 2 #27

Open ghost opened 7 years ago

ghost commented 7 years ago

Hi,

I'm using your library for exposing a couple of soap services over Cowboy 2. I noticed that your protocol was out of date with regards to the upgrade method signature provided by Cowboy as well as with the change from cowboy_req:body to cowboy_req:read_body. I've made a change on my forked repo which seems to work perfectly, I was just wondering if you accept pull requests and what you require before you do.

Regards, Paolo