soap
soap copied to clipboard
Make it easy to use SOAP from Erlang
I keep getting: ** exception error: undefined function soap_compile_wsdl:get_services/2 in function soap:wsdl2erlang/2 (soap.erl, line 305) While running "soap:wsdl2erlang". OTP_version: 23.0.4 Running on mac OSX - Mojave 10.14.6
When running `soap:erlang2wsdl("store.hrl", "store", "http://localhost:8080")` in the examples provided for generating an WSDL from Erlang specifications, i get this error: `** exception throw: {error,"Wrong Type in attribute type, expected qname,...
Despite being asked for to the user, the namespace mappings are not used to derive records' and types' names -- they all get the erlsom's default value of 'P'. For...
I don't know if it's a bug or not. But here is my solution to my HTTPS soap url.
I'm trying to generate a client using wsdl2erlang, and I'm seeing the following error "Namespace not found". Any ideas what could be wrong here? The namespace in question is without...
When parsing the attached file [api.wsdl.txt](https://github.com/bet365/soap/files/2245295/api.wsdl.txt) (remove .txt before testing. github doesn't accept a .wsdl file) I get: ``` Erlang/OTP 20 [erts-9.2] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]...
I am trying to access the soap exposed functions through the ibrowse client on a soap_server using cowboy_v2 but getting an error (see [error.txt](https://github.com/bet365/soap/files/2174833/error.txt)) but when I use the mochiweb...
Select a prefix for URI https://example.com./service.wsdl 1: No prefix 2: P0 3: Specify a custom prefix Select a number: 2 ** exception error: no case clause matching false in function...
Fixes #20, I hope.