Siva, many thanks for your time, knowledge, and experience!
@raviteja-ux7uf5 жыл бұрын
For rest write raml in design centre and import to studio & generate flows start development on flows For Soap consuming u need wsdl to consume in b/w the flow by using web services consumer and select the operation from the wsdl which u want to consume
@thecraftsman915 Жыл бұрын
hi sir, in my project i have to migrate from mule 3 to 4.4 in the mule 3 application there is CXF connector with proxy service configuration, can you tell me what is the mule 4 equivalent configuration for it?
@vpisini4 жыл бұрын
Siva, thanks for the nice explanation. I have a question about using physical wsdl resource than URL location. I did copy the WSDL in src/main/resources and referred the same location in the WSC configuration. When I run I am getting the error message "Error fetching the resource" message. Please let me know.
@monsterhuntergo Жыл бұрын
Hi, do you have tutorial how to design Rest API using Mulesoft? I'm new to this and abit of confused. Can I create a separate REST API using Springboot then Mulesoft will call the Springboot REST API using its connector? Or I have to integrate the Springboot Rest API to mulesoft itself? not just a call using mulesoft? Please help., THanks
@ajayj24523 жыл бұрын
Hi siva, In rest web service http requestor configuration.. the base path is unchanged is it the standard procedure to not set it? Also pls explain path which is set for http requestor for rest Api consumption
@ritvikojha43744 жыл бұрын
One question if the Web service is secured with username and password , so that means I have to send request along with Basic auth and Transport headers so where we will configure it
@myselfshray75464 жыл бұрын
Why we are giving payload.inputnumber, we do not know about the payload..please clear me the concept of payload which we are using
@shashanksingh43253 жыл бұрын
In above use-case, payload is listener's received data, coming in body,i.e, HTTP payload with Keyname as inputNumber, so payload.inputNumber
@anshulmule81105 жыл бұрын
For The Soap please use : www.dneonline.com/calculator.asmx?wsdl. You can practise same use case