Jump to content
JasperReports Library 7.0 is now available ×

Problem with tWebserviceInput in ETL


durgamahesh

Recommended Posts

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.

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Popular Days

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