DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23283>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23283 WebServiceProxy doesn't re-encode request parameters [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2003-09-22 19:07 ------- Not actually a bug in the WSProxy, you need to use the RawRequestParameterInputModule in order to pass encoded request params to the remote service. For the request "http://foo.com/service?actor=johnny+depp": {request-param:actor} is equal to the string "johnny depp" {raw-request-param:actor} is equal to the string "johnny+depp" Something in the docs should reflect how to do this correctly.
