Hi,
I'm under Java and I'm looking for a JavaScript framework which
simplify WebService comsumption from JavaScript scriptings.
I tried the great Microsoft Ajax Library but it seems strongly linked
to ASP.NET.
I tried too the framework DWR but it doesn't implements WebService
technologies (SOAP, etc.). It just enables remote calls.
Do you know other frameworks?
Thanks.
-o
P.S. Let me know if I may forward this message to another newsgroups.
derek - 18 Sep 2007 16:01 GMT
http://developer.mozilla.org/en/docs/AJAX:Getting_Started
Tomek - 19 Sep 2007 09:33 GMT
> Hi,
>
[quoted text clipped - 7 lines]
>
> Do you know other frameworks?
You should ask this question on CXF (http://incubator.apache.org/cxf/)
mailing list. CXF should be able to generate javascript client from
given WSDL, but i'm not sure if this feature is already integrated
with main codebase (Here is jira issue : https://issues.apache.org/jira/browse/CXF-812
)
oziris - 20 Sep 2007 12:18 GMT
> Hi,
>
[quoted text clipped - 13 lines]
>
> P.S. Let me know if I may forward this message to another newsgroups.
I found by myself a great framework: http://www.codeplex.com/JavaScriptSoapClient
Thanks.
-o