Announcement: You can find the guides for Commerce 7.5 and later on the new Elastic Path Documentation site. This Developer Center contains the guides for Commerce 6.13.0 through 7.4.1.Visit new site

This version of Elastic Path Commerce is no longer supported or maintained. To upgrade to the latest version, contact your Elastic Path representative.

Web Services

Web Services

Follow the instructions in the following sections for configuring your Web Services application.

Each web service is exposed by a servlet. The web service servlets are mapped through the webservices web app's <Web app WAR source>\src\main\webapp\WEB-INF\web.xml file:

   <servlet-mapping>
      <servlet-name>customer_web_service</servlet-name>
      <url-pattern>/customerwebservice</url-pattern>
   </servlet-mapping>

The WSDL files for each web service are generated by the corresponding web service servlet. For example, the URL to the customerwebservice hosted on localhost on port 8080 would look like the following:

http://localhost:8080/webservices/customerwebservice?wsdl