When accessing or modifying webservice request or response headers in ColdFusion MX 7, you may receive an error indicating one of the following is undefined if you are using code that previously worked in ColdFusion MX 6.1:
- ADDREQUESTHEADER
- ADDRESPONSEHEADER
- GETREQUESTHEADER
- GETRESPONSEHEADER
The error will appear similar to following format:
Variable ADDREQUESTHEADER is undefined.

