anypoint-studio

Set Inbound Properties for MUnit Flow Reference in Mulesoft for APIKit

ぃ、小莉子 提交于 2019-12-11 00:08:10
问题 I'm trying to test APIKit in MUnit. Originally I was using an http request within MUnit to call my flow and then APIKit would route the request to the proper subflow where my logic lives. Now I want to mock one of the elements of the subflow, so I'm trying to replace the http request with a reference to the APIKit flow. This works, but the APIKit router throws an error: Cannot resolve request base path Because none of the inbound properties are set. And this is my problem, how do I mimic the

Mule:Magento connector: get-product operation bug

旧城冷巷雨未停 提交于 2019-12-10 11:57:55
问题 I am trying to get product info from magneto via magneto connector in mule USING GET-PRODUCT OPERATION, but I am getting this error: Product not exists even though tested via SOAP UI and worked perfectly. After a long search I have found the issue: request via SOAP UI: <soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:Magento" xmlns:soapenc="http:/

Anypoint Studio 7.1 start-up error

穿精又带淫゛_ 提交于 2019-12-05 08:48:53
I am trying to experiment with Mule Runtime 4 & Anypoint Studio 7.1. I got the downloadable from - https://mule-studio.s3.amazonaws.com/7.1.1-GA/AnypointStudio-for-win-64bit-7.1.1-201803182216.zip while starting up AnypointStudio.exe, I keep getting the error message - A JDK must be installed in order to run Anypoint Studio. Please install a JDK and try again. But I do the required version of JDK installed in my machine, as per https://docs.mulesoft.com/anypoint-studio/v/7.1/faq-jdk-requirement Here's the output from java -version java version "1.8.0_161" Java(TM) SE Runtime Environment (build

How send a file in an HTTP request and upload it to file server via FTP in Mule

对着背影说爱祢 提交于 2019-12-02 20:47:40
问题 I want to send a file in a HTTP POST request and then have Mule upload the file to a file directory on a server using FTP. It looks like the FTP connector saves the payload to the file directory but this is coming through as null and an empty file is written to the directory by FTP. I've had some success with binary/octet stream as the media type in the raml and http request using Postman but the file doesn't open and looks like it may be corrupted and when I use form-data as the media type

Anypoint Studio - Debugger is not launching

被刻印的时光 ゝ 提交于 2019-12-02 05:49:48
问题 I could not launch "Anypoint Studio Version: 5.3.0" debugger for ESB Mule project. When I clicked debug option from drop down menu for corresponding project, the console tab is running with INFO message. But in "Mule Debugger" tab shows that "Mule Debugger is not running. Launch your mule application in debug". I tried restarting anypoint studio and setting different ports to the debugger. But still same issue. 回答1: Issue got resolved ! I have changed port to 9999 from 6666. Earlier i have

Anypoint Studio - Debugger is not launching

可紊 提交于 2019-12-02 00:25:51
I could not launch "Anypoint Studio Version: 5.3.0" debugger for ESB Mule project. When I clicked debug option from drop down menu for corresponding project, the console tab is running with INFO message. But in "Mule Debugger" tab shows that "Mule Debugger is not running. Launch your mule application in debug". I tried restarting anypoint studio and setting different ports to the debugger. But still same issue. Issue got resolved ! I have changed port to 9999 from 6666. Earlier i have tried changing port from 6666 to 6667/6668/6669.. These ports are not working for me. So i have tried with