Creating Web Services

Use this procedure to create Web services.

Before you begin

Before you start this task, ensure that the mxe.int.containerdeploy property is set to 0. To view this property, go to the the System Properties application (System Configuration > Platform Configuration > System Properties). Under Global Properties, click Filter. Enter mxe.int.containerdeploy in the Property Name field and then press Enter. Then click the twistie next to the system property to view the settings.

Procedure

  1. Go to the WebServices Library application (System Configuration > Platform Configuration > Web Services Library).
  2. Select the Create Web Service > Create Web Service from Object Structure action.
  3. Select the object structure MXPMCOMSR.
  4. Click Create.
  5. Load the Web service you created by completing the following steps:
    1. In the Web Service Name field, enter the Web service you created (MXPMCOMSR).
    2. Select the MXPMCOMSR record.
    3. Select the Deploy To Product Web Service Container > Deploy Web Service action. You should get a "Web Service is deployed for service MXPMCOMSR" message.
  6. In the Operations section, expand the method you want to invoke, and then click GenerateSchema/View XML.
  7. In the pop-up window, copy the XML data to a text editor. Repeat this step for each method you want to invoke. You will need the data to test the Web service methods.


Feedback