soap
soap copied to clipboard
Make it easy to use SOAP from Erlang
soap_fault module fails on parsing xml that looks like this ``` soap:Server Some description goes here something something else ``` The stacktrace looks like: ``` "stacktrace" : [ "{soap_fault,parse_fault_1_1, [{startElement,[],\"tag1\",[],[]},...
The main motivation of this pullrequest is as following: If one is using cowboy middleware for example to do the logging of the http body - then the body will...
* Tested against cowboy 2.1
soap_parsers.erl:319: syntax error before: '{'
I have some WSDLs that pull in services from other WSDLs using imports. When I try running `soap:wsdl2erlang` on the files, it errors out with: ``` ** exception error: no...
Hi, I use the library to consume SOAP service and when error 500 occurres, the XML returns as string, like following: ``` {:error, {:client, {:parsing_message, 500, [{'connection', 'close'}, {'date', 'Mon,...
I am not able to call soap:wsdl2erlang function. ``` -> soap:wsdl2erlang("http://www.webservicex.net/CurrencyConvertor.asmx?WSDL"). ** exception error: undefined function soap:wsdl2erlang/1 -> code:get_path(). ["deps/yamerl/ebin","deps/unicode_util_compat/ebin", "deps/ssl_verify_fun/ebin","deps/soap/ebin", "deps/ranch/ebin","deps/poolboy/ebin","deps/mimerl/ebin", "deps/metrics/ebin","deps/idna/ebin","deps/hackney/ebin", "deps/erlsom/ebin","deps/detergent/ebin","deps/cowlib/ebin", "deps/cowboy/ebin","deps/certifi/ebin",".", "/usr/local/Cellar/erlang/20.2.2/lib/erlang/lib/kernel-5.4.1/ebin", "/usr/local/Cellar/erlang/20.2.2/lib/erlang/lib/stdlib-3.4.3/ebin", "/usr/local/Cellar/erlang/20.2.2/lib/erlang/lib/xmerl-1.3.16/ebin", "/usr/local/Cellar/erlang/20.2.2/lib/erlang/lib/wx-1.8.3/ebin", "/usr/local/Cellar/erlang/20.2.2/lib/erlang/lib/tools-2.11.1/ebin",...
WSDL with XSD could not parse but RAM is increased to 50GB in just 3 mins. i get no error messages at all. `soap:wsdl2erlang` stuck at `==> Generated file apiCustomer_1_client.erl`
WSDL -
Hi, while trying to go with the procedure, I get an error while calling soap:wsdl2erlang("") __________________________________________________ . . . Which http client must be used? 1: ibrowse 2: inets Select...