Reputation: 223
I have a requirement. I have a xml file and after transformation I need to send the payload to a soap service. I have been using http-request for rest. But now for soap service which component should I use to send data. I hope http-outbound is deprecated now. Any help with example is appreciated
Upvotes: 0
Views: 989
Reputation: 223
I have used WSConsumer Component. I have read all the details from the property file And its working as intended
Upvotes: 0
Reputation: 329
You could either use Web Service Consumer or Http-request + CXF.
https://docs.mulesoft.com/mule-user-guide/v/3.7/consuming-web-services-with-cxf
https://docs.mulesoft.com/mule-user-guide/v/3.6/web-service-consumer
Upvotes: 0
Reputation: 1942
You could use http Request as well for sending soap request, you could use the XML to post to the Soap web service.
Upvotes: 1