Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
El Sayed, Nadim
ocpp-cp
Commits
215dbfd9
Commit
215dbfd9
authored
Sep 21, 2017
by
Gozutok, Recep
Browse files
Upload New File
parent
28ca0949
Changes
1
Hide whitespace changes
Inline
Side-by-side
OPERATIONS/Goal/reserve.wsdl
0 → 100644
View file @
215dbfd9
<?xml version="1.0" encoding="UTF-8"?>
<definitions
name=
"reserve"
targetNamespace=
"urn:reserve"
xmlns:tns=
"urn:reserve"
xmlns:SOAP-ENV=
"http://schemas.xmlsoap.org/soap/envelope/"
xmlns:SOAP-ENC=
"http://schemas.xmlsoap.org/soap/encoding/"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd=
"http://www.w3.org/2001/XMLSchema"
xmlns:ns1=
"urn:reserve"
xmlns:SOAP=
"http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:HTTP=
"http://schemas.xmlsoap.org/wsdl/http/"
xmlns:MIME=
"http://schemas.xmlsoap.org/wsdl/mime/"
xmlns:DIME=
"http://schemas.xmlsoap.org/ws/2002/04/dime/wsdl/"
xmlns:WSDL=
"http://schemas.xmlsoap.org/wsdl/"
xmlns=
"http://schemas.xmlsoap.org/wsdl/"
>
<types>
<schema
targetNamespace=
"urn:reserve"
xmlns:SOAP-ENV=
"http://schemas.xmlsoap.org/soap/envelope/"
xmlns:SOAP-ENC=
"http://schemas.xmlsoap.org/soap/encoding/"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd=
"http://www.w3.org/2001/XMLSchema"
xmlns:ns1=
"urn:reserve"
xmlns=
"http://www.w3.org/2001/XMLSchema"
elementFormDefault=
"unqualified"
attributeFormDefault=
"unqualified"
>
<import
namespace=
"http://schemas.xmlsoap.org/soap/encoding/"
/>
<simpleType
name=
"ReserveStatus"
>
<!-- ns1__ReserveStatus -->
<restriction
base=
"xsd:string"
>
<enumeration
value=
"Accepted"
/>
<!-- ns1__ReserveStatus__Accepted -->
<!-- = 0 -->
<enumeration
value=
"Blocked"
/>
<!-- ns1__ReserveStatus__Blocked -->
<!-- = 1 -->
<enumeration
value=
"Expired"
/>
<!-- ns1__ReserveStatus__Expired -->
<!-- = 2 -->
<enumeration
value=
"Invalid"
/>
<!-- ns1__ReserveStatus__Invalid -->
<!-- = 3 -->
<enumeration
value=
"ConcurrentTx"
/>
<!-- ns1__ReserveStatus__ConcurrentTx -->
<!-- = 4 -->
</restriction>
</simpleType>
<complexType
name=
"ReserveNowRequest"
>
<!-- ns1__ReserveNowRequest -->
<sequence>
<element
name=
"connectorId"
type=
"xsd:int"
minOccurs=
"1"
maxOccurs=
"1"
/>
<!-- ns1__ReserveNowRequest::connectorId -->
<element
name=
"expiryDate"
type=
"xsd:dateTime"
minOccurs=
"1"
maxOccurs=
"1"
/>
<!-- ns1__ReserveNowRequest::expiryDate -->
<element
name=
"reservationId"
type=
"xsd:int"
minOccurs=
"1"
maxOccurs=
"1"
/>
<!-- ns1__ReserveNowRequest::reservationId -->
</sequence>
</complexType>
<complexType
name=
"ReserveNowResponse"
>
<!-- ns1__ReserveNowResponse -->
<sequence>
<element
name=
"status"
type=
"ns1:ReserveStatus"
minOccurs=
"1"
maxOccurs=
"1"
/>
<!-- ns1__ReserveNowResponse::status -->
</sequence>
</complexType>
<!-- operation response element -->
<element
name=
"reserveNowResponse"
type=
"ns1:ReserveNowResponse"
/>
<element
name=
"reserveNowRequest"
type=
"ns1:ReserveNowRequest"
/>
</schema>
</types>
<message
name=
"ReserveNow"
>
<part
name=
"Body"
element=
"ns1:reserveNowRequest"
/>
<!-- __ns1__ReserveNow::ns1__reserveNowRequest -->
</message>
<message
name=
"ReserveNowResponse"
>
<part
name=
"Body"
element=
"ns1:reserveNowResponse"
/>
</message>
<portType
name=
"reservePortType"
>
<operation
name=
"ReserveNow"
>
<documentation>
Service definition of function __ns1__ReserveNow
</documentation>
<input
message=
"tns:ReserveNow"
/>
<output
message=
"tns:ReserveNowResponse"
/>
</operation>
</portType>
<binding
name=
"reserve"
type=
"tns:reservePortType"
>
<SOAP:binding
style=
"document"
transport=
"http://schemas.xmlsoap.org/soap/http"
/>
<operation
name=
"ReserveNow"
>
<SOAP:operation
soapAction=
""
/>
<input>
<SOAP:body
parts=
"Body"
use=
"literal"
/>
</input>
<output>
<SOAP:body
parts=
"Body"
use=
"literal"
/>
</output>
</operation>
</binding>
<service
name=
"reserve"
>
<documentation>
gSOAP 2.8.28 generated service definition
</documentation>
<port
name=
"reserve"
binding=
"tns:reserve"
>
<SOAP:address
location=
"http://localhost:8080/"
/>
</port>
</service>
</definitions>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment