SOAP Prototype Ajax SOAPAction Header question?

Cross site scripting security issues aside, I've written a Prototype. Js SOAP client before and had lots of problems with the 'Content-Type' and 'SOAPAction' headers. I eventually used the following and it worked (But only for requests in the same domain).

Cross site scripting security issues aside, I've written a Prototype. Js SOAP client before and had lots of problems with the 'Content-Type' and 'SOAPAction' headers. I eventually used the following and it worked (But only for requests in the same domain).

Cotent-Type: text/xml; charset=utf-8 SOAPAction.

You can't make cross-domain requests with Ajax. It's a security restriction. There are a couple different efforts underway to enable safe cross-domain requests, but they aren't supported by all browsers, and they require cooperation from the site you're trying to make requests to.

Many people instead use an HTTP proxy script — a script on your server that receives Ajax requests, contacts remote URLs, and passes along the response.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions