mule-user
mule-user

Reputation: 223

How to post data to a soap service in mule

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

Answers (3)

mule-user
mule-user

Reputation: 223

I have used WSConsumer Component. I have read all the details from the property file And its working as intended

Upvotes: 0

Alex Fernandez
Alex Fernandez

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

Related Questions