Four Js Development Tools Forum

Discussions by product => GWS => Topic started by: David H. on October 05, 2010, 04:42:29 pm



Title: No service found error with FGLWSDL v2.21.02, why?
Post by: David H. on October 05, 2010, 04:42:29 pm
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:-
Code
  1.  
  2.        <wsdl:service name="SubmitDraftMovement">
  3. <wsdl:port name="SubmitDraftMovement_PortType" binding="tns:SubmitDraftMovement_SoapBinding">
  4. <soap:address location="http://localhost:5665/LTS/EMCS/SubmitDraftMovement/1"/>
  5. </wsdl:port>
  6. </wsdl:service>
  7.  

Hopefully something silly on my part but what am I doing wrong?

TIA.

David


Title: Re: No service found error with FGLWSDL v2.21.02, why?
Post by: Sisavanh S. on October 05, 2010, 05:48:28 pm
Hi,

You are right, this is quite strange. Even using the binding is not possible.
I'll create a case and will keep you posted.

Thanks for your patience.
Many regards,


Title: Re: No service found error with FGLWSDL v2.21.02, why?
Post by: David H. on October 06, 2010, 11:55:02 am
Hope to hear something from you soon then with either a fix or workaround as my timescales for this project are challenging as usual!


Title: Re: No service found error with FGLWSDL v2.21.02, why?
Post by: David H. on October 08, 2010, 11:25:16 am
Sorry to hassle but does this have a bug number yet? I'm hoping you'll be able to give me a workaround as I completely stuck at the moment and time is ticking by. If I can't get this working with GWS in a timely manner then I'm going to have to start looking at other tools.


Title: Re: No service found error with FGLWSDL v2.21.02, why?
Post by: Sisavanh S. on October 08, 2010, 11:57:31 am
Hi,

Our expert will be back on Monday.
I'll ask him to check your issue first thing next week.

Sorry for the inconvenience.
Many regards,


Title: Re: No service found error with FGLWSDL v2.21.02, why?
Post by: Sisavanh S. on October 11, 2010, 10:11:43 am
Hi,

As you suspected it was something obvious I did not notice.
You are using SOAP 1.2, we only support SOAP 1.1.
If you don't have the same services in 1.1 then I'm afraid you cannot do it with our current GWS.
Otherwise you need to build everything with xml APIs.

Sorry for the inconvenience.
Many regards,