Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/HeuristicLab.Services.Authentication Prototyp/HeuristicLab.Services.Authentication Prototype/UnitTests/Service References/ServiceManagementRemote/AuthorizationManagementService.wsdl @ 4427

Last change on this file since 4427 was 4427, checked in by mholper, 14 years ago
File size: 3.0 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<wsdl:definitions xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:tns="http://tempuri.org/" xmlns:wsa10="http://www.w3.org/2005/08/addressing" xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" name="AuthorizationManagementService" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
3  <wsdl:types>
4    <xsd:schema targetNamespace="http://tempuri.org/Imports">
5      <xsd:import schemaLocation="http://127.0.0.1:8888/metadata?xsd=xsd0" namespace="http://tempuri.org/" />
6      <xsd:import schemaLocation="http://127.0.0.1:8888/metadata?xsd=xsd1" namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
7    </xsd:schema>
8  </wsdl:types>
9  <wsdl:message name="IAuthorizationManagementService_CreateRole_InputMessage">
10    <wsdl:part name="parameters" element="tns:CreateRole" />
11  </wsdl:message>
12  <wsdl:message name="IAuthorizationManagementService_CreateRole_OutputMessage">
13    <wsdl:part name="parameters" element="tns:CreateRoleResponse" />
14  </wsdl:message>
15  <wsdl:portType name="IAuthorizationManagementService">
16    <wsdl:operation name="CreateRole">
17      <wsdl:input wsaw:Action="http://tempuri.org/IAuthorizationManagementService/CreateRole" message="tns:IAuthorizationManagementService_CreateRole_InputMessage" />
18      <wsdl:output wsaw:Action="http://tempuri.org/IAuthorizationManagementService/CreateRoleResponse" message="tns:IAuthorizationManagementService_CreateRole_OutputMessage" />
19    </wsdl:operation>
20  </wsdl:portType>
21  <wsdl:binding name="BasicHttpBinding_IAuthorizationManagementService" type="tns:IAuthorizationManagementService">
22    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
23    <wsdl:operation name="CreateRole">
24      <soap:operation soapAction="http://tempuri.org/IAuthorizationManagementService/CreateRole" style="document" />
25      <wsdl:input>
26        <soap:body use="literal" />
27      </wsdl:input>
28      <wsdl:output>
29        <soap:body use="literal" />
30      </wsdl:output>
31    </wsdl:operation>
32  </wsdl:binding>
33  <wsdl:service name="AuthorizationManagementService">
34    <wsdl:port name="BasicHttpBinding_IAuthorizationManagementService" binding="tns:BasicHttpBinding_IAuthorizationManagementService">
35      <soap:address location="http://127.0.0.1:8888/AuthorizationManagementEndpoint" />
36    </wsdl:port>
37  </wsdl:service>
38</wsdl:definitions>
Note: See TracBrowser for help on using the repository browser.