K
kevin_wailes
I'm trying to add a web reference to a J# project and everything goes
OK until I get this message :
Custom tool warning: At least one import Operation is an unsupported
type and has been ignored.
I use the same WSDL in XMLSPY and it works a treat but Visual Studio
doesn't like it for smoe reason and I can't figure out why.
Any suggestions would be much appreciated. Please by gentle and use
words of one syllable as I'm a mainframe sysprog whose just getting
into this stuff.
Here's my WSDL :
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions
name="Pro4Task"
targetNamespace="http://www.proiv.com/Pro4Task.wsdl"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:tns="http://www.proiv.com/Pro4Task.wsdl"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsd1="http://www.proiv.com/Pro4TaskUntitled.xsd1">
<wsdl:documentation
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Created using Cape Clear
Studio SOA Editor - http://www.capeclear.com</wsdl:documentation>
<wsdl:types>
<xsd:schema
targetNamespace="http://www.proiv.com/Pro4TaskUntitled.xsd1"
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsd1="http://www.proiv.com/Pro4TaskUntitled.xsd1"/>
</wsdl:types>
<wsdl:message name="Pro4TaskResponse">
<wsdlart name="rc" type="xsd:string"/>
<wsdlart name="rn" type="xsd:string"/>
<wsdlart name="sc" type="xsd:string"/>
<wsdlart name="fm" type="xsd:string"/>
<wsdlart name="qp" type="xsd:string"/>
<wsdlart name="dc" type="xsd:string"/>
<wsdlart name="rf" type="xsd:string"/>
<wsdlart name="pc" type="xsd:string"/>
<wsdlart name="pn" type="xsd:string"/>
<wsdlart name="pv" type="xsd:string"/>
</wsdl:message>
<wsdl:message name="Pro4TaskRequest">
<wsdlart name="ty" type="xsd:string"/>
<wsdlart name="tx" type="xsd:string"/>
<wsdlart name="cd" type="xsd:string"/>
<wsdlart name="oi" type="xsd:string"/>
<wsdlart name="pg" type="xsd:string"/>
<wsdlart name="tk" type="xsd:string"/>
<wsdlart name="nl" type="xsd:string"/>
<wsdlart name="vl" type="xsd:string"/>
<wsdlart name="np" type="xsd:string"/>
<wsdlart name="vp" type="xsd:string"/>
<wsdlart name="pc" type="xsd:string"/>
<wsdlart name="pn" type="xsd:string"/>
<wsdlart name="pv" type="xsd:string"/>
</wsdl:message>
<wsdlortType name="Pro4Task">
<wsdlperation name="Pro4Task">
<wsdl:input message="tnsro4TaskRequest"/>
<wsdlutput message="tnsro4TaskResponse"/>
</wsdlperation>
</wsdlortType>
<wsdl:binding name="Pro4Task" type="tnsro4Task">
<soap:binding style="rpc"
transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdlperation name="Pro4Task">
<soapperation
soapAction="http://..."
style="rpc"/>
<wsdl:input>
<soap:body parts="ty tx cd oi pg tk nl vl np vp pc pn
pv" use="literal"/>
</wsdl:input>
<wsdlutput>
<soap:body parts="rc rn sc fm qp dc rf pc pn pv"
use="literal"/>
</wsdlutput>
</wsdlperation>
</wsdl:binding>
<wsdl:service name="Pro4Task">
<wsdlort binding="tnsro4Task" name="Pro4Task">
<soap:address location="http://..."/>
</wsdlort>
</wsdl:service>
</wsdl:definitions>
OK until I get this message :
Custom tool warning: At least one import Operation is an unsupported
type and has been ignored.
I use the same WSDL in XMLSPY and it works a treat but Visual Studio
doesn't like it for smoe reason and I can't figure out why.
Any suggestions would be much appreciated. Please by gentle and use
words of one syllable as I'm a mainframe sysprog whose just getting
into this stuff.
Here's my WSDL :
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions
name="Pro4Task"
targetNamespace="http://www.proiv.com/Pro4Task.wsdl"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:tns="http://www.proiv.com/Pro4Task.wsdl"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsd1="http://www.proiv.com/Pro4TaskUntitled.xsd1">
<wsdl:documentation
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Created using Cape Clear
Studio SOA Editor - http://www.capeclear.com</wsdl:documentation>
<wsdl:types>
<xsd:schema
targetNamespace="http://www.proiv.com/Pro4TaskUntitled.xsd1"
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsd1="http://www.proiv.com/Pro4TaskUntitled.xsd1"/>
</wsdl:types>
<wsdl:message name="Pro4TaskResponse">
<wsdlart name="rc" type="xsd:string"/>
<wsdlart name="rn" type="xsd:string"/>
<wsdlart name="sc" type="xsd:string"/>
<wsdlart name="fm" type="xsd:string"/>
<wsdlart name="qp" type="xsd:string"/>
<wsdlart name="dc" type="xsd:string"/>
<wsdlart name="rf" type="xsd:string"/>
<wsdlart name="pc" type="xsd:string"/>
<wsdlart name="pn" type="xsd:string"/>
<wsdlart name="pv" type="xsd:string"/>
</wsdl:message>
<wsdl:message name="Pro4TaskRequest">
<wsdlart name="ty" type="xsd:string"/>
<wsdlart name="tx" type="xsd:string"/>
<wsdlart name="cd" type="xsd:string"/>
<wsdlart name="oi" type="xsd:string"/>
<wsdlart name="pg" type="xsd:string"/>
<wsdlart name="tk" type="xsd:string"/>
<wsdlart name="nl" type="xsd:string"/>
<wsdlart name="vl" type="xsd:string"/>
<wsdlart name="np" type="xsd:string"/>
<wsdlart name="vp" type="xsd:string"/>
<wsdlart name="pc" type="xsd:string"/>
<wsdlart name="pn" type="xsd:string"/>
<wsdlart name="pv" type="xsd:string"/>
</wsdl:message>
<wsdlortType name="Pro4Task">
<wsdlperation name="Pro4Task">
<wsdl:input message="tnsro4TaskRequest"/>
<wsdlutput message="tnsro4TaskResponse"/>
</wsdlperation>
</wsdlortType>
<wsdl:binding name="Pro4Task" type="tnsro4Task">
<soap:binding style="rpc"
transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdlperation name="Pro4Task">
<soapperation
soapAction="http://..."
style="rpc"/>
<wsdl:input>
<soap:body parts="ty tx cd oi pg tk nl vl np vp pc pn
pv" use="literal"/>
</wsdl:input>
<wsdlutput>
<soap:body parts="rc rn sc fm qp dc rf pc pn pv"
use="literal"/>
</wsdlutput>
</wsdlperation>
</wsdl:binding>
<wsdl:service name="Pro4Task">
<wsdlort binding="tnsro4Task" name="Pro4Task">
<soap:address location="http://..."/>
</wsdlort>
</wsdl:service>
</wsdl:definitions>