#1 Thu 04 January 2007 15:40
- jonathan
- Participant assidu
- Date d'inscription: 16 May 2006
- Messages: 263
cwc2 service parameter
Hi all,
I am using the application developers guide on the chameleon site and when I
get to step 4 of Building a Template I get an error.
When I enter:
http://localhost/chameleon/cwc2/cwc2.php?TEMPLATE=myApp.html&CONTEXT=myContext.xml
I get the message:
request URI was http://localhost/chameleon/cwc2/cwc2.php
query string was TEMPLATE=myApp.html&CONTEXT=myContext.xml
Missing mandatory SERVICE parameter
I am using the template file given in the example and I was trying to use
the context world_context.xml. I have saved myApp in the template folder
and I have made a copy of world_context called myContext in the context
folder.
Does anyone have any ideas why I am getting this error?
I am using the ms4w package.
Thanks
Robin
Une réponse propose ce lien vers la documentation d'une version plus récente, mais il n'est plus actif
http://www.maptools.org/chameleon/wiki/ … umentation
Je suis dans la même situation,
Merci pour votre aide
Hors ligne
#2 Thu 04 January 2007 17:35
Re: cwc2 service parameter
Bonjour,
Visiblerment il manque le parametre SERVICE=WMS dans la ligne de l'url, et ce paramètre est obligatoire. Il me semble que ce paramètre est apparaut à la suite d'une mise à jour du webservice WMS.
Y.
Yves Jacolin, bénévole de l'association GeoRezo.net, agit au nom et pour le compte de l'association - Partageons ce qui nous départage !! - GeoRezo vous aide ? Aidez GeoRezo !
Hors ligne
#3 Fri 05 January 2007 09:43
- jonathan
- Participant assidu
- Date d'inscription: 16 May 2006
- Messages: 263
Re: cwc2 service parameter
Bonjour,
Lorsque je saisi l'URL
http://localhost/chameleon/cwc2/cwc2.php?SERVICE=WMS&TEMPLATE=myApp.html&CONTEXT=myContext.xml
Il me répond "...Invalid SERVICE (WMS) requested, must be set to VCG."
En modifiant le parametre SERVICE=VCG, il revient sur l'erreur du départ.
request URI was http://localhost/chameleon/cwc2/cwc2.php
query string was TEMPLATE=myApp.html&CONTEXT=myContext.xml
Missing mandatory SERVICE parameter
Cependant j'utilise maintenant le guide du développeur fourni avec chameleon, il semble que cette doc soit plus récente que celle décrite dans mon premier post. Il s'agit de créer une application.
création de l'arborescence (ms4w/apps/myApp/...),
fichier d'initialisation,
template,
mapfile,
alias
...
Tout semble configuré pour tester l'URL
http://localhost/myapp/index.phtml
mais j'obtiens l'erreur :
Warning: md5_file(C:\ms4w\apps\myApp\htdocs emplate.html) [function.md5-file]: failed to open stream: Invalid argument in C:\ms4w\apps\chameleon\htdocs\chameleon.php on line 472
Je ne crois pas que le fichier chameleon.php contient une erreur, je trouve étrange le "emplate.html". Aprés vérification, je ne crois qu'il y ai d'erreur de frappe dans les fichiers de configuration. Je n'arrive pas à résoudre le problème.
Merci pour votre aide
Hors ligne