uCosminexus Application Server, Web Service Development Guide
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>
|
All Rights Reserved. Copyright (C) 2013, Hitachi, Ltd.