Hi
This is my first post, and I am very new to web services so forgive me if I don't express this too well.
I have been given the job of creating a client application to connect to an existing external web service. I have been provided with the wsdl, xsd and various other example xml files.
The application will need to pick up an XML file from the local network and pass it through the webservice.
I am trying to create a proxy by using the Visual Studio 2005 command prompt.
wsdl /o:BulkClaim.cs D:\PCOLBulkClaim\BulkClaim.wsdl
It fails stating
ERROR: Unable to import binding 'BulkClaimSoapBinding' from namespace 'http://uk.gov.dca.pcol.webservice.bulkclaim.service/BulkClaim
-Unable to import operation 'processMortgageClaim'
- The datatype 'http://xml.apache.org/xml-soap:Element' is missing
If anyone can point me in the right direction I would be very grateful.
Thanks
Marc