[prev in list] [next in list] [prev in thread] [next in thread] 

List:       xmlrpc-dev
Subject:    Re: Woden help
From:       Ping Liu <pingpinganan () gmail ! com>
Date:       2011-02-18 17:07:22
Message-ID: AANLkTimttVvpbg5raBbmCZxxKZO63qpSTCsuWM983=ch () mail ! gmail ! com
[Download RAW message or body]

Thanks Sagara,

For WODEN-186, I guess I need some investigation in documentation maybe,
some reading on W3C stuff too.  Then I may need ask questions to clear up
what to do.

Thanks.  Have a nice weekend!

Ping


On Thu, Feb 17, 2011 at 9:29 PM, Sagara Gunathunga <
sagara.gunathunga@gmail.com> wrote:

> Hi Ping ,
> 
> I will review and will apply your patch. You can ask questions here or in
> JIRA page.
> 
> Thanks !
> 
> Sagara
> 
> On Wed, Feb 16, 2011 at 10:35 PM, Ping Liu <pingpinganan@gmail.com> wrote:
> 
> > Hi Sagara,
> > 
> > Sorry for the delay.  I had attached the patch for the issue (WODEN-228).
> > 
> > Now I am looking at other issues and would like start with WODEN-186.  I
> > am able to reproduce the errors that Jeremy listed in the bug report.  But I
> > guess I will have questions and wonder what is the good way to ask
> > questions.
> > 
> > Thank you!
> > 
> > Ping
> > 
> > 
> > On Fri, Jan 21, 2011 at 5:45 AM, Sagara Gunathunga <
> > sagara.gunathunga@gmail.com> wrote:
> > 
> > > Hi Ping ,
> > > 
> > > There are lot of places in Woden site that need to be updated. You can
> > > provide patches for them and its a good way to start your contribution.
> > > Please grab site source codes from here [1] and try to build the site
> > > locally using Apache Forrest [2] . Once you have a patch files please fill a
> > > issue here [3] and attach your patches I will review and check in to SVN.
> > > 
> > > [1] - http://svn.apache.org/repos/asf/webservices/woden/
> > > [2] - http://forrest.apache.org/
> > > [3] - http://ws.apache.org/woden/issue_tracking.html
> > > 
> > > Thanks !
> > > 
> > > 
> > > 
> > > On Thu, Jan 20, 2011 at 10:32 PM, Ping Liu <pingpinganan@gmail.com>wrote:
> > > 
> > > > Thanks Sagara and Lawrence!
> > > > 
> > > > This is good to see.
> > > > 
> > > > I did send my first e-mail but before I realized I should join in the
> > > > mailing list first.  So I didn't really receive anything back as I was out
> > > > of the list.  I just subscribed yesterday.  Thanks Sagara for forwarding the
> > > > e-mail thread to me.
> > > > 
> > > > By the way, I guess I found a typo in Woden => Documentation => User
> > > > Guide => Get Started at
> > > > http://ws.apache.org/woden/userguide.html#Getting+Started
> > > > 
> > > > The current code snippet at the very first is
> > > > 
> > > > WSDLFactory factory = WSDLFactory.newInstance();
> > > > WSDLReader reader = factory.newWSDLReader();
> > > > reader.setFeature(WSDLReader.FEATURE_VALIDATION, true);
> > > > 
> > > > Description descComp = reader.readWSDL(wsdlurl);        <-- the Description \
> > > > component DescriptionElement descElem = descElem.toComponent();   <-- the \
> > > > <description> element 
> > > > Should it really want to say
> > > > 
> > > > WSDLFactory factory = WSDLFactory.newInstance();
> > > > WSDLReader reader = factory.newWSDLReader();
> > > > reader.setFeature(WSDLReader.FEATURE_VALIDATION, true);
> > > > Description descComp = reader.readWSDL(wsdlurl);        <-- the Description \
> > > > component 
> > > > 
> > > > 
> > > > 
> > > > 
> > > > 
> > > > DescriptionElement descElem = *descComp.toElement*();   <-- the <description> \
> > > > element 
> > > > I wrote a little reader to read a WSDL 2.0 from an Axis2 sample and was
> > > > able to verify this.
> > > > 
> > > > Another typo is on the same page but in Woden URI Resolver section,
> > > > i.e., Woden => Documentation => User Guide => Woden URI Resolver => Absolute
> > > > URIs
> > > > 
> > > > Similarly on a Un*x-based file system:
> > > > http\://test.com/interface.wsdl=file:///resources/interface.wsdl
> > > > 
> > > > I believe the guide really means Un*i*x-based.
> > > > 
> > > > Thanks,
> > > > 
> > > > Ping
> > > > 
> > > > 
> > > > 
> > > > On Thu, Jan 20, 2011 at 12:48 AM, Sagara Gunathunga <
> > > > sagara.gunathunga@gmail.com> wrote:
> > > > 
> > > > > Ping, did u see this [1]
> > > > > 
> > > > > [1] -
> > > > > http://mail-archives.apache.org/mod_mbox/ws-dev/201101.mbox/%3COFDC827BFB.BDE465FB-ON85257818.005BF366-85257818.005C31CF@ca.ibm.com%3E
> > > > >  
> > > > > Thanks !
> > > > > 
> > > > > 
> > > > > 
> > > > > 
> > > > > On Thu, Jan 20, 2011 at 1:12 PM, Ping Liu <pingpinganan@gmail.com>wrote:
> > > > > 
> > > > > > Dear Woden Dev,
> > > > > > 
> > > > > > Does Woden still need help?  I saw the help wanted section at
> > > > > > http://ws.apache.org/woden/index.html.  I would like to help.  I am
> > > > > > looking forward to hearing from you.
> > > > > > 
> > > > > > Thank you!
> > > > > > 
> > > > > > Ping Liu
> > > > > > 
> > > > > > P.S.: woden-dev@ws.apache.org is no longer existing.  So non-Woden
> > > > > > dev please bear me with this soliciting e-mail.
> > > > > > 
> > > > > 
> > > > > 
> > > > > 
> > > > > --
> > > > > Sagara Gunathunga
> > > > > 
> > > > > Blog - http://ssagara.blogspot.com
> > > > > Web - http://people.apache.org/~sagara/
> > > > > 
> > > > 
> > > > 
> > > 
> > > 
> > > --
> > > Sagara Gunathunga
> > > 
> > > Blog - http://ssagara.blogspot.com
> > > Web - http://people.apache.org/~sagara/
> > > 
> > 
> > 
> 
> 
> --
> Sagara Gunathunga
> 
> Blog - http://ssagara.blogspot.com
> Web - http://people.apache.org/~sagara/
> 


[Attachment #3 (text/html)]

Thanks Sagara,<br><br>For WODEN-186, I guess I need some investigation in \
documentation maybe, some reading on W3C stuff too.  Then I may need ask questions to \
clear up what to do.<br><br>Thanks.  Have a nice weekend!<br><br> Ping<br>  \
<br><br><div class="gmail_quote">On Thu, Feb 17, 2011 at 9:29 PM, Sagara Gunathunga \
<span dir="ltr">&lt;<a \
href="mailto:sagara.gunathunga@gmail.com">sagara.gunathunga@gmail.com</a>&gt;</span> \
wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; \
border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"> Hi Ping , <br><br>I \
will review and will apply your patch. You can ask questions here or in JIRA page. \
<br><br>Thanks !<br><font color="#888888"><br>Sagara <br></font><div><div></div><div \
class="h5"><br><div class="gmail_quote"> On Wed, Feb 16, 2011 at 10:35 PM, Ping Liu \
<span dir="ltr">&lt;<a href="mailto:pingpinganan@gmail.com" \
target="_blank">pingpinganan@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px \
solid rgb(204, 204, 204); padding-left: 1ex;">Hi Sagara,<br><br>Sorry for the delay.  \
I had attached the patch for the issue (WODEN-228).<br>


<br>Now I am looking at other issues and would like start with WODEN-186.  I am able \
to reproduce the errors that Jeremy listed in the bug report.  But I guess I will \
have questions and wonder what is the good way to ask questions.<br>



<br>Thank you!<br><font \
color="#888888"><br>Ping</font><div><div></div><div><br><br><div \
class="gmail_quote">On Fri, Jan 21, 2011 at 5:45 AM, Sagara Gunathunga <span \
dir="ltr">&lt;<a href="mailto:sagara.gunathunga@gmail.com" \
target="_blank">sagara.gunathunga@gmail.com</a>&gt;</span> wrote:<br>



<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px \
solid rgb(204, 204, 204); padding-left: 1ex;"> Hi Ping , <br> <br>There are lot of \
places in Woden site that need to be updated. You can provide patches for them and \
its a good way to start your contribution. Please grab site source codes from here \
[1] and try to build the site locally using Apache Forrest [2] . Once you have a \
patch files please fill a issue here [3] and attach your patches I will review and \
check in to SVN. <br>





<br>[1] - <a href="http://svn.apache.org/repos/asf/webservices/woden/" \
target="_blank">http://svn.apache.org/repos/asf/webservices/woden/</a><br>[2] - <a \
href="http://forrest.apache.org/" target="_blank">http://forrest.apache.org/</a> <br>



[3] - <a href="http://ws.apache.org/woden/issue_tracking.html" \
target="_blank">http://ws.apache.org/woden/issue_tracking.html</a><br>

<br>Thanks ! <br><div><div></div><div> <br><br><br><div style="display: \
inline;"></div><div class="gmail_quote">

On Thu, Jan 20, 2011 at 10:32 PM, Ping Liu <span dir="ltr">&lt;<a \
href="mailto:pingpinganan@gmail.com" \
target="_blank">pingpinganan@gmail.com</a>&gt;</span> wrote:<br><blockquote \
class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt \
0pt 0.8ex; padding-left: 1ex;">





Thanks Sagara and Lawrence!<br><br>This is good to see.<br><br>I did send my first \
e-mail but before I realized I should join in the mailing list first.  So I \
didn&#39;t really receive anything back as I was out of the list.  I just subscribed \
yesterday.  Thanks Sagara for forwarding the e-mail thread to me.<br>






<br>By the way, I guess I found a typo in Woden =&gt; Documentation =&gt; User Guide \
=&gt; Get Started at <a \
href="http://ws.apache.org/woden/userguide.html#Getting+Started" \
target="_blank">http://ws.apache.org/woden/userguide.html#Getting+Started</a><br>






<br>The current code snippet at the very first is<br><pre>WSDLFactory factory = \
WSDLFactory.newInstance();<br>WSDLReader reader = \
factory.newWSDLReader();<br>reader.setFeature(WSDLReader.FEATURE_VALIDATION, \
true);<br> Description descComp = reader.readWSDL(wsdlurl);        &lt;-- the \
Description component<br>DescriptionElement descElem = descElem.toComponent();   \
&lt;-- the &lt;description&gt; element</pre>Should it really want to say<br>






<pre>WSDLFactory factory = WSDLFactory.newInstance();<br>WSDLReader reader = \
factory.newWSDLReader();<br>reader.setFeature(WSDLReader.FEATURE_VALIDATION, \
true);<br>Description descComp = reader.readWSDL(wsdlurl);        &lt;-- the \
Description component<br>






DescriptionElement descElem = <b><i>descComp.toElement</i></b>();   &lt;-- the \
&lt;description&gt; element</pre>I wrote a little reader to read a WSDL 2.0 from an \
Axis2 sample and was able to verify this.<br><br>Another typo is on the same page but \
in Woden URI Resolver section, i.e., Woden =&gt; Documentation =&gt; User Guide =&gt; \
Woden URI Resolver =&gt; Absolute URIs<br>






<br><pre>Similarly on a Un*x-based file system:<br>http\://<a \
href="http://test.com/interface.wsdl=file:///resources/interface.wsdl" \
target="_blank">test.com/interface.wsdl=file:///resources/interface.wsdl</a><br></pre>I \
believe the guide really means Un<b>i</b>x-based.<br>






<br>Thanks,<br><font \
color="#888888"><br>Ping</font><div><div></div><div><br><br><br><div \
class="gmail_quote">On Thu, Jan 20, 2011 at 12:48 AM, Sagara Gunathunga <span \
dir="ltr">&lt;<a href="mailto:sagara.gunathunga@gmail.com" \
target="_blank">sagara.gunathunga@gmail.com</a>&gt;</span> wrote:<br>






<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); \
margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Ping, did u see this [1]<br><br>[1] - \
<a href="http://mail-archives.apache.org/mod_mbox/ws-dev/201101.mbox/%3COFDC827BFB.BDE465FB-ON85257818.005BF366-85257818.005C31CF@ca.ibm.com%3E" \
target="_blank">http://mail-archives.apache.org/mod_mbox/ws-dev/201101.mbox/%3COFDC827BFB.BDE465FB-ON85257818.005BF366-85257818.005C31CF@ca.ibm.com%3E</a><br>









<br>Thanks !<div><div></div><div><br><br><br><div style="display: inline;"></div><br>

<div class="gmail_quote">On Thu, Jan 20, 2011 at 1:12 PM, Ping Liu <span \
dir="ltr">&lt;<a href="mailto:pingpinganan@gmail.com" \
target="_blank">pingpinganan@gmail.com</a>&gt;</span> wrote:<br><blockquote \
class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt \
0pt 0.8ex; padding-left: 1ex;">








Dear Woden Dev,<br>
<br>
Does Woden still need help?  I saw the help wanted section at <a \
href="http://ws.apache.org/woden/index.html" \
target="_blank">http://ws.apache.org/woden/index.html</a>.  I would like to help.  I \
am looking forward to hearing from you.<br>










<br>
Thank you!<br><font color="#888888"><br>Ping Liu<br></font><br>P.S.: <a \
href="mailto:woden-dev@ws.apache.org" target="_blank">woden-dev@ws.apache.org</a> is \
no longer existing.  So non-Woden dev please bear me with this soliciting e-mail.<br>









</blockquote></div><br><br clear="all"><br></div></div><font color="#888888">-- \
<br>Sagara Gunathunga <br><br>Blog - <a href="http://ssagara.blogspot.com" \
target="_blank">http://ssagara.blogspot.com</a><br>Web - <a \
href="http://people.apache.org/%7Esagara/" \
target="_blank">http://people.apache.org/~sagara/</a><br>









<input type="hidden"><input type="hidden"><div></div>
</font></blockquote></div><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Sagara Gunathunga \
<br><br>Blog - <a href="http://ssagara.blogspot.com" \
target="_blank">http://ssagara.blogspot.com</a><br>Web - <a \
href="http://people.apache.org/%7Esagara/" \
target="_blank">http://people.apache.org/~sagara/</a><br>






<input type="hidden"><input type="hidden"><div></div>
</div></div></blockquote></div><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Sagara Gunathunga \
<br><br>Blog - <a href="http://ssagara.blogspot.com" \
target="_blank">http://ssagara.blogspot.com</a><br>Web - <a \
href="http://people.apache.org/%7Esagara/" \
target="_blank">http://people.apache.org/~sagara/</a><br>



</div></div></blockquote></div><br>



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic