JOEL LIPMAN Systems / Automation / AI

Knowledge base / Since 1999

Advanced
search

Practical notes on CRM development, automation, APIs and everyday IT.

Browse all notes

25 results

  1. Personal Home Page

    PHP Issue: simplexml_load_string parser error : Input is not proper UTF-8, indicate encoding !

    ... tity: line #: parser error : Input is not proper UTF-8, indicate encoding ! Bytes: 0xA0 0x3C 0x2F 0x73 in /home/public_html/my_folder/my_xml_processing_script.php on line 160 Why? I'm downloading an XML feed to our servers, and then loading ...

  2. Zoho CRM

    ZohoCRM: Using Criteria with Module Record Count

    ... ages = ceil(v_MaxCount / v_PerPage); info v_Pages; Additional Urlencoding or not didn't have much affect on the above but it is recommended you do as it did work if the criteria were encoded... The criteria is in the same syntax format as t ...

  3. Zoho Inventory

    ZohoCRM Webhook: Create ZohoInventory Records from an eBay order

    ... x_Params.toString().replaceFirst("<root>","<?xml version=\"1.0\" encoding=\"utf-8\"?><" + v_ApiCall + "Request xmlns=\"urn:ebay:apis:eBLBaseComponents\">"); x_Params = x_Params.toString().replaceFirst("</root>","</" + v_ApiCall + "Request>" ...

  4. Zoho Deluge

    Zoho Deluge: Get All Orders from eBay

    ... x_Params.toString().replaceFirst("<root>","<?xml version=\"1.0\" encoding=\"utf-8\"?><" + v_ApiCall + "Request xmlns=\"urn:ebay:apis:eBLBaseComponents\">"); x_Params = x_Params.toString().replaceFirst("</root>","</" + v_ApiCall + "Request>" ...

  5. Zoho Deluge

    ZohoDeluge: Check Shipment Status via DHL API

    ... // // specify your DHL API Key (no need for the secret or base64 encoding) v_DHL_API_Key = "1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"; // // build up header m_Header = Map(); m_Header.put("DHL-API-Key",v_DHL_API_Key); // // build up request v_E ...

  6. Zoho CRM

    ZohoCRM: Get All eBay Active Listings

    ... x_Params.toString().replaceFirst("<root>","<?xml version=\"1.0\" encoding=\"utf-8\"?><" + v_ApiCall + "Request xmlns=\"urn:ebay:apis:eBLBaseComponents\">"); x_Params = x_Params.toString().replaceFirst("</root>","</" + v_ApiCall + "Request>" ...

  1. Zoho Deluge

    ZohoDeluge: Get All eBay Orders Given a From and Till Date

    ... x_Params.toString().replaceFirst("<root>","<?xml version=\"1.0\" encoding=\"utf-8\"?><" + v_ApiCall + "Request xmlns=\"urn:ebay:apis:eBLBaseComponents\">"); x_Params = x_Params.toString().replaceFirst("</root>","</" + v_ApiCall + "Request>" ...

  2. Ebay

    Zoho Inventory & eBay Picture Services: UploadSiteHostedPictures

    ... x_Params.toString().replaceFirst("<root>","<?xml version=\"1.0\" encoding=\"utf-8\"?><" + v_ApiCall + "Request xmlns=\"urn:ebay:apis:eBLBaseComponents\">"); x_Params = x_Params.toString().replaceFirst("</root>","</" + v_ApiCall + "Request>" ...

  3. Zoho Creator

    Zoho Creator: eBay: Get Item Transaction

    ... x_Params.toString().replaceFirst("<root>","<?xml version=\"1.0\" encoding=\"utf-8\"?><" + v_ApiCall + "Request xmlns=\"urn:ebay:apis:eBLBaseComponents\">"); x_Params = x_Params.toString().replaceFirst("</root>","</" + v_ApiCall + "Request>" ...

  4. Zoho Creator

    Zoho Creator: Receive eBay Notification and Create Shopify Order

    ... x_Params.toString().replaceFirst("<root>","<?xml version=\"1.0\" encoding=\"utf-8\"?><" + v_ApiCall + "Request xmlns=\"urn:ebay:apis:eBLBaseComponents\">"); x_Params = x_Params.toString().replaceFirst("</root>","</" + v_ApiCall + "Request>" ...

  5. Zoho Creator

    Zoho Creator / eBay: Get all Active Products

    ... x_Params.toString().replaceFirst("<root>","<?xml version=\"1.0\" encoding=\"utf-8\"?><" + v_ApiCall + "Request xmlns=\"urn:ebay:apis:eBLBaseComponents\">"); x_Params = x_Params.toString().replaceFirst("</root>","</" + v_ApiCall + "Request>" ...

  6. Zoho Creator

    Zoho Creator: Receive eBay Order Notifications via Webhook

    ... x_Params.toString().replaceFirst("<root>","<?xml version=\"1.0\" encoding=\"utf-8\"?><" + v_APICallName + "Request xmlns=\"urn:ebay:apis:eBLBaseComponents\">"); x_Params = x_Params.toString().replaceFirst("</root>","</" + v_APICallName + "R ...

Knowledge base

Search notes

Find matching words in article titles and content.