Search Content


Content Categories



Support Multiple Cookies in Header

salesforce's wsdl generated apex classes seem to not have access to more than 1 cookie in an HTTP header. Please fix this.

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


Dabbleboard is an awesome online whiteboard tools that turns your random mouse scribbles into perfect shapes. For instance, if you like to add a rectangle or oval on to the dashboard, just draw an approximate sketch with the mouse and Dabbleboard...

Read more about Draw Perfect Shapes using Dabbleboard...

How to make a field Read-only in Salesforce.com


A few days ago I got an e-mail asking for some help in Salesforce.com -   How to make a field as Read only in GUI. For ex: In Account Tab, i want to make a Phone Field as Read Only in GUI. when we click on Edit on an Account, in that I want to...

Read more about How to make a field Read-only in Salesforce.com...