Jump to content
JasperReports Library 7.0 is now available ×

durgamahesh

Members
  • Posts

    1
  • Joined

  • Last visited

durgamahesh's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. Hi. Im invoking a method in a web service using tWebserviceInput in ETL. The method takes a java class object as input.Generally from client, we can send an XML which will be parsed inside the method. But here Jasper is the client. In which format I have to send the data from the twebserviceInput component?Converting the complete xml into string and then sending is not working. or is there any other way to send that? public @WebResult(name = "masterPatientId") String addNewPatient(@WebParam(name = "patientInfo", mode = Mode.IN) PatientInfo patientInfo) here, if you see the definition, addNewPatient method expects PatientInfo object as input. So how to send that as an input from Jasper ETL. Please help me out.
×
×
  • Create New...