<Types>
<xsd:schema targetNamespace="http://tempuri.org/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:element name="foo"
type="xsd:string" />
</xsd:schema>
</Types>
<PortType name="String">
<Operation>
<Input>
<Body type="QName" />
<Header type="QName" mandatory="Boolean" />
</Input>
<Output>
<Body type="QName" />
<Header type="QName" mandatory="Boolean" />
</Output>
<Fault />??
</Operation>
</PortType>
<Port
type="QName"
name="anyURI">
<PolicyAssertiontype="anyURI" />
<PolicyAssertiontype="anyURI" />
</Port>
<Description
targetNamespace="http://keithba.com"
xmlns="http://schemas.xmlsoap.org/ws/2002/04/wsdl/nirvana"
xmlns:tns="http://keithba.com">
<Types>
<xsd:schema
targetNamespace="http://keithba.com"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:element
name="FooRequest"
type="xsd:string" />
<xsd:element
name="FooResponse"
type="xsd:int" />
</xsd:schema>
</Types>
[missing figure]
<Port type="tns:FooPortType" name="http://keithba.com/MyPort">
<PolicyAssertion
type="http://schemas.xmlsoap.org/soap/http" />
<PolicyAssertiontype="http://schemas.xmlsoap.org/ws/2002/01/secext"/>
</Port>
</Description>