Displaying 1 result from an estimated 1 matches for "librarysuffix".
2006 Aug 07
5
Store SOAP::RPC::Driver in user session throws TypeError
...m.log"
param = %(<Request name="com.wm.ccv.rpgrouter.seagull.CustomerProfileResCom">
<Input> <CompanyCode>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...