wsrp_service.wsdl 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. IBM Confidential
  4. OCO Source Materials
  5. IBM Cognos Products: cpscrn
  6. (C) Copyright IBM Corp. 2011
  7. 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.
  8. -->
  9. <!--
  10. Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
  11. Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
  12. -->
  13. <wsdl:definitions targetNamespace="urn:oasis:names:tc:wsrp:v1:wsdl"
  14. xmlns:bind="urn:oasis:names:tc:wsrp:v1:bind"
  15. xmlns="http://schemas.xmlsoap.org/wsdl/"
  16. xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
  17. xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
  18. <import namespace="urn:oasis:names:tc:wsrp:v1:bind"
  19. location="wsrp_v1_bindings.wsdl"/>
  20. <wsdl:service name="WSRPService">
  21. <wsdl:port binding="bind:WSRP_v1_Markup_Binding_SOAP" name="WSRPBaseService">
  22. <soap:address location="http://my.service:8080/WSRPService"/>
  23. </wsdl:port>
  24. <wsdl:port binding="bind:WSRP_v1_ServiceDescription_Binding_SOAP" name="WSRPServiceDescriptionService">
  25. <soap:address location="http://my.service:8080/WSRPService"/>
  26. </wsdl:port>
  27. <wsdl:port binding="bind:WSRP_v1_Registration_Binding_SOAP" name="WSRPRegistrationService">
  28. <soap:address location="http://my.service:8080/WSRPService"/>
  29. </wsdl:port>
  30. <wsdl:port binding="bind:WSRP_v1_PortletManagement_Binding_SOAP" name="WSRPPortletManagementService">
  31. <soap:address location="http://my.service:8080/WSRPService"/>
  32. </wsdl:port>
  33. </wsdl:service>
  34. </wsdl:definitions>