Close Menu
    DevStackTipsDevStackTips
    • Home
    • News & Updates
      1. Tech & Work
      2. View All

      The Case For Minimal WordPress Setups: A Contrarian View On Theme Frameworks

      June 8, 2025

      How To Fix Largest Contentful Paint Issues With Subpart Analysis

      June 8, 2025

      How To Prevent WordPress SQL Injection Attacks

      June 8, 2025

      AI is currently in its teenage years, battling raging hormones

      June 6, 2025

      The 2025 Wholesome Direct was chock-full of cozy casual games and aesthetic vibes

      June 8, 2025

      All known AMD Ryzen Z2 Series gaming handheld chips and how they are rumored to compare

      June 8, 2025

      “The original Mass Effect trilogy was absolutely an inspiration.” The RPG experts behind WH40K: Rogue Trader are hitting it big with ‘The Expanse: Osiris Reborn’

      June 8, 2025

      If you’ve started to notice Xbox console games showing up on the Xbox PC store, you’re not alone — what’s going on?

      June 8, 2025
    • Development
      1. Algorithms & Data Structures
      2. Artificial Intelligence
      3. Back-End Development
      4. Databases
      5. Front-End Development
      6. Libraries & Frameworks
      7. Machine Learning
      8. Security
      9. Software Engineering
      10. Tools & IDEs
      11. Web Design
      12. Web Development
      13. Web Security
      14. Programming Languages
        • PHP
        • JavaScript
      Featured

      Master Image Processing in Node.js Using Sharp for Fast Web Apps

      June 7, 2025
      Recent

      Master Image Processing in Node.js Using Sharp for Fast Web Apps

      June 7, 2025

      mkocansey/bladewind

      June 7, 2025

      Handling PostgreSQL Migrations in Node.js

      June 6, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      The 2025 Wholesome Direct was chock-full of cozy casual games and aesthetic vibes

      June 8, 2025
      Recent

      The 2025 Wholesome Direct was chock-full of cozy casual games and aesthetic vibes

      June 8, 2025

      All known AMD Ryzen Z2 Series gaming handheld chips and how they are rumored to compare

      June 8, 2025

      “The original Mass Effect trilogy was absolutely an inspiration.” The RPG experts behind WH40K: Rogue Trader are hitting it big with ‘The Expanse: Osiris Reborn’

      June 8, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»News & Updates»XJSOML

    XJSOML

    April 22, 2025

    When Steve‘s employer went hunting for a new customer relationship management system (CRM), they had some requirements. A lot of them were around the kind of vendor support they’d get. Their sales team weren’t the most technical people, and the company wanted to push as much routine support off to the vendor as possible.

    But they also needed a system that was extensible. Steve’s company had many custom workflows they wanted to be able to execute, and automated marketing messages they wanted to construct, and so wanted a CRM that had an easy to use API.

    “No worries,” the vendor sales rep said, “we’ve had a RESTful API in our system for years. It’s well tested and reliable. It’s JSON based.”

    The purchasing department ground their way through the purchase order and eventually they started migrating to the new CRM system. And it fell to Steve to start learning the JSON-based, RESTful API.

    “JSON”-based was a more accurate description.

    For example, an API endpoint might have a schema like:

    DeliveryId:	int // the ID of the created delivery
    Errors: 	xml // Collection of errors encountered
    

    This example schema is representative. Many “JSON” documents contained strings of XML inside of them.

    Often, this is done when an existing XML-based API is “modernized”, but in this case, the root cause is a little dumber than that. The system uses SQL Server as its back end, and XML is one of the native types. They just have a stored procedure build an XML object and then return it as an output parameter.

    You’ll be surprised to learn that the vendor’s support team had a similar level of care: they officially did what you asked, but sometimes it felt like malicious compliance.

    [Advertisement]
    Utilize BuildMaster to release your software with confidence, at the pace your business demands. Download today!

    Source: Read More 

    Facebook Twitter Reddit Email Copy Link
    Previous ArticleHackers Can Now Exploit AI Models via PyTorch – Critical Bug Found
    Next Article OpenWrt – Linux distribution targeting embedded devices

    Related Posts

    News & Updates

    The 2025 Wholesome Direct was chock-full of cozy casual games and aesthetic vibes

    June 8, 2025
    News & Updates

    All known AMD Ryzen Z2 Series gaming handheld chips and how they are rumored to compare

    June 8, 2025
    Leave A Reply Cancel Reply

    For security, use of Google's reCAPTCHA service is required which is subject to the Google Privacy Policy and Terms of Use.

    Continue Reading

    CVE-2025-37995 – Linux Kernel Kobject Put Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    CVE-2025-5380 – Ashinigit XueShengZhuSu Image File Upload Remote Path Traversal Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    Red Hat Unveils llm-d: Scaling Generative AI for the Enterprise

    Security

    CVE-2021-47664 – Cisco Authentication Bypass

    Common Vulnerabilities and Exposures (CVEs)

    Highlights

    Development

    Wired’s Kevin Kelly on Technology, AI, and the Power of Learning

    April 23, 2025

    From Exploration to Integration When the co-founder and “Senior Maverick” at Wired magazine, Kevin Kelly,…

    Arr::from() Method in Laravel 12.14

    May 14, 2025

    CVE-2025-46785 – Zoom Workplace Apps for Windows Buffer Over-Read Denial of Service

    May 14, 2025

    FBI Warns of AI Voice Scam: Smishing & Vishing Campaign Targets US Officials

    May 16, 2025
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.