diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2024-11-26 16:09:43 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2024-11-26 16:09:43 -0500 |
| commit | d00c3e4a54c7fa36a6832249baf221d1d6afef2f (patch) | |
| tree | 6d23febae6d120b8710cc89cf470cd6b83e453ce /DERMSInterface.wsdl | |
| parent | aebaf1276e850ab9d97ff5208680224a39a5ba4a (diff) | |
| download | soen423-d00c3e4a54c7fa36a6832249baf221d1d6afef2f.zip | |
wsdl files
Diffstat (limited to 'DERMSInterface.wsdl')
| -rw-r--r-- | DERMSInterface.wsdl | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/DERMSInterface.wsdl b/DERMSInterface.wsdl new file mode 100644 index 0000000..eeddb53 --- /dev/null +++ b/DERMSInterface.wsdl @@ -0,0 +1,77 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<!-- Generated by JAX-WS RI (http://jax-ws.java.net). RI's version is JAX-WS RI 2.2.9-b130926.1035 svn-revision#5f6196f2b90e9460065a4c2f4e30e065b245e51e. --> +<definitions targetNamespace="http://derms.com/" name="DERMSInterface" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:wsp="http://www.w3.org/ns/ws-policy" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsp1_2="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:tns="http://derms.com/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata"> + <import namespace="http://frontend.derms/" location="DERMSInterfacePortType.wsdl"/> + <binding name="DERMSServerImplPortBinding" type="ns1:DERMSInterface" xmlns:ns1="http://frontend.derms/"> + <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc"/> + <operation name="addResource"> + <soap:operation soapAction=""/> + <input> + <soap:body use="literal" namespace="http://frontend.derms/"/> + </input> + <output> + <soap:body use="literal" namespace="http://frontend.derms/"/> + </output> + </operation> + <operation name="removeResource"> + <soap:operation soapAction=""/> + <input> + <soap:body use="literal" namespace="http://frontend.derms/"/> + </input> + <output> + <soap:body use="literal" namespace="http://frontend.derms/"/> + </output> + </operation> + <operation name="listResourceAvailability"> + <soap:operation soapAction=""/> + <input> + <soap:body use="literal" namespace="http://frontend.derms/"/> + </input> + <output> + <soap:body use="literal" namespace="http://frontend.derms/"/> + </output> + </operation> + <operation name="requestResource"> + <soap:operation soapAction=""/> + <input> + <soap:body use="literal" namespace="http://frontend.derms/"/> + </input> + <output> + <soap:body use="literal" namespace="http://frontend.derms/"/> + </output> + </operation> + <operation name="returnResource"> + <soap:operation soapAction=""/> + <input> + <soap:body use="literal" namespace="http://frontend.derms/"/> + </input> + <output> + <soap:body use="literal" namespace="http://frontend.derms/"/> + </output> + </operation> + <operation name="swapResource"> + <soap:operation soapAction=""/> + <input> + <soap:body use="literal" namespace="http://frontend.derms/"/> + </input> + <output> + <soap:body use="literal" namespace="http://frontend.derms/"/> + </output> + </operation> + <operation name="findResource"> + <soap:operation soapAction=""/> + <input> + <soap:body use="literal" namespace="http://frontend.derms/"/> + </input> + <output> + <soap:body use="literal" namespace="http://frontend.derms/"/> + </output> + </operation> + </binding> + <service name="DERMSInterface"> + <port name="DERMSServerImplPort" binding="tns:DERMSServerImplPortBinding"> + <soap:address location="REPLACE_WITH_ACTUAL_URL"/> + </port> + </service> +</definitions> + |