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

Issue with URL w/parameters in data adapter


dan_17

Recommended Posts

I have a report that uses an datadapter with a url to a service that returns the XML. This service can accept multiple parameters,

but when I change the endpoint to use more than one, I get an error that states:

net.sf.jasperreports.engine.JRRuntimeException: org.exolab.castor.xml.MarshalException: The reference to entity "parm" must end with the ';' delimiter.{File: [not available]; line: 2; column: 291}

I assume it has to do with the & between the first and second parameters, but I don't know how to fix it (or if I can). I have tried escaping it to & and I have tried wrapping it in CDATA but neither works.

Any thoughts?

Link to comment
Share on other sites

  • 2 weeks later...
  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

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