Jump to content
We've recently updated our Privacy Statement, available here ×

Webservice in JasperIntel


virulence

Recommended Posts

refer : http://sourceforge.net/forum/forum.php?thread_id=1539853&forum_id=552417

 

I encounter same problem too

in http://localhost:8080/jasperserver/services/repository?wsdl

i got an error

<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>

and in http://localhost:8080/jasperserver/view-services/JasperServerService?wsdl

it's fine.

tried making a simple php client accessing the latter, and got error

SOAP_Fault Object
(
[error_message_prefix] =>
[mode] => 1
[level] => 1024
Code:
 => WSDLPARSER 
[message] => Unable to parse WSDL file http://localhost:8080/jasperserver/view-services/JasperServerService?wsdl
XML error on line 15: Mismatched tag

is this the WS fault, or issit possible an error somewhere in the installation?

 

can anyone help me on this ?:«»)

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

I will be adding this as a bug to tracker. I would like to get this straightened out soon for everyone. There was a lot of cleanup done (getting rid of axis 1.3 in favor of 2.0, and changing to packaging structure so that there isn't a "web UI" installation package and a "Web Services" package, etc). However, something go dropped in all of this.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...