Skip to main content

Viewing the WSDL

View the WSDL for MyApp.MyService. Here are the steps:

  1. Open your Web Service class, MyApp.MyService, in Studio.

  2. On the Studio menu bar click View–>Web Page.

    generated description: webservicetest1 20112

  3. This opens the Catalog Page for MyService.MyServiceSoap.

    generated description: webservicetest2 20101

  4. Click the Service Description link. This opens the WSDL in the browser. Again, the precise appearance of the WSDL depends on what browser you are using.

    generated description: viewwsdl2 20101

  5. Note the URL of the WSDL in the browser's address bar. Clients of the Web Service require this URL in order to access the Web Service. Note that the exact URL depends upon your Caché installation and the namespace in which you defined the service.

    
    http://localhost:57774/csp/myaccount/MyApp.MyService.CLS?WSDL=1          
    
    
Note:

At this point clicking the Test link results in a CSP error. This is because security has not been configured for the Web Application governing these web pages. To learn more about web service catalog pages, test pages and security, please read About the Catalog and Test Pages in Creating SOAP Web Services. Rather than testing the Web service from the test page, in this tutorial we will test using the Terminal.

FeedbackOpens in a new tab