detergent
detergent copied to clipboard
An emulsifying Erlang SOAP library
Hi, i want to use the call/4 method that involves sending header along with the request. i could not find tests for calll/4 mothod. There is only one test qtest()...
This allows one to override any [http_option()](http://erlang.org/doc/man/httpc.html#request-4), like setting a custom timeout or specifying ssl options.
Please? Thanks!
When i launch the example request or this one : http://www.webservicex.net/New/Home/ServiceDetail/42 I get this answer from the service : {:ok, :undefined, :indefined} Am I missing something? here is my code:...
I just get this, I'm not really sure where to go with it. Here's the asmx: https://gist.github.com/aaronjensen/02bd08019b8eff1dafa2 And the error: ``` ** (MatchError) no match of right hand side value:...
89> detergent:initModel("http://pastebin.com/raw.php?i=B09KWTsS"). Ns:"http://schemas.xmlsoap.org/soap/encoding/" Loc:undefined --> *\* exception throw: {'EXIT',{{badmatch,{error,enoent}}, [{detergent,get_url_file,1, [{file,"detergent.erl"},{line,441}]}, {detergent,'-find_file_fun/1-fun-0-',4, [{file,"detergent.erl"},{line,424}]}, {detergent,addSchemas,6,[{file,"detergent.erl"},{line,401}]}, {detergent,parseWsdls,5,[{file,"detergent.erl"},{line,363}]}, {detergent,initModel2,5, [{file,"detergent.erl"},{line,337}]}]}} in function detergent:get_url_file/1 (detergent.erl, line 441) in call from detergent:'-find_file_fun/1-fun-0-'/4 (detergent.erl, line 424)...
When running detergent:qtest(). you get a reply saying that the site has moved. I tried to update the qtest function with the new location but could not get it to...
Apologies in advance for a really vague bug report. I have a WSDL document with many namespaces. Namespace info is parsed, but all namespaces are assigned both prefixes `P` and...