soap - How do I configure SSRS Web Service to include missing proxy class? -


i new sql server reporting services , web services in general. trying follow tutorial integrating java ssrs web services: http://www.craigsprogramming.com/2011/03/how-to-integrate-java-with-microsoft_4178.html.

i have generated proxy classes server's reportexecution2005 wsdl file, using wsimport utility. classes such reportexecutionservice , reportexecutionservicesoap. however, seem missing reportexecutionservicesoapstub class utilized in tutorial(and among other tutorials/examples). have same version of reportexecutionservice.

"import com.microsoft.schemas.sqlserver._2005._06._30.reporting.reportingservices.*;" doesn't contain reportexecutionservicesoapstub class

would have idea why happening? new me, appreciated. thanks!

so figured out stub class generated apache axis when wsdl converted proxy classes axis. generated them wsimport.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

javascript - addthis share facebook and google+ url -

ios - Show keyboard with UITextField in the input accessory view -