Closed hez closed 6 years ago
1> soap:module_info().
[{module,soap},
{exports,[{start_server,1},
{start_server,2},
{stop_server,1},
{stop_server,2},
{wsdl2erlang,1},
{wsdl2erlang,2},
{make_test_client,1},
{make_test_client,2},
{erlang2wsdl,3},
{erlang2wsdl,4},
{module_info,0},
{module_info,1}]},
{attributes,[{vsn,[11962026284594305536759180121327666657]}]},
{compile,[{options,[debug_info,{i,"include"}]},
{version,"7.1.4"},
{source,"/Users/.../soap/src/soap.erl"}]},
{native,false},
{md5,<<8,255,205,110,33,90,34,170,34,45,149,48,116,70,5,
225>>}]
I think I eventually figured it out, needed to add erlsom to the load path
worked when run with: erl -pa ebin deps/erlsom/ebin/
Using the example hrl file from documentation