soap icon indicating copy to clipboard operation
soap copied to clipboard

Make it easy to use SOAP from Erlang

Results 32 soap issues
Sort by recently updated
recently updated
newest added

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...

Hello! I'm trying to use `wsdl2erlang` with complex wsdl from [here](https://support.travelport.com/webhelp/uapi/Content/Resources/uAPI_WSDLschema_Release-V17.2.0.67.zip)(file air_v41_0/Air.wsdl), and I got this ``` soap:wsdl2erlang("air_v41_0/Air.wsdl"). What must be generated? 1: client 2: server 3: both Select a...

support for https would be a huge improvement. Inets has support for it, but you have to pass it as an option.

Hello, just found soap generates multiple equals functions (the only difference is specs) from WSDL with the same overloaded RPC calls. This ends up with errors during compilation like: ```...

While trying to generate erlang modules from wsdl faced with the following scenario: ``` ``` ``` 2> soap:wsdl2erlang("false.wsdl"). What must be generated? 1: client 2: server 3: both Select a...

exception error: undefined function erlsom:scan/3 in function soap_parse_wsdl:get_services/3 (src/soap_parse_wsdl.erl, line 104) in call from soap:wsdl2erlang/2 (src/soap.erl, line 305)

When using `soap:wsdl2erlang(...).` on [http://demo-hotelws.touricoholidays.com/HotelFlow.svc?wsdl](http://demo-hotelws.touricoholidays.com/HotelFlow.svc?wsdl), I get the following. ``` ** exception error: no function clause matching soap_parse_wsdl:'-services/1-lc$^0/1-0-'(undefined) (src/soap_parse_wsdl.erl, line 116) in function soap_parse_wsdl:get_services/3 (src/soap_parse_wsdl.erl, line 107) in call from...

In order to compose several service requests I need to include some *.hrl files generated with soap:wsdl2erlang/1. The problem is that including them in the same module leads to compile...

[Hex.pm](https://hex.pm) is the package manager for the Erlang ecosystem. Uploading to Hex.pm would allow people to more easily discover this project. https://hex.pm/packages?search=soap Use [Rebar3](http://www.rebar3.org/) to publish. See publishing guide on...