On Mon, Aug 8, 2011 at 1:34 PM, Freeman Fang <[email protected]> wrote: > Hi, > > I assume you're using chrome to send out the request, right? > If so, this is a known issue that chrome by default enable CORS > (Cross-Origin Resource Sharing) , and as our client.html is loaded from > file:///, then the request to a http:// is across the domain which is not > allowed. > You can start chrome like > chrome --disable-web-security > to ensure request from file:// to http:// can pass through. > > Or just use firefox as the browser to send out the test request. >
Would be nice to add this details as a FAQ on the SMX site > Freeman > On 2011-8-7, at 上午1:12, nskarthik_k wrote: > >> Hi >> >> Just Installed Servicemix3.3 >> >> 1) copied the "wsdl-first-sa-3.3.zip" to hotdeploy directory >> 2) on submit of wsdl-first/client.html >> >> getting *"status:0"* why ????? >> >> >> /Note: Not using Maven for deployment/ >> >> >> with regards >> karthik >> >> >> -- >> View this message in context: >> http://servicemix.396122.n5.nabble.com/Status-0-tp4673071p4673071.html >> Sent from the ServiceMix - User mailing list archive at Nabble.com. > > --------------------------------------------- > Freeman Fang > > FuseSource > Email:[email protected] > Web: fusesource.com > Twitter: freemanfang > Blog: http://freemanfang.blogspot.com > > > > > > > > > > -- Claus Ibsen ----------------- FuseSource Email: [email protected] Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/
