framework used for SOAP (Simple Object Access Protocol) messaging. It handles all serialization and deserialization as well as SOAP envelope and namespace processing.
components to the message processor in flow and configure the components. Click on the Add Connector Configuration and it will open another window. You can provide your WSDL Location (it can web service url or any physical WSDL location) and click on Reload WSDL. So it will automatically fill the Service, Port and Address for you. Press OK.
Service Consumer and you can see that output metadata in DataWeave generated automatically and input data with flow variable we have defined in previous steps. So we will map destination from FlowVariable to destination argument required by Web Service.
more TransformMessage after Web Service Consumer to map XML result from Web Service to Json format. So you can see input metadata in DataWeave is generated automatically and you can define output metadata as per your requirements and perform mapping.
application. First deploy the application with Anypoint Studio. Now we will use http GET method in Postman to send request to HTTP listening on url http://localhost:8081/soap?destination=CLE.