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

      CodeSOD: A Unique Way to Primary Key

      July 22, 2025

      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

      The best CRM software with email marketing in 2025: Expert tested and reviewed

      July 22, 2025

      This multi-port car charger can power 4 gadgets at once – and it’s surprisingly cheap

      July 22, 2025

      I’m a wearables editor and here are the 7 Pixel Watch 4 rumors I’m most curious about

      July 22, 2025

      8 ways I quickly leveled up my Linux skills – and you can too

      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

      The Intersection of Agile and Accessibility – A Series on Designing for Everyone

      July 22, 2025
      Recent

      The Intersection of Agile and Accessibility – A Series on Designing for Everyone

      July 22, 2025

      Zero Trust & Cybersecurity Mesh: Your Org’s Survival Guide

      July 22, 2025

      Execute Ping Commands and Get Back Structured Data in PHP

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

      A Tomb Raider composer has been jailed — His legacy overshadowed by $75k+ in loan fraud

      July 22, 2025
      Recent

      A Tomb Raider composer has been jailed — His legacy overshadowed by $75k+ in loan fraud

      July 22, 2025

      “I don’t think I changed his mind” — NVIDIA CEO comments on H20 AI GPU sales resuming in China following a meeting with President Trump

      July 22, 2025

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

      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

    The best CRM software with email marketing in 2025: Expert tested and reviewed

    July 22, 2025
    News & Updates

    This multi-port car charger can power 4 gadgets at once – and it’s surprisingly cheap

    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

    Kubernetes Networking: Services, Ingress and DNS Explained

    Learning Resources

    The next big tech showdown is happening on your wrist – and you shouldn’t sleep on it

    News & Updates

    CVE-2025-4227 – Palo Alto Networks GlobalProtect Unencrypted Packet Injection Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    CVE-2025-45820 – Slims Senayan Library Management Systems SQL Injection Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    Highlights

    Development

    How to Survive in Tech When Everything’s Changing w/ 21-year Veteran Dev Joe Attardi [Podcast #174]

    May 30, 2025

    On this week’s episode of the podcast, freeCodeCamp founder Quincy Larson interviews Joe Attardi. He’s…

    CVE-2025-47930 – Zulip Public Channel Creation Privilege Escalation Vulnerability

    May 15, 2025
    Could LLMs help design our next medicines and materials?

    Could LLMs help design our next medicines and materials?

    April 9, 2025

    mortexa/laravel-arkitect

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

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