Hello, I have a simple html file with a text area for user input. I need to pass this input to an existing web service on a different domain. I have tried using xmlhttp requests and found that it doesn't work because of the same origin policy and it's possible the server i'm trying to connect to doesn't support cors. The input must be sent with SOAP. Is there another way for me to send it that doesn't use xmlhttprequests?
Connect to web service using soap/xml
Page 1 of 11 Replies - 676 Views - Last Post: 10 December 2012 - 01:03 PM
Replies To: Connect to web service using soap/xml
#2
Re: Connect to web service using soap/xml
Posted 10 December 2012 - 01:03 PM
let your server send the SQAP request. HTML can’t deal with the response anyways.
Page 1 of 1
|
|

New Topic/Question
Reply


MultiQuote



|