<div>Hi,</div>
<div> </div>
<div>I put some answers in between your questions.</div>
<div> </div>
<div>Good luck,</div>
<div>Willem<br><br> </div>
<div><span class="gmail_quote">On 7/17/07, <b class="gmail_sendername">Ahmed Ali</b> <<a href="mailto:ahmed.nawras@gmail.com">ahmed.nawras@gmail.com</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">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"}},</blockquote>
<div> </div>
<div>Hm, I'll have to include support for "nillable" in erlsom. I have to confess that I was not aware of this limitation. It shouldn't be too add, I'll try to put it into a new release in the near future.
</div><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">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 onclick="return top.js.OpenExtLink(window,event,this)" href="http://util.java/xsd" target="_blank">http://util.java/xsd</a>" ....</blockquote>
<div> </div>
<div>I looked at the WSDL you sent me, and I noticed that it contains a number of <schema> elements. I suppose that this is perfectly legal, but I never considered it. I'll try to fix this in a next release.</div>

<div> </div>
<div>In the mean time, you could try to reduce the number of <schema> elements to 1, using <include> to include the additional schema's into this 1 remaining schema. This should work (I didn't try it...), and the effect should be the same. 
</div>
<div> </div><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Also, I tried the test function is yaws_soap_lib:qtest() and it failed. Any help/explenation is appreciated. 
</blockquote>
<div> </div>
<div>I'm sorry, but I was not able to reproduce the error you sent me. I did find another error, related to the use of ibrowse. This can be fixed by commenting out lines 273-275 in the file yaws_soap_lib.erl.</div><br>

<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Best regards,<br><br><span class="st" id="st" name="st">Ahmed</span> Al-Issaei <br><br><br><br>_______________________________________________
<br>erlang-questions mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.erlang.org/mailman/listinfo/erlang-questions" target="_blank">
http://www.erlang.org/mailman/listinfo/erlang-questions</a><br></blockquote></div><br>