Hi all,<br><br>I'm new to Erlang and trying to learn. I have the following notes/questions:<br><br>1) I didn't find any reference to http_uri module in erlang refernse documentation. I had to look into source code to understand what this module does. I found it while looking at erlsom source code. Just wanted to highlight this for the next release of the documentation :)
<br><br>2) I'm trying to use yaws_soap_lib for calling some web service. when I call yaws_soap_lib:initModel(Url), I get the following error:<br><br> exited: {{badmatch,<br>                {error,<br>                    [{exception,
<br>                         {error,<br>                             "Unexpected attribute (not namespace qualified): nillable"}},<br><br>I deleted all occurances of nillable="true" from the WSDL file and tried again and still get the following error:
<br><br>** exited: {{badmatch,<br>                [{'wsdl:tTypes',<br>                     [],<br>                     undefined,<br>                     [{schemaType,<br>                          [],<br>                          "
<a href="http://util.java/xsd">http://util.java/xsd</a>" ....<br><br>Also, I tried the test function is yaws_soap_lib:qtest() and it failed. Any help/explenation is appreciated. <br><br>Best regards,<br><br>Ahmed Al-Issaei
<br><br><br>