Four Js Development Tools Forum

Discussions by product => GWS => Topic started by: Daniele A. on November 26, 2013, 11:45:11 am



Title: fgwsdl parameters
Post by: Daniele A. on November 26, 2013, 11:45:11 am
Hi
with fglwsdl  version 2.41.04 build-128743

opening the URL http://<XXX-server>/<name-of-the-service>?WSDL with browser i can see the definition schema
while using
fglwsdl  http://<XXX-server>/<name-of-the-service>?WSDL
after 30 seconds i get:
HTTP ERROR : Request-URI Too Long;unable to load http://<XXX-server>/<name-of-the-service>?WSDL
there are some mandatory  parameters for fglwsdl ?
in the docs i can't find any tips

thanks


Title: Re: fgwsdl parameters
Post by: Sisavanh S. on November 26, 2013, 04:28:18 pm
Hi,

Seems that your provider is sending http status 414.
Setting FGLWSDEBUG=3, might give you some hints.

We would like to test your url.

Could you open a case at your local support center ?

Best regards,


Title: Re: fgwsdl parameters
Post by: Daniele A. on November 26, 2013, 05:15:53 pm
Hi
I was writing the solution in the form:
setting FGLWSDEBUG=3
the output show an access problem due a proxy configuration
now I know how I should proceed

thanks