blob: 73e864732905c656d48ed5d77a3b75c9a55bf83b [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
name="B"
targetNamespace="http://B">
<wsdl:types>
<xsd:schema
targetNamespace="http://B">
<xsd:complexType name="BType">
<xsd:sequence>
<xsd:element name="attribute1" type="xsd:string" />
</xsd:sequence>
</xsd:complexType>
</xsd:schema>
</wsdl:types>
</wsdl:definitions>