Here is the channel I think is causing the problem. I think maybe Im reading the wsdl wrong for the method. But here is the method I am trying to call, ExportData...
<binding name="MyCompWS_Binding" type="wsdlns:MyCompWS_PortType">
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
<operation name="ExportData">
<soap:operation soapAction="ExportData"/>
<input name="MyCompWS_In">
<soap:header wsdl:required="false" message="wsdlns:AuthIn" part="UserInfo" use="literal"/>
<soap:body namespace="MyComp" parts="Table FolderId Fields Filter CSVSeparator FormatOptions FormatType ExportOptions" use="literal"/>
</input>
<output name="MyCompWS_Out">
<soap:body namespace="MyComp" parts="Data" use="literal"/>
</output>
</operation>

