Hi, Is there a way to make cross domain webservice call from client code(javascript or xmlhttp)? Webservice is in intranet and not open to the outside world therefore i can't make a server proxy :(. Thanks, Amit Thanks, Amit
amitar27
Posts
-
Cross domain webservice call from client code -
Converting Request object to WebRequest in asp.netI am trying to write internet application which will be hosted by me and used by client but application need to access the database which is exposed as webservice in intranet. Now, i was thinking of hosting a application proxy on client side which will access webservice in intranet environment and then call my application in internet. For an example say client need access Default.aspx page, it will go the application proxy and depending on which page i am trying to access application proxy will get the information from client database and then it will reconstruct the webrequest and send the request to my application. Thats what i am trying to achieve. Let me know if i can achieve above funtionality some other way. Thanks, Amit
-
Converting Request object to WebRequest in asp.netHi All, I am writing internet application proxy for which i have to convert HttpContext.Current.Request object to WebRequest object such that i pass on all the information from Request to WebRequest. Any ideas? Thanks, Amit
-
Converting Request object to WebRequest in asp.netHi All, I am writing internet application proxy for which i have to convert HttpContext.Current.Request object to WebRequest object such that i pass on all the information from Request to WebRequest. Any ideas? Thanks, Amit
-
Internet application proxyHi All, I am developing an website application for client which would be hosted by US and but it need to access client database. I have made client webservice to access database but main problem comes when pages hosted by my application need to access client webservice. client is not ready to open up webservice to internet(quite understandable)? I was thinking of writing internet application proxy which will reside on client. It will access client webservice and also will access my pages. Do you guys have any other idea or if there is sample code for similar idea being implemented, please forward it to me? Thanks, Amit