Thanks for all your responses.<br><br>I finally do the query using the Tapirlink. I have noticed that this tool also implements ABCD. <br><br>One last question..Im using this URL:<br><a href="http://localhost/tapirlink/tapir.php/Test?op=search&amp;m=http://rs.tdwg.org/tapir/cs/dwc/1.4/model/dw_core_geo_cur.xml">http://localhost/tapirlink/tapir.php/Test?op=search&amp;m=http://rs.tdwg.org/tapir/cs/dwc/1.4/model/dw_core_geo_cur.xml</a><br>

<br>and the response includes many elements of each DwC record. What can I do to obtain in the response just (for example) the ScientificName?<br><br>Thanks!<br><br><br><div class="gmail_quote">2012/5/28 Kevin Richards <span dir="ltr">&lt;<a href="mailto:RichardsK@landcareresearch.co.nz" target="_blank">RichardsK@landcareresearch.co.nz</a>&gt;</span><br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Daniel<br>
<br>
I developed the .NET implementation of tapir and it is basically the same as the php one, so yes, just replace the *.php with the *.aspx equivalent.<br>
<br>
Let me know if you have any issues and I can help you out.  I have updated the code in recent years, so I might upload the latest version to sourceforge.<br>
<br>
Kevin<br>
<div><div class="h5"><br>
-----Original Message-----<br>
From: <a href="mailto:tdwg-tag-bounces@lists.tdwg.org">tdwg-tag-bounces@lists.tdwg.org</a> [mailto:<a href="mailto:tdwg-tag-bounces@lists.tdwg.org">tdwg-tag-bounces@lists.tdwg.org</a>] On Behalf Of &quot;Markus Döring (GBIF)&quot;<br>


Sent: Monday, 28 May 2012 11:33 p.m.<br>
To: Daniel Fuentes<br>
Cc: <a href="mailto:tdwg-tag@lists.tdwg.org">tdwg-tag@lists.tdwg.org</a><br>
Subject: Re: [tdwg-tag] Making a query from a external application to Tapir client<br>
<br>
Daniel,<br>
just exchange the tapir service url with your url, whatever implementation you use. There might be slight differences, but I havent tried the dot net version myself so I cant say much about that.<br>
The capabilities should tell you what features the implementation supports, but the basics should work fine. Do you have a public example url?<br>
<br>
Markus<br>
<br>
<br>
On 28.05.2012, at 10:14, Daniel Fuentes wrote:<br>
<br>
&gt; Thanks Markus,<br>
&gt;<br>
&gt; I&#39;ve noticed in your examples that you are using tapir.php, so what tool do I have to use to make queries? I was using tapirDotNet.<br>
&gt;<br>
&gt; 2012/5/24 &quot;Markus Döring (GBIF)&quot; &lt;<a href="mailto:mdoering@gbif.org">mdoering@gbif.org</a>&gt; Hi Daniel,<br>
&gt;<br>
&gt; an example search asking for the first 2 records with no filter can be done like this:<br>
&gt; <a href="http://tapir.bebif.be/tapir.php/UGENT_vertebrates?op=s&amp;m=http://rs.tdw" target="_blank">http://tapir.bebif.be/tapir.php/UGENT_vertebrates?op=s&amp;m=http://rs.tdw</a><br>
&gt; <a href="http://g.org/tapir/cs/dwc/1.4/model/dw_core_geo_cur.xml&amp;limit=2" target="_blank">g.org/tapir/cs/dwc/1.4/model/dw_core_geo_cur.xml&amp;limit=2</a><br>
&gt;<br>
&gt; Filtering by scientific name for dwc services goes like this:<br>
&gt; <a href="http://tapir.bebif.be/tapir.php/UGENT_vertebrates?op=s&amp;m=http://rs.tdw" target="_blank">http://tapir.bebif.be/tapir.php/UGENT_vertebrates?op=s&amp;m=http://rs.tdw</a><br>
&gt; <a href="http://g.org/tapir/cs/dwc/1.4/model/dw_core_geo_cur.xml&amp;limit=2&amp;f=http://rs.t" target="_blank">g.org/tapir/cs/dwc/1.4/model/dw_core_geo_cur.xml&amp;limit=2&amp;f=http://rs.t</a><br>
&gt; <a href="http://dwg.org/dwc/dwcore/ScientificName%20like%20%22Sciurus*%22" target="_blank">dwg.org/dwc/dwcore/ScientificName%20like%20%22Sciurus*%22</a><br>
&gt;<br>
&gt; To find supported output models and concepts the capabilities response of TAPIR is useful:<br>
&gt; <a href="http://tapir.bebif.be/tapir.php/UGENT_vertebrates?op=c" target="_blank">http://tapir.bebif.be/tapir.php/UGENT_vertebrates?op=c</a><br>
&gt;<br>
&gt; Shared output models and concept aliases can be found at TDWG:<br>
&gt; <a href="http://rs.tdwg.org/tapir/cs/" target="_blank">http://rs.tdwg.org/tapir/cs/</a><br>
&gt;<br>
&gt; And in general the TAPIR specs document that all pretty well, albeit a bit technical:<br>
&gt; <a href="http://www.tdwg.org/activities/tapir/specification" target="_blank">http://www.tdwg.org/activities/tapir/specification</a><br>
&gt;<br>
&gt;<br>
&gt; hope that helps,<br>
&gt; Markus<br>
&gt;<br>
&gt;<br>
&gt; On 24.05.2012, at 11:17, Daniel Fuentes wrote:<br>
&gt;<br>
&gt; &gt; Hello,<br>
&gt; &gt;<br>
&gt; &gt; I&#39;m developing a program to make searches to the Tapir client. To do that, I have to include the parameteres of the query in the URL using the GET method. I have studied the source code and I think I should include the parameter &quot;request&quot; with the encoded query but it doesn&#39;t work for me.<br>


&gt; &gt;<br>
&gt; &gt; How the URL can be formed? What parameters do I have to include?<br>
&gt; &gt;<br>
&gt; &gt; Thanks in advance!<br>
&gt; &gt; Best,<br>
&gt; &gt; Daniel<br>
&gt; &gt; _______________________________________________<br>
&gt; &gt; tdwg-tag mailing list<br>
&gt; &gt; <a href="mailto:tdwg-tag@lists.tdwg.org">tdwg-tag@lists.tdwg.org</a><br>
&gt; &gt; <a href="http://lists.tdwg.org/mailman/listinfo/tdwg-tag" target="_blank">http://lists.tdwg.org/mailman/listinfo/tdwg-tag</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Un saludo.<br>
&gt;<br>
&gt; Daniel Fuentes<br>
<br>
_______________________________________________<br>
tdwg-tag mailing list<br>
<a href="mailto:tdwg-tag@lists.tdwg.org">tdwg-tag@lists.tdwg.org</a><br>
<a href="http://lists.tdwg.org/mailman/listinfo/tdwg-tag" target="_blank">http://lists.tdwg.org/mailman/listinfo/tdwg-tag</a><br>
<br>
</div></div>Please consider the environment before printing this email<br>
Warning:  This electronic message together with any attachments is confidential. If you receive it in error: (i) you must not read, use, disclose, copy or retain it; (ii) please contact the sender immediately by reply email and then delete the emails.<br>


The views expressed in this email may not be those of Landcare Research New Zealand Limited. <a href="http://www.landcareresearch.co.nz" target="_blank">http://www.landcareresearch.co.nz</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Un saludo.<br><br>Daniel Fuentes<br>