Bug 484 - [Chameleon - Service Instance] Is "request=" valid in new design?
: [Chameleon - Service Instance] Is "request=" valid in new design?
Status: RESOLVED FIXED
: Chameleon
Core
: 1.99
: PC Windows 2000
: P2 normal
: ---
Assigned To:
:
:
:
:
:
  Show dependency treegraph
 
Reported: 2004-06-29 14:51 by
Modified: 2004-06-29 14:56 (History)


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


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