blob: 57b593d8f7d0f3d0d514a7caa099dd54a61a52e9 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8" ?>
<!--
~ Licensed to the Apache Software Foundation (ASF) under one
~ or more contributor license agreements. See the NOTICE file
~ distributed with this work for additional information
~ regarding copyright ownership. The ASF licenses this file
~ to you under the Apache License, Version 2.0 (the
~ "License"); you may not use this file except in compliance
~ with the License. You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing,
~ software distributed under the License is distributed on an
~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
~ KIND, either express or implied. See the License for the
~ specific language governing permissions and limitations
~ under the License.
-->
<wsdl:definitions
targetNamespace="http://ode/bpel/unit-test.wsdl"
xmlns="http://schemas.xmlsoap.org/wsdl/"
xmlns:tns="http://ode/bpel/unit-test.wsdl"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:vprop="http://docs.oasis-open.org/wsbpel/2.0/varprop"
xmlns:types="http://ode/bpel/types"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:bpws="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype">
<wsdl:types>
<xsd:schema targetNamespace="http://ode/bpel/types">
<xsd:complexType name="ContentCT">
<xsd:sequence>
<xsd:element name="content" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
</xsd:schema>
</wsdl:types>
<wsdl:message name="HelloXQueryMessage">
<wsdl:part name="TestPart" type="types:ContentCT"/>
</wsdl:message>
<wsdl:portType name="HelloXQueryPortType">
<wsdl:operation name="HelloXQuery">
<wsdl:input message="tns:HelloXQueryMessage" name="TestIn"/>
<wsdl:output message="tns:HelloXQueryMessage" name="TestOut"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="HelloXQuerySoapBinding" type="tns:HelloXQueryPortType">
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="HelloXQuery">
<soap:operation soapAction="" style="rpc"/>
<wsdl:input>
<soap:body
namespace="http://ode/bpel/unit-test.wsdl"
use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body
namespace="http://ode/bpel/unit-test.wsdl"
use="literal"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="HelloXQueryService">
<wsdl:port name="HelloXQueryPort" binding="tns:HelloXQuerySoapBinding">
<soap:address location="http://localhost:8080/ode/processes/HelloXQueryWorld"/>
</wsdl:port>
</wsdl:service>
<plnk:partnerLinkType name="HelloXQueryPartnerLinkType">
<plnk:role name="me" portType="tns:HelloXQueryPortType"/>
<plnk:role name="you" portType="tns:HelloXQueryPortType"/>
</plnk:partnerLinkType>
<vprop:property name="content" type="xsd:string"/>
<vprop:propertyAlias propertyName="tns:content" messageType="tns:HelloXQueryMessage" part="TestPart">
<vprop:query queryLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0">
content
</vprop:query>
</vprop:propertyAlias>
</wsdl:definitions>