Contact Us 1-800-596-4880

To Create an APIkit for SOAP Project

You create a new project, specify the use of APIkit components, and refer to a WSDL file that you download.

  1. Under the File menu, select New > Mule Project.

    The New Mule Project wizard appears.

  2. In Project Name, enter a name for the project.

  3. Select or accept the default EE Runtime, for example Mule Server 3.8.1 EE.

  4. Check Add APIkit Components.

  5. Browse to the tshirt2.wsdl file you downloaded.

  6. Select a service and port from the drop-down menus. For example, select TshirtService and TshirtServicePort.

    *New Mule Project* dialog with populated fields.
  7. Click Finish.

    The new project having a src/main/wsdl folder that contains the WSDL file appears.

  8. Right-click a blank area of the canvas and run the project.

  9. Go to http://localhost:8081/TshirtService/TshirtServicePort?wsdl.

    The contents of the TShirtService WSDL file appear.