Delete ergänzt
This commit is contained in:
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -29,6 +29,13 @@
|
|||||||
<message name="loginResponse">
|
<message name="loginResponse">
|
||||||
<part name="parameters" element="ost:loginResponse"/>
|
<part name="parameters" element="ost:loginResponse"/>
|
||||||
</message>
|
</message>
|
||||||
|
|
||||||
|
<message name="deleteRequestMsg">
|
||||||
|
<part name="parameters" element="ost:DeleteRequest"/>
|
||||||
|
</message>
|
||||||
|
<message name="deleteResponseMsg">
|
||||||
|
<part name="parameters" element="ost:DeleteResponse"/>
|
||||||
|
</message>
|
||||||
|
|
||||||
|
|
||||||
<message name="getUserDataRequest">
|
<message name="getUserDataRequest">
|
||||||
@@ -354,6 +361,11 @@
|
|||||||
<output name="GetApplicationsResponsePort" message="os:GetApplicationsResponseMsg" />
|
<output name="GetApplicationsResponsePort" message="os:GetApplicationsResponseMsg" />
|
||||||
<fault name="GetApplicationsFault" message="os:ServiceFaultMsg" />
|
<fault name="GetApplicationsFault" message="os:ServiceFaultMsg" />
|
||||||
</operation>
|
</operation>
|
||||||
|
<operation name="delete">
|
||||||
|
<input name="DeleteRequestPort" message="os:deleteRequestMsg" />
|
||||||
|
<output name="DeleteResponsePort" message="os:deleteResponseMsg" />
|
||||||
|
<fault name="DeleteFault" message="os:ServiceFaultMsg" />
|
||||||
|
</operation>
|
||||||
</portType>
|
</portType>
|
||||||
|
|
||||||
<binding name="omdsServicePortBinding" type="os:omdsServicePortType">
|
<binding name="omdsServicePortBinding" type="os:omdsServicePortType">
|
||||||
@@ -363,6 +375,18 @@
|
|||||||
<!-- Referenz auf jeweilige Security Policy für alle Methoden, in diesem Fall eine UsernameToken-Policy -->
|
<!-- Referenz auf jeweilige Security Policy für alle Methoden, in diesem Fall eine UsernameToken-Policy -->
|
||||||
<wsp:PolicyReference URI="#OMDSUsernameTokenPolicy" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"/>
|
<wsp:PolicyReference URI="#OMDSUsernameTokenPolicy" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"/>
|
||||||
|
|
||||||
|
<operation name="delete">
|
||||||
|
<soap:operation soapAction="urn:delete" style="document" />
|
||||||
|
<input name="deleteRequest">
|
||||||
|
<soap:body use="literal" />
|
||||||
|
</input>
|
||||||
|
<output name="deleteResponse">
|
||||||
|
<soap:body use="literal" />
|
||||||
|
</output>
|
||||||
|
<fault name="DeleteFault">
|
||||||
|
<soap:fault name="DeleteFault" use="literal"/>
|
||||||
|
</fault>
|
||||||
|
</operation>
|
||||||
|
|
||||||
<operation name="login">
|
<operation name="login">
|
||||||
<soap:operation soapAction="urn:login" style="document" />
|
<soap:operation soapAction="urn:login" style="document" />
|
||||||
|
|||||||
Reference in New Issue
Block a user