Problem Generating Proxy using WseWsdl3

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • freshj
    New Member
    • Jan 2008
    • 1

    #1

    Problem Generating Proxy using WseWsdl3

    I am attempting to create a C# proxy using WseWsdl3 against a WSDL file created by out Java development staff. I am having the hardest time figuring out what the issue is. Any help would be greatly appreciated. The error message is

    Error: Unable to import binding 'BusinessHierar chyBinding' from namespace 'http://com/jpmc/cio/bhservice'.
    - Unable to import Operation: 'GetBookList'
    - Operation Binding 'GetBookList' from Namespace 'http://com/jpmc/cio/bhservice' has invalid syntax Missing SOAP Operation binding..


    The WSDL is as follows:
    <wsdl:binding name="BusinessH ierarchyBinding " type="ref:Busin essHierarchySer viceSoap">
    <soap:binding transport="http ://schemas.xmlsoap .org/soap/http" />
    <wsdl:operati on name="GetBookLi st">
    <wsdl:input>
    <soap:body use="literal" />
    </wsdl:input>
    <wsdl:output>
    <soap:body use="literal" />
    </wsdl:output>
    </wsdl:operation>
Working...