Additions:
===How to do Paging or Pagination using XML web services===
Since XML web services are meant for short / brief data deliveries with limitation on number of records, you have to use paging/pagination to request more information for paging and multiple web pages on your site. Click on this wiki documentation for [[dffXMLJSONPaging XML/JSON paging instructions]].
Additions:
DataFeedFile.com also supports [[dffJSON JSON]] web services similar to XML web service queries. DFF recommends using [[dffJSON JSON]] versus XML because [[dffJSON JSON]] is more consistent, more compact and easier to parse.
Version 2 XML web services uses UTF-8 / Unicode character encoding. Version 2 is also more similar structural wise to our [[dffJSON JSON]] web services.
Deletions:
DataFeedFile.com also supports JSON web services similar to XML web service queries. DFF recommends using [[dffJSON JSON]] versus XML because JSON is more consistent, more compact and easier to parse.
Version 2 XML web services uses UTF-8 / Unicode character encoding. Version 2 is also more similar structural wise to our JSON web services.
Additions:
DataFeedFile.com also supports JSON web services similar to XML web service queries. DFF recommends using [[dffJSON JSON]] versus XML because JSON is more consistent, more compact and easier to parse.
Deletions:
DataFeedFile.com also supports JSON web services similar to XML web service queries. DFF recommends using JSON versus XML because JSON is more consistent, more compact and easier to parse.
Additions:
%%(HTML)
Deletions:
%%()
Additions:
%%()
Deletions:
%%(php)
Additions:
http://www.datafeedfile.com/xml/xml_search.php?dfftoken=........&affid=.........&keyword=..........
Deletions:
http://www.datafeedfile.com/xml/xml_load.php?xml_search.php?dfftoken=........&affid=.........&keyword=..........
No differences.
Additions:
XML queries are sent to DFF server via regular HTTP GET request like this:
http://www.datafeedfile.com/xml/xml_load.php?xml_search.php?dfftoken=........&affid=.........&keyword=..........
===XML Web Services Version 2===
We have made some improvements to DFF's XML web services to deliver more data and more accuracy with Version 2.
Version 2 XML web services uses UTF-8 / Unicode character encoding. Version 2 is also more similar structural wise to our JSON web services.
Version 2 is available for Price Search Engine (PSE) and all newer XML web services will all use UTF-8 / Unicode character encoding.
Deletions:
XML queries are sent to DFF server via regular HTTP GET posts like this:
http://www.datafeedfile.com/xml/xml_load.php?xml_script=xml_search.php&dfftoken=........&affid=.........&keyword=..........