Hi,

I have just downloaded JasperServer-1.0.1 and installed it into
Tomcat-5.5.17, along with MySql-5.0.22
The UI aspect of the WebApp appears to work OK, but I don't seem to be
able to retrieve the WSDL for the WebService.

Hitting http://localhost:8080/jasperserver/services/repository?wsdl
returns the following XML packet
<error>
  <description>Unable to generate WSDL for this service</description>
  <reason>
    Either user has not dropped the wsdl into META-INF or operations use
message receivers other than RPC.
  </reason>
</error>

The Axis lists seem to suggest that this is due to using the
org.apache.axis2.receivers.RawXMLINOutMessageReceiver as the message
receiver and that org.apache.axis2.rpc.receivers.RPCMessageReceiver
needs to be used instead with Axis2.

Has anyone else been able to access the WSDL out of the box?

BTW I tried changing /meta-inf/services.xml to use the
RPCMessageReceiver - no dice.
Also tried configured RPCMessageReceiver for theWebServices listed in
repository.aar but again no dice.

Any help appreciated.

William


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions

Reply via email to