You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by dominic <cx...@nopol.de> on 2012/11/08 11:34:23 UTC

Creating an proxy servicelayer for javascript

hi! 

i want to create dynamically webservices on the server-side. the webservice
should be executed in rhino (javascript), the data is collected out of a
database and already parsed with rhino. (function names, parameter, etc.)
which steps i have to take to create webservices out of my javascript files? 

i think i have to create some kind of proxy java class to run javascript
code by method call. but i want to provide an exactly method/operation
description to the client side by wsdl. so i have to create my own service
layer, isnt it? how do i create multible services with my own service layer? 

I think i have to overwrite / extend the ServiceFacoryBean to create the
ServiceInfo (InterfaceInfo, BindingsInfo and EndpointInfo). But how do i
create this objects correctly? What have to be implemented by me to create
this JavaScriptProxyWebServiceService ? 

best regads and thank you for your help 



--
View this message in context: http://cxf.547215.n5.nabble.com/Creating-an-proxy-servicelayer-for-javascript-tp5718122.html
Sent from the cxf-user mailing list archive at Nabble.com.