Class SoapVIAService
- java.lang.Object
 - 
- com.logicaldoc.webservice.AbstractService
 - 
- com.logicaldoc.via.webservice.soap.endpoint.SoapVIAService
 
 
 
- 
- All Implemented Interfaces:
 VIAService
public class SoapVIAService extends com.logicaldoc.webservice.AbstractService implements VIAService
SOAP Implementation of theVIAService- Since:
 - 7.8
 - Author:
 - Marco Meschieri - LogicalDOC
 
 
- 
- 
Constructor Summary
Constructors Constructor Description SoapVIAService() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringrequest(String sid, String question, boolean sendEmail)Interprets the question answers to the user's email 
 - 
 
- 
- 
Method Detail
- 
request
public String request(String sid, String question, boolean sendEmail) throws Exception
Description copied from interface:VIAServiceInterprets the question answers to the user's email- Specified by:
 requestin interfaceVIAService- Parameters:
 sid- identifier of the sessionquestion- the questionsendEmail- if the answer must also be sent to the user's email- Returns:
 - the response also delivered via email
 - Throws:
 Exception- error in the server
 
 - 
 
 -