Documentation Center

Accessing ASMX and WSDL files

Access ASMX and WSDL files from your internet browser.

About this task

You can access the ASMX files in your internet browser. The URL is a combination of the base URL and web services virtual directory, followed by one of the supported *.asmx files. Only functions specified in these *.asmx files can be used.

You can access the WSDL by adding ?WSDL to the URL.

For example http://ish.example.com/ISHWS/DocumentObj25.asmx?WSDL (where ish refers to an example server dedicated to Content Manager).

Procedure

  1. To access an ASMX file, construct a URL that consists of the base URL, followed by the web services virtual directory, followed by the name of one of the supported ASMX files. Then go to that URL in your internet browser.
    For example, your URL might be http://ish.example.com/ISHWS/DocumentObj25.asmx.
  2. To access a WSDL file, construct an ASMX URL like in the previous step, and then add ?WSDL at the end. Then go to that URL in your internet browser.
    For example, your URL might be http://ish.example.com/ISHWS/DocumentObj25.asmx?WSDL.