-
When I create a new Message and run SoapProxy::Execute on it memory is created that wont be freed. To overcome this problem. The proxy has to be deleted and created each time you wont to make a new request. Since this approach is very slow in comparison to the normal use, it would be usefull to have a bugfix for this. The version that I have downloaded is EasySoap++-0.8.0. Unfortunately the...
2009-07-25 14:57:11 UTC by nobody
-
Solution is:
apinfo.AddAttribute("AP_ID") = "aaa";
apinfo.AddAttribute("AP_PWD")= "bbb";
apinfo.AddAttribute("AP_TransID") = "ccc";.
2009-06-18 13:16:48 UTC by foxise
-
I want to do this XML request:
...
<AP_Info AP_ID='http://www.aa.com' AP_PWD='aaaa' AP_TransID='_111'></AP_Info>
...
My code:
SOAPParameter apinfo;
apinfo.SetName("AP_Info");apinfo.AddAttribute("AP_ID").
apinfo.AddAttribute("AP_ID");
apinfo.AddAttribute("AP_PWD");
apinfo.AddAttribute("AP_TransID");
Result is:
2009-06-18 12:49:05 UTC by foxise
-
Logged In: YES
user_id=27458
It's fixed now. I did the tag first, noticed the patch,
applied the patch, then did the release but didn't fix the
tag. Thanks for reminding me.
2006-11-13 17:26:39 UTC by dcrowley
-
Logged In: YES
user_id=764271
Thanks for applying this -- and I'm also pleased to see the
appearance of 0.8.0 :)
However I note, with slight confusion, that this patch
appears to have made it into the 0.8.0 zipfile, even though
it has only been committed to CVS HEAD, and not BRANCH_080
or EASYSOAP_0_8_0...
2006-11-13 13:53:55 UTC by zak-k
-
dcrowley committed patchset 852 of module easysoap to the EasySoap++ CVS repository, changing 1 files.
2006-11-10 18:03:25 UTC by dcrowley
-
dcrowley committed patchset 851 of module easysoap to the EasySoap++ CVS repository, changing 1 files.
2006-11-10 17:56:45 UTC by dcrowley
-
dcrowley committed patchset 850 of module easysoap to the EasySoap++ CVS repository, changing 3 files.
2006-11-10 17:48:18 UTC by dcrowley
-
dcrowley committed patchset 849 of module easysoap to the EasySoap++ CVS repository, changing 7 files.
2006-11-09 20:53:04 UTC by dcrowley
-
dcrowley committed patchset 848 of module easysoap to the EasySoap++ CVS repository, changing 15 files.
2006-11-09 07:24:38 UTC by dcrowley