Of course, trivially by embedding Java within your JSPs, and then creating a tag library on top of that to hide the Java statements.

I'd first work to create Java client code for the web service and have it working standalone, most preferably using Maven:
http://www.jroller.com/gmazza/entry/soap_client_tutorial

Mavenizing your webapp (look at CXF's logbrowser and oauth samples) so all the necessary libraries are available would be a good second step, if you're not there already.

Then your question morphs into a general "how can I get Java code into a JSP tag library", a non web-service related topic that probably has countless tutorials on the 'Net.

Glen

On 04/06/2012 10:18 AM, Shashikant wrote:
I am using CXF framework and Want to Access Client Over Network using JSP??
Is It Possible????

--
View this message in context: 
http://cxf.547215.n5.nabble.com/Deploying-Client-Into-Tomcat-v7-tp5622849p5622849.html
Sent from the cxf-user mailing list archive at Nabble.com.


--
Glen Mazza
Talend Community Coders - coders.talend.com
blog: www.jroller.com/gmazza

Reply via email to