I have adobe form created using adobe livecycle and it gets data from a
web service created by microsoft.net.Assuming the web services is the
one in this
articlehttp://www.codeproject.com/Articles/4398/Authentication-for-Web-Services-using-SOAP-headers.The
web service requires soap headers to be sent with the request and i was
able to do that using .net client using console app and a javascript
client .But i am not able to make this work for the adobe form using the
javacript object model of ado...