Remove partnerLinkType from test-import.wsdl (tested in jupiter.wsdl instead)

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1096234 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
nash 2011-04-23 21:23:47 +00:00
parent c7470838c7
commit 5a4bb3643e

View file

@ -23,7 +23,6 @@
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:plnk="http://schemas.xmlsoap.org/ws/2004/03/partner-link/"
name="test-import">
<wsdl:import namespace="http://account3" location="/wsdl/test-import-nested.wsdl" />
@ -47,9 +46,4 @@
</wsdl:port>
</wsdl:service>
<plnk:partnerLinkType name="AccountPartnerLinkType">
<plnk:role name="me" portType="account3:Account" />
<plnk:role name="you" portType="account3:Account" />
</plnk:partnerLinkType>
</wsdl:definitions>