Hi all,
Rather new to webservices (apart from a few basic trials a couple of years back!) and am just starting out on a real world project. I seem to have fallen at the first hurdle (generating files for a client) using FGLWSDL. When I run it on the attached WSDL file I get the following warning and error:-
WARNING : no service element found, using binding instead.
ERROR : no service found.Yet the file does contain:-
<wsdl:service name="SubmitDraftMovement">
<wsdl:port name="SubmitDraftMovement_PortType" binding="tns:SubmitDraftMovement_SoapBinding">
<soap:address location="http://localhost:5665/LTS/EMCS/SubmitDraftMovement/1"/>
</wsdl:port>
</wsdl:service>
Hopefully something silly on my part but what am I doing wrong?
TIA.
David