Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > Crystal Reports
|
Crystal Reports General discussion about Crystal Reports. For discussions specific to the book Professional Crystal Reports for VS.NET, please see the book discussion forum for that book.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Crystal Reports section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old December 17th, 2004, 06:50 AM
Registered User
 
Join Date: Dec 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default consuming .net crystal report webservice in java

Hi Everybody,

I have built a dot net web Service for publishing a crystal report as web service

in dot net framework. Now I need to consume this crystal report webservice in a

J2ee client using Weblogic.
I have been trying this refering in j2ee appln, and then setting the report source

property with the url of the webservice. java crystal report viewer is not

recognising this url, it's taking as a string path. But the dot net client

applications which refer crystal report viewer of dot net are working fine. Is

this becuase of the crystal report viewer in dot net is not compatible with Java

crystal report viewer.

I would appreciate any help regarding this.

Code:
CrystalReportViewer viewer = new CrystalReportViewer();


String rptSource = 

"http://172.20.50.79/ReportWebService/BillingInvoiceService.asmx";

viewer.setReportSource(rptSource);

viewer.setDisplayGroupTree(false);
viewer.setHasLogo(false);

viewer.processHttpRequest(request,response,getServletConfig().getServletContext(), 

null);
suntihasr





Similar Threads
Thread Thread Starter Forum Replies Last Post
Help in consuming Java Webservice using C# 2.0 chihcc .NET Web Services 0 August 28th, 2008 04:47 AM
consuming a webservice aklilu Classic ASP XML 0 May 13th, 2008 01:55 PM
Consuming .NET webservice in VB 6.0 webnet .NET Web Services 0 February 11th, 2007 09:37 AM
calling Crystal report from java radha Crystal Reports 2 July 1st, 2005 07:21 AM
Crystal Report Designer in Java Rajeev Khurana Crystal Reports 1 April 21st, 2004 11:35 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.