pb写的调用webservice上传xml

问题遇到的现象和发生背景

传入参数以后,接口返回的是error:invalid cipher text

运行结果及报错内容
问题相关代码,请勿粘贴截图

strReportInfo,strCredential,strKey这三个传参都是经过加密编码

POST /xx.asmx/upload HTTP/1.1
Host:
Content-Type: application/x-www-form-urlencoded
Content-Length: length

strReportInfo=string&strCredential=string&strKey=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

string

我的解答思路和尝试过的方法

困扰了几天,不知道这个报错是什么原因,求解决思路

可以把代码复制到记事本发给我看看