Support Multiple Cookies in Header
I am using apex classes generated by the wsdl2apex functionality in salesforce, to integrate with a web service.
This webservice passes 3 cookies over in the http headers.
Apex provides outputHttpHeaders_x as a variable in the Soap class to access header variables passed over by the web service response, however, it appears that it can't combine the 3 cookies into 1. It seems to discard 2 of the 3.
i got around the problem by doing a pure webservices call using the HTTPRequest object, but that was less than ideal.
Related Social CRMs Articles
Draw Perfect Shapes using Dabbleboard
Read more about Draw Perfect Shapes using Dabbleboard...
How to make a field Read-only in Salesforce.com
Read more about How to make a field Read-only in Salesforce.com...



