Open the TaskUserWebService in SOAP UI

   Journey Manager (JM) The transaction engine for the platform. |   System Manager / DevOps |  All versions This feature is related to all versions.

Manager allows you to open the TaskUserWebService in SOAP UI. You should read the section 4 of the transact_web_service_guide_v4.2.pdf documentation prior to doing so.

The TaskUserWebService and TaskUserWebServiceV2 WSDL in Manager are located in a secure context path. This wiki article shows the workaround steps to successfully import the WSDL's and call methods in SOAP-UI.

Task Web Services V2 requires you to authenticate using a username and password, It is possible to get the wsdl from the non secure context however you will be unable to call the secured services from the unsecured WSDL

To open the service:

  1. WSDL URL- https://{Server Name}/manager/secure/services/TaskUserWebServiceV2?wsdl
  2. Note

    Do not use the unsecure URL https://{Server Name}/manager/fcservices/TaskUserWebServiceV2?wsdl

  3. Create a service user that has been assigned a Role that has the Web Service Invoke permission.
  4. Note

    Users with the Adminitrator role have the Web Service Invoke permission.

  5. Create SOAP-UI project the wsdl in Step 1.
  6. Soap-ui will prompt you with the Basic Authentication tab
  7. You should end up with the following
  8. Try calling the web services with no authentication. Test Creating a Form Group. The response on the right tell you you are not authenticated.
  9. Click on the Auth buttong on the bottom left of the Request1 page to configure an Authentication.
  10. Select Add New Authentication.
  11. Select a type as Basic.
  12. Specify a user name and a password.
  13. Re-run the request.

Next, learn how to view services.