Role Based Access Controls on Mule iON

Reading Time: 3 minutes

We’re happy to announce another great addition to our Mule iON platform today: role based access control. With it you can easily collaborate with other developers inside your organization, give access to support teams and limit account administration.

Imagine you need to integrate your SaaS service and Salesforce.com. You’ve built an integration and deployed it to Mule iON.  As your business matures, your internal staff also grows, and now there are other developers you need to collaborate with. At the same time, you’ve also got customers who are calling you about the integration – perhaps they have data mappings which are out of date, the Salesforce API is unavailable, or their secure data gateway was disconnected. How are you going to handle these scenarios?

Continue reading

Mule School: Web Services – part 1

Reading Time: 5 minutes

I’m going to provide an overview on how to build a simple contract-first web-service and JAX-WS client that consumes the web-service with Mule Studio.

The sample below is going to build the following:

  • Build SOAP/ HTTP web service using Mule & CXF that is CRUD web service to create, retrieve, update and delete an order and returns the order id. This exercise implements only the create operation for this service.
  • Build the Order Receiver Service
  • Receives the order information from HTTP Inbound Endpoint.
  • Invokes CRUDOrder web service to create the order
  • Returns the order id to Portal
Continue reading