|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<wsdl:definitions xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://local.test.aesirx.io:88/media/redcore/webservices/site.content.1.0.0.wsdl" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://local.test.aesirx.io:88/media/redcore/webservices/site.content.1.0.0.wsdl"> |
| 3 | + <wsdl:types> |
| 4 | + <s:schema targetNamespace="http://local.test.aesirx.io:88/media/redcore/webservices/site.content.1.0.0.wsdl" elementFormDefault="unqualified"> |
| 5 | + <s:complexType name="ArrayOfStringType"> |
| 6 | + <s:sequence> |
| 7 | + <s:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="s:string"/> |
| 8 | + </s:sequence> |
| 9 | + </s:complexType> |
| 10 | + <s:element name="create"> |
| 11 | + <s:complexType> |
| 12 | + <s:sequence> |
| 13 | + <s:element minOccurs="0" maxOccurs="1" name="data" type="s:string"/> |
| 14 | + </s:sequence> |
| 15 | + </s:complexType> |
| 16 | + </s:element> |
| 17 | + <s:element name="createResponse"> |
| 18 | + <s:complexType> |
| 19 | + <s:sequence> |
| 20 | + <s:element minOccurs="1" maxOccurs="1" name="result" type="s:boolean"/> |
| 21 | + </s:sequence> |
| 22 | + </s:complexType> |
| 23 | + </s:element> |
| 24 | + </s:schema> |
| 25 | + </wsdl:types> |
| 26 | + <wsdl:service name="site.content.1.0.0"> |
| 27 | + <wsdl:documentation/> |
| 28 | + <wsdl:port name="site.content.1.0.0_Soap" binding="tns:site.content.1.0.0"> |
| 29 | + <soap:address location="http://local.test.aesirx.io:88/administrator/index.php?webserviceClient=site&webserviceVersion=1.0.0&option=content&api=soap"/> |
| 30 | + </wsdl:port> |
| 31 | + </wsdl:service> |
| 32 | + <wsdl:message name="createRequest"> |
| 33 | + <wsdl:part name="parameters" element="tns:create"/> |
| 34 | + </wsdl:message> |
| 35 | + <wsdl:message name="createResponse"> |
| 36 | + <wsdl:part name="parameters" element="tns:createResponse"/> |
| 37 | + </wsdl:message> |
| 38 | + <wsdl:portType name="site.content.1.0.0"> |
| 39 | + <wsdl:operation name="create"> |
| 40 | + <wsdl:input message="tns:createRequest"/> |
| 41 | + <wsdl:output message="tns:createResponse"/> |
| 42 | + </wsdl:operation> |
| 43 | + </wsdl:portType> |
| 44 | + <wsdl:binding name="site.content.1.0.0" type="tns:site.content.1.0.0"> |
| 45 | + <soap:binding transport="http://schemas.xmlsoap.org/soap/http"/> |
| 46 | + <wsdl:operation name="create"> |
| 47 | + <soap:operation soapAction="create" type="document"/> |
| 48 | + <wsdl:input> |
| 49 | + <soap:body use="literal"/> |
| 50 | + </wsdl:input> |
| 51 | + <wsdl:output> |
| 52 | + <soap:body use="literal"/> |
| 53 | + </wsdl:output> |
| 54 | + </wsdl:operation> |
| 55 | + </wsdl:binding> |
| 56 | +</wsdl:definitions> |
0 commit comments