PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → WD19 AND WEB SERVICES
WD19 AND WEB SERVICES
Iniciado por guest, 01,nov. 2014 10:03 - 7 respuestas
Publicado el 01,noviembre 2014 - 10:03
Hey,

I have installed a web services. This web service is on port 8080.

When i use this url in the browser
http: // -------------------------:8080/WEB ------ /
I get a list of all functions in the web services. So far so good.

But when I use this url or click on description in WSDL format
http: // -------------------------: 8080 / WEB --- / web---.awws wsdl?

I get an HTTP error 404.3 Page not found

The wsdl description is in the site map thats for sure

When i import the webservices in Windev i get
The requested WDSL is not (or no longer) accessibe etc etc



What is wrong ????? :confused::confused:

TIA
Jan
Publicado el 03,noviembre 2014 - 12:04
Jan,

Are you using IIS?
Publicado el 03,noviembre 2014 - 15:55
Yes ...
Publicado el 03,noviembre 2014 - 16:47
Jan,

I'm by no means a SOAP/web services expert, but could it be an issue with your IIS installation/configuration?

<a class="ExternalLink" rel="nofollow" target="_blank" href="http://blogs.msdn.com/b/vivekkum/archive/2009/05/07/http-error-404-3-not-found-when-browsing-wcf-application-after-reinstalling-iis.aspx">http://blogs.msdn.com/b/vivekkum/archive/2009/05/07/http-error-404-3-not-found-when-browsing-wcf-application-after-reinstalling-iis.aspx</a>
Publicado el 03,noviembre 2014 - 18:52
Thanks Darren ,

i look into it :spos:

Jan
Publicado el 04,noviembre 2014 - 10:24
Hi Jan,

I don't know much about soap, but is .wsdl in the list of mime types on your server?

Regards,
Piet
Publicado el 04,noviembre 2014 - 10:44
SOLVED thanks to DarrenF ( a little :joke:)

the awws extension was not chained to the CGI

don't ask me how that happend..???


Thanks to all

Jan
Publicado el 04,noviembre 2014 - 11:09
Jan,

Glad to be of (a little) service! <img src="/NG2013_WEB/ui/smiley/6.gif" align=absmiddle border=0 alt=";)">