Author: boisvert
Date: Wed Aug  9 08:59:03 2006
New Revision: 430080

URL: http://svn.apache.org/viewvc?rev=430080&view=rev
Log:
remove unnecessary partnerlink from http binding

Modified:
    incubator/ode/trunk/jbi-examples/src/examples/PingPong/ping-http/Ping.wsdl

Modified: 
incubator/ode/trunk/jbi-examples/src/examples/PingPong/ping-http/Ping.wsdl
URL: 
http://svn.apache.org/viewvc/incubator/ode/trunk/jbi-examples/src/examples/PingPong/ping-http/Ping.wsdl?rev=430080&r1=430079&r2=430080&view=diff
==============================================================================
--- incubator/ode/trunk/jbi-examples/src/examples/PingPong/ping-http/Ping.wsdl 
(original)
+++ incubator/ode/trunk/jbi-examples/src/examples/PingPong/ping-http/Ping.wsdl 
Wed Aug  9 08:59:03 2006
@@ -3,7 +3,6 @@
         targetNamespace="urn:/Ping.wsdl"
         xmlns:tns="urn:/Ping.wsdl"
         xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/";
-        xmlns:plnk="http://schemas.xmlsoap.org/ws/2004/03/partner-link/";
         xmlns:smix="http://servicemix.org/wsdl/jbi/";
         xmlns="http://schemas.xmlsoap.org/wsdl/";>
 
@@ -41,10 +40,6 @@
             <output message="tns:PingResponse"/>
         </operation>
     </portType>
-
-    <plnk:partnerLinkType name="PingPartnerLinkType">
-        <plnk:role name="Provider" portType="tns:PingPortType"/>
-    </plnk:partnerLinkType>
 
     <binding name="PingSoapBinding" type="tns:PingPortType">
         <soap:binding style="document" 
transport="http://schemas.xmlsoap.org/soap/http"/>


Reply via email to