Hi
i recently added scriptservice to my asp.net 3.5 webservices. I am doing a direct http call to the webservice via Android(java) and getting back json. Thats working all nice and everything. Now i want to add securtiy to it so my normal way is to have a soapheader with a gen token or username password and theh https the webservice.
I did that in the asp.net webservice side but how do i get and set the soapheader when using a direct scriptservice(json).
thanks