<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
It's important to remember -- we're not dealing with small quantities
of data -- so while it might be nice to do a quick query via some sort
of web interface, when you start moving thousands of rows at at time --
browser interfaces can't handle it reliably.<br>
<br>
Sergio A. Kessler wrote:
<blockquote
 cite="mid49216030602271634s362b7038rd469c4d2287b00d1@mail.gmail.com"
 type="cite">
  <pre wrap="">On 2/27/06, Mike Fedyk <a class="moz-txt-link-rfc2396E" href="mailto:mfedyk@mikefedyk.com">&lt;mfedyk@mikefedyk.com&gt;</a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Jeff Kowalczyk wrote:

    </pre>
    <blockquote type="cite">
      <pre wrap="">Mike Fedyk wrote:


      </pre>
      <blockquote type="cite">
        <pre wrap="">There is a post on the forum asking how to add data to vtiger from an
outside source.  It's a good question and I'd like to know the answer
too.  Do we have something for this already?
<a class="moz-txt-link-freetext" href="http://forums.vtiger.com/viewtopic.php?t=5065">http://forums.vtiger.com/viewtopic.php?t=5065</a>


        </pre>
      </blockquote>
      <pre wrap="">This ties in with some things I've been thinking about in regards to our
use of adodb-schema, .sql files, and sample data:


      </pre>
    </blockquote>
    <pre wrap="">The focus of the question is how to get data in and out of vtiger using
public interfaces from another automated system.  I would like to renew
that question.  Is SOAP the only and/or best answer in this area?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
nop.
SOAP is a complex beast that must die.

you can use REST (web services done right).

just like yahoo does with php:

<a class="moz-txt-link-freetext" href="http://developer.yahoo.net/php/">http://developer.yahoo.net/php/</a>
<a class="moz-txt-link-freetext" href="http://developer.yahoo.net/php/howto-reqRestPhp.html">http://developer.yahoo.net/php/howto-reqRestPhp.html</a>

note that with "output" parameter you can control what you get, ie.
CSV, XML, txt, whatever.

/sak

_______________________________________________
This vtiger.com email is sponsored by: Zoho Writer. Are you still using your desktop word processor for typing documents? Try the AJAX enabled, collaboration-friendly online word processor, Zoho Writer for FREE instead!
<a class="moz-txt-link-freetext" href="http://zohowriter.com/?vt">http://zohowriter.com/?vt</a> 



  </pre>
</blockquote>
</body>
</html>