uCosminexus Application Server, Web Service Development Guide

[Contents][Glossary][Index][Back][Next]

27.6.3 Example of coding the catalog file

The following example shows the coding of a catalog file when mapping the remote WSDL location to a local WSDL location by using the catalog functionality:

<?xml version="1.0" encoding="UTF-8"?>
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog" prefer="system">
    <system systemId="http://localhost:8080/fromjava/AddNumbersImplService?wsdl"       
                 uri="./wsdl/UserInfo.wsdl"/>
</catalog>