1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- IBM Confidential
- OCO Source Materials
- IBM Cognos Products: cpscrn
- (C) Copyright IBM Corp. 2011
- The source code for this program is not published or otherwise divested of its trade secrets, irrespective of what has been deposited with the U.S. Copyright Office.
- -->
- <!--
- Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
- Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
- -->
- <wsdl:definitions targetNamespace="urn:oasis:names:tc:wsrp:v1:wsdl"
- xmlns:bind="urn:oasis:names:tc:wsrp:v1:bind"
- xmlns="http://schemas.xmlsoap.org/wsdl/"
- xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
- xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
- <import namespace="urn:oasis:names:tc:wsrp:v1:bind"
- location="wsrp_v1_bindings.wsdl"/>
- <wsdl:service name="WSRPService">
- <wsdl:port binding="bind:WSRP_v1_Markup_Binding_SOAP" name="WSRPBaseService">
- <soap:address location="http://my.service:8080/WSRPService"/>
- </wsdl:port>
- <wsdl:port binding="bind:WSRP_v1_ServiceDescription_Binding_SOAP" name="WSRPServiceDescriptionService">
- <soap:address location="http://my.service:8080/WSRPService"/>
- </wsdl:port>
- <wsdl:port binding="bind:WSRP_v1_Registration_Binding_SOAP" name="WSRPRegistrationService">
- <soap:address location="http://my.service:8080/WSRPService"/>
- </wsdl:port>
- <wsdl:port binding="bind:WSRP_v1_PortletManagement_Binding_SOAP" name="WSRPPortletManagementService">
- <soap:address location="http://my.service:8080/WSRPService"/>
- </wsdl:port>
- </wsdl:service>
- </wsdl:definitions>
|