I think this person hit on my problem Link
I have a schema and a pdf that has something like the below
I have NO WSDL file. Absolutely none, i do have a large schema (apiName.xsd). It seems like i need to do something with it but i have no clue what.
<xs:element name="CheckDomain">
<xs:complexType>
<xs:sequence>
<xs:element name="domain" type="domainRef"/>
<xs:element name="suggestions" type="xs:boolean" default="false" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>