Displaying 1 result from an estimated 1 matches for "retrievecustomerdata".
2006 Aug 07
5
Store SOAP::RPC::Driver in user session throws TypeError
...t;110</CompanyCode> <CustomerNumber>2442</CustomerNumber>
<UserName>ccvdev2</UserName> <Password>ccvdev2</Password>
<LibrarySuffix>ORC</LibrarySuffix> <targetHost>wmasprod</targetHost>
</Input> </Request>)
result = soap..retrieveCustomerData(param)
I get the expected result, but the real problem is performance since I have
to re-create the rpc-driver to the same service on each request. So I try
and store the soap object which is SOAP::RPC::Driver type.
session[:soap] = soap
and I get TypeError (singleton can''t be dumped):...