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

      BrowserStack launches Figma plugin for detecting accessibility issues in design phase

      July 22, 2025

      Parasoft brings agentic AI to service virtualization in latest release

      July 22, 2025

      Node.js vs. Python for Backend: 7 Reasons C-Level Leaders Choose Node.js Talent

      July 21, 2025

      Handling JavaScript Event Listeners With Parameters

      July 21, 2025

      I finally gave NotebookLM my full attention – and it really is a total game changer

      July 22, 2025

      Google Chrome for iOS now lets you switch between personal and work accounts

      July 22, 2025

      How the Trump administration changed AI: A timeline

      July 22, 2025

      Download your photos before AT&T shuts down its cloud storage service permanently

      July 22, 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

      Laravel Live Denmark

      July 22, 2025
      Recent

      Laravel Live Denmark

      July 22, 2025

      The July 2025 Laravel Worldwide Meetup is Today

      July 22, 2025

      Livewire Security Vulnerability

      July 22, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      Galaxy Z Fold 7 review: Six years later — Samsung finally cracks the foldable code

      July 22, 2025
      Recent

      Galaxy Z Fold 7 review: Six years later — Samsung finally cracks the foldable code

      July 22, 2025

      Halo and Half-Life combine in wild new mod, bringing two of my favorite games together in one — here’s how to play, and how it works

      July 22, 2025

      Surprise! The iconic Roblox ‘oof’ sound is back — the beloved meme makes “a comeback so good it hurts” after three years of licensing issues

      July 22, 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

    I finally gave NotebookLM my full attention – and it really is a total game changer

    July 22, 2025
    News & Updates

    Google Chrome for iOS now lets you switch between personal and work accounts

    July 22, 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-6669 – Gooaclok819 SublinkX Cryptographic Key Hard-Coding Remote Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    Boosting Productivity & Engagement with Smart AI Assistants

    Web Development

    How to Use Google Classroom as a Teacher (Step-by-Step Guide)

    Operating Systems

    Problems with the touchpad on your Windows laptop? Here’s how to fix them

    News & Updates

    Highlights

    I Went to the Coldplay Concert and All I Got Was Divorced Shirt

    July 19, 2025

    Post Content Source: Read More 

    ChatGPT Spots Cancer Missed by Doctors; Woman Says It Saved Her Life

    April 30, 2025

    Microsoft: Windows 11 24H2 installs 36 inbox apps, now fully up-to-date

    July 16, 2025

    Adobe Releases Patch Fixing 254 Vulnerabilities, Closing High-Severity Security Gaps

    June 19, 2025
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

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