soap icon indicating copy to clipboard operation
soap copied to clipboard

WSDL with XSD could not parse but RAM is increased to 50GB in just 3 mins.

Open murtza opened this issue 7 years ago • 1 comments

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

murtza avatar Dec 15 '17 10:12 murtza

i comment out following lines in soap_compile_wsdl.erl and now i am able to generate .hrl file.

% case Generate_test_client of
%   false -> ok;
%   true ->
%      soap_test_module:from_interface(Interface4, Client, Client ++ "_test",
%                                      hrl_file_name(Module), Options)
% end,

murtza avatar Dec 15 '17 12:12 murtza