Posts by Leonardo • 33 points
2 posts
-
0
votes0
answers19
viewsQ: Error 415 when sending a zipped SOAP message ( SWA - SOAP with Attachments) using apache Camel
I am doing an integration. Using Soapui worked perfectly. but when it came to java the problem of "415" occurred. In Soapui in the Attachment part I put an option called"Part" and in it a specific…
-
2
votes1
answer1413
viewsQ: use vueJS’s Watch() method to track changes in the values of a variable
<template> <div> <span class="badge" :class="styleStatus" > {{tipoStatus}}</span> </div> </template> <script> export default { props:{ status:{ type:String…