AAB55
3 months agoRegular Visitor
Reuse adapted xml file and send in REST
Hi SmartBear, Long time ago that I was here (under a different name :-) ). Glad to be back though ;-) So, my question: We want to send a file as Query, cached, multipart/form-data. After sending...
- 5 hours ago
Hi AAB55
If the VIN is the only value that changes, you could avoid parsing and serializing the entire XML and simply perform a string replacement on a placeholder, replacing VIN with the generated value before sending the request. This is often simpler and more maintainable.
Hope this helps!!