Bug 484

Summary: [Chameleon - Service Instance] Is "request=" valid in new design?
Product: Chameleon Reporter: Chris Thorne <cthorne@dmsolutions.ca>
Component: CoreAssignee: chameleon-dev <chameleon-dev@lists.maptools.org>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 1.99   
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description From 2004-06-29 14:51:37
Is the parameter "request=" valid in the new Service Instance spec?

http://localhost/chameleon/cwc2/cwc2.php?request=GetApplication&version=0.1.0&LANGUAGES=en-CA&TEMPLATES=sample_cwc2.html

request URI was http://localhost/chameleon/cwc2/cwc2.php
query string was
request=GetApplication&version=0.1.0&LANGUAGES=en-CA&TEMPLATES=sample_cwc2.html
Missing mandatory SERVICE parameter


The error is suggesting that the service parameter is now the valid parameter.

http://localhost/chameleon/cwc2/cwc2.php?service=GetApplication&version=0.1.0&LANGUAGES=en-CA&TEMPLATES=sample_cwc2.html
------- Comment #1 From 2004-06-29 14:56:07 -------
I just figured it out. This should be valid.

http://localhost/chameleon/cwc2/cwc2.php?service=VCG&request=GetApplication&version=0.1.0&LANGUAGES=en-CA&TEMPLATES=sample_cwc2.html

where: service=VCG & request=GetApplication