package net.conselldemallorca.helium.ws.tramitacio.v1; import java.util.List; import javax.jws.WebMethod; import javax.jws.WebParam; import javax.jws.WebResult; import javax.jws.WebService; import javax.xml.bind.annotation.XmlSeeAlso; import javax.xml.datatype.XMLGregorianCalendar; import javax.xml.ws.RequestWrapper; import javax.xml.ws.ResponseWrapper; /** * This class was generated by the JAX-WS RI. * JAX-WS RI 2.2.9-b14002 * Generated source version: 2.2 * */ @WebService(name = "TramitacioService", targetNamespace = "http://conselldemallorca.net/helium/ws/tramitacio/v1") @XmlSeeAlso({ net.conselldemallorca.helium.ws.tramitacio.v1.ObjectFactory.class, net.java.dev.jaxb.array.ObjectFactory.class }) public interface TramitacioService { /** * * @param arg0 * @return * returns java.util.List<net.conselldemallorca.helium.ws.tramitacio.v1.TascaTramitacio> * @throws TramitacioException_Exception */ @WebMethod @WebResult(targetNamespace = "") @RequestWrapper(localName = "consultaTasquesGrup", targetNamespace = "http://conselldemallorca.net/helium/ws/tramitacio/v1", className = "net.conselldemallorca.helium.ws.tramitacio.v1.ConsultaTasquesGrup") @ResponseWrapper(localName = "consultaTasquesGrupResponse", targetNamespace = "http://conselldemallorca.net/helium/ws/tramitacio/v1", className = "net.conselldemallorca.helium.ws.tramitacio.v1.ConsultaTasquesGrupResponse") public List<TascaTramitacio> consultaTasquesGrup( @WebParam(name = "arg0", targetNamespace = "") String arg0) throws TramitacioException_Exception ; /** * * @param arg1 * @param arg0 * @throws TramitacioException_Exception */ @WebMethod @RequestWrapper(localName = "deleteExpedient", targetNamespace = "http://conselldemallorca.net/helium/ws/tramitacio/v1", className = "net.conselldemallorca.helium.ws.tramitacio.v1.DeleteExpedient") @ResponseWrapper(localName = "deleteExpedientResponse", targetNamespace = "http://conselldemallorca.net/helium/ws/tramitacio/v1", className = "net.conselldemallorca.helium.ws.tramitacio.v1.DeleteExpedientResponse") public void deleteExpedient( @WebParam(name = "arg0", targetNamespace = "") String arg0, @WebParam(name = "arg1", targetNamespace = "") String arg1) throws TramitacioException_Exception ; /** * * @param arg2 * @param arg1 * @param arg0 * @throws TramitacioException_Exception */ @WebMethod @RequestWrapper(localName = "setDadesFormulariTasca", targetNamespace = "http://conselldemallorca.net/helium/ws/tramitacio/v1", className = "net.conselldemallorca.helium.ws.tramitacio.v1.SetDadesFormulariTasca") @ResponseWrapper(localName = "setDadesFormulariTascaResponse", targetNamespace = "http://conselldemallorca.net/helium/ws/tramitacio/v1", className = "net.conselldemallorca.helium.ws.tramitacio.v1.SetDadesFormulariTascaResponse") public void setDadesFormulariTasca( @WebParam(name = "arg0", targetNamespace = "") String arg0, @WebParam(name = "arg1", targetNamespace = "") String arg1, @WebParam(name = "arg2", targetNamespace = "") List<ParellaCodiValor> arg2) throws TramitacioException_Exception ; /** * * @param arg0 * @return * returns java.util.List<net.conselldemallorca.helium.ws.tramitacio.v1.TascaTramitacio> * @throws TramitacioException_Exception */ @WebMethod @WebResult(targetNamespace = "") @RequestWrapper(localName = "consultaTasquesPersonals", targetNamespace = "http://conselldemallorca.net/helium/ws/tramitacio/v1", className = "net.conselldemallorca.helium.ws.tramitacio.v1.ConsultaTasquesPersonals") @ResponseWrapper(localName = "consultaTasquesPersonalsResponse", targetNamespace = "http://conselldemallorca.net/helium/ws/tramitacio/v1", className = "net.conselldemallorca.helium.ws.tramitacio.v1.ConsultaTasquesPersonalsResponse") public List<TascaTramitacio> consultaTasquesPersonals( @WebParam(name = "arg0", targetNamespace = "") String arg0) throws TramitacioException_Exception ; /** * * @param arg2 * @param arg1 * @param arg0 * @throws TramitacioException_Exception */ @WebMethod @RequestWrapper(localName = "esborrarVariableProces", targetNamespace = "http://conselldemallorca.net/helium/ws/tramitacio/v1", className = "net.conselldemallorca.helium.ws.tramitacio.v1.EsborrarVariableProces") @ResponseWrapper(localName = "esborrarVariableProcesResponse", targetNamespace = "http://conselldemallorca.net/helium/ws/tramitacio/v1", className = "net.conselldemallorca.helium.ws.tramitacio.v1.EsborrarVariableProcesResponse") public void esborrarVariableProces( @WebParam(name = "arg0", targetNamespace = "") String arg0, @WebParam(name = "arg1", targetNamespace = "") String arg1, @WebParam(name = "arg2", targetNamespace = "") String arg2) throws TramitacioException_Exception ; /** * * @param arg3 * @param arg2 * @param arg1 * @param arg0 * @throws TramitacioException_Exception */ @WebMethod @RequestWrapper(localName = "setVariableProces", targetNamespace = "http://conselldemallorca.net/helium/ws/tramitacio/v1", className = "net.conselldemallorca.helium.ws.tramitacio.v1.SetVariableProces") @ResponseWrapper(localName = "setVariableProcesResponse", targetNamespace = "http://conselldemallorca.net/helium/ws/tramitacio/v1", className = "net.conselldemallorca.helium.ws.tramitacio.v1.SetVariableProcesResponse") public void setVariableProces( @WebParam(name = "arg0", targetNamespace = "") String arg0, @WebParam(name = "arg1", targetNamespace = "") String arg1, @WebParam(name = "arg2", targetNamespace = "") String arg2, @WebParam(name = "arg3", targetNamespace = "") Object arg3) throws TramitacioException_Exception ; /** * * @param arg2 * @param arg1 * @param arg0 * @throws TramitacioException_Exception */ @WebMethod @RequestWrapper(localName = "executarScriptProces", targetNamespace = "http://conselldemallorca.net/helium/ws/tramitacio/v1", className = "net.conselldemallorca.helium.ws.tramitacio.v1.ExecutarScriptProces") @ResponseWrapper(localName = "executarScriptProcesResponse", targetNamespace = "http://conselldemallorca.net/helium/ws/tramitacio/v1", className = "net.conselldemallorca.helium.ws.tramitacio.v1.ExecutarScriptProcesResponse") public void executarScriptProces( @WebParam(name = "arg0", targetNamespace = "") String arg0, @WebParam(name = "arg1", targetNamespace = "") String arg1, @WebParam(name = "arg2", targetNamespace = "") String arg2) throws TramitacioException_Exception ; /** * * @param arg2 * @param arg1 * @param arg0 * @throws TramitacioException_Exception */ @WebMethod @RequestWrapper(localName = "esborrarDocumentProces", targetNamespace = "http://conselldemallorca.net/helium/ws/tramitacio/v1", className = "net.conselldemallorca.helium.ws.tramitacio.v1.EsborrarDocumentProces") @ResponseWrapper(localName = "esborrarDocumentProcesResponse", targetNamespace = "http://conselldemallorca.net/helium/ws/tramitacio/v1", className = "net.conselldemallorca.helium.ws.tramitacio.v1.EsborrarDocumentProcesResponse") public void esborrarDocumentProces( @WebParam(name = "arg0", targetNamespace = "") String arg0, @WebParam(name = "arg1", targetNamespace = "") String arg1, @WebParam(name = "arg2", targetNamespace = "") Long arg2) throws TramitacioException_Exception ; /** * * @param arg1 * @param arg0 * @return * returns java.util.List<net.conselldemallorca.helium.ws.tramitacio.v1.CampTasca> * @throws TramitacioException_Exception */ @WebMethod @WebResult(targetNamespace = "") @RequestWrapper(localName = "consultaFormulariTasca", targetNamespace = "http://conselldemallorca.net/helium/ws/tramitacio/v1", className = "net.conselldemallorca.helium.ws.tramitacio.v1.ConsultaFormulariTasca") @ResponseWrapper(localName = "consultaFormulariTascaResponse", targetNamespace = "http://conselldemallorca.net/helium/ws/tramitacio/v1", className = "net.conselldemallorca.helium.ws.tramitacio.v1.ConsultaFormulariTascaResponse") public List<CampTasca> consultaFormulariTasca( @WebParam(name = "arg0", targetNamespace = "") String arg0, @WebParam(name = "arg1", targetNamespace = "") String arg1) throws TramitacioException_Exception ; /** * * @param arg1 * @param arg0 * @throws TramitacioException_Exception */ @WebMethod @RequestWrapper(localName = "alliberarTasca", targetNamespace = "http://conselldemallorca.net/helium/ws/tramitacio/v1", className = "net.conselldemallorca.helium.ws.tramitacio.v1.AlliberarTasca") @ResponseWrapper(localName = "alliberarTascaResponse", targetNamespace = "http://conselldemallorca.net/helium/ws/tramitacio/v1", className = "net.conselldemallorca.helium.ws.tramitacio.v1.AlliberarTascaResponse") public void alliberarTasca( @WebParam(name = "arg0", targetNamespace = "") String arg0, @WebParam(name = "arg1", targetNamespace = "") String arg1) throws TramitacioException_Exception ; /** * * @param arg1 * @param arg0 * @throws TramitacioException_Exception */ @WebMethod @RequestWrapper(localName = "reprendreExpedient", targetNamespace = "http://conselldemallorca.net/helium/ws/tramitacio/v1", className = "net.conselldemallorca.helium.ws.tramitacio.v1.ReprendreExpedient") @ResponseWrapper(localName = "reprendreExpedientResponse", targetNamespace = "http://conselldemallorca.net/helium/ws/tramitacio/v1", className = "net.conselldemallorca.helium.ws.tramitacio.v1.ReprendreExpedientResponse") public void reprendreExpedient( @WebParam(name = "arg0", targetNamespace = "") String arg0, @WebParam(name = "arg1", targetNamespace = "") String arg1) throws TramitacioException_Exception ; /** * * @param arg5 * @param arg4 * @param arg3 * @param arg2 * @param arg1 * @param arg0 * @throws TramitacioException_Exception */ @WebMethod @RequestWrapper(localName = "setDocumentTasca", targetNamespace = "http://conselldemallorca.net/helium/ws/tramitacio/v1", className = "net.conselldemallorca.helium.ws.tramitacio.v1.SetDocumentTasca") @ResponseWrapper(localName = "setDocumentTascaResponse", targetNamespace = "http://conselldemallorca.net/helium/ws/tramitacio/v1", className = "net.conselldemallorca.helium.ws.tramitacio.v1.SetDocumentTascaResponse") public void setDocumentTasca( @WebParam(name = "arg0", targetNamespace = "") String arg0, @WebParam(name = "arg1", targetNamespace = "") String arg1, @WebParam(name = "arg2", targetNamespace = "") String arg2, @WebParam(name = "arg3", targetNamespace = "") String arg3, @WebParam(name = "arg4", targetNamespace = "") XMLGregorianCalendar arg4, @WebParam(name = "arg5", targetNamespace = "") byte[] arg5) throws TramitacioException_Exception ; /** * * @param arg2 * @param arg1 * @param arg0 * @throws TramitacioException_Exception */ @WebMethod @RequestWrapper(localName = "finalitzarTasca", targetNamespace = "http://conselldemallorca.net/helium/ws/tramitacio/v1", className = "net.conselldemallorca.helium.ws.tramitacio.v1.FinalitzarTasca") @ResponseWrapper(localName = "finalitzarTascaResponse", targetNamespace = "http://conselldemallorca.net/helium/ws/tramitacio/v1", className = "net.conselldemallorca.helium.ws.tramitacio.v1.FinalitzarTascaResponse") public void finalitzarTasca( @WebParam(name = "arg0", targetNamespace = "") String arg0, @WebParam(name = "arg1", targetNamespace = "") String arg1, @WebParam(name = "arg2", targetNamespace = "") String arg2) throws TramitacioException_Exception ; /** * * @param arg5 * @param arg4 * @param arg3 * @param arg2 * @param arg1 * @param arg0 * @return * returns java.lang.Long * @throws TramitacioException_Exception */ @WebMethod @WebResult(targetNamespace = "") @RequestWrapper(localName = "setDocumentProces", targetNamespace = "http://conselldemallorca.net/helium/ws/tramitacio/v1", className = "net.conselldemallorca.helium.ws.tramitacio.v1.SetDocumentProces") @ResponseWrapper(localName = "setDocumentProcesResponse", targetNamespace = "http://conselldemallorca.net/helium/ws/tramitacio/v1", className = "net.conselldemallorca.helium.ws.tramitacio.v1.SetDocumentProcesResponse") public Long setDocumentProces( @WebParam(name = "arg0", targetNamespace = "") String arg0, @WebParam(name = "arg1", targetNamespace = "") String arg1, @WebParam(name = "arg2", targetNamespace = "") String arg2, @WebParam(name = "arg3", targetNamespace = "") String arg3, @WebParam(name = "arg4", targetNamespace = "") XMLGregorianCalendar arg4, @WebParam(name = "arg5", targetNamespace = "") byte[] arg5) throws TramitacioException_Exception ; /** * * @param arg1 * @param arg0 * @return * returns java.util.List<net.conselldemallorca.helium.ws.tramitacio.v1.TascaTramitacio> * @throws TramitacioException_Exception */ @WebMethod @WebResult(targetNamespace = "") @RequestWrapper(localName = "consultaTasquesGrupByCodi", targetNamespace = "http://conselldemallorca.net/helium/ws/tramitacio/v1", className = "net.conselldemallorca.helium.ws.tramitacio.v1.ConsultaTasquesGrupByCodi") @ResponseWrapper(localName = "consultaTasquesGrupByCodiResponse", targetNamespace = "http://conselldemallorca.net/helium/ws/tramitacio/v1", className = "net.conselldemallorca.helium.ws.tramitacio.v1.ConsultaTasquesGrupByCodiResponse") public List<TascaTramitacio> consultaTasquesGrupByCodi( @WebParam(name = "arg0", targetNamespace = "") String arg0, @WebParam(name = "arg1", targetNamespace = "") String arg1) throws TramitacioException_Exception ; /** * * @param arg1 * @param arg0 * @return * returns java.util.List<net.conselldemallorca.helium.ws.tramitacio.v1.CampProces> * @throws TramitacioException_Exception */ @WebMethod @WebResult(targetNamespace = "") @RequestWrapper(localName = "consultarVariablesProces", targetNamespace = "http://conselldemallorca.net/helium/ws/tramitacio/v1", className = "net.conselldemallorca.helium.ws.tramitacio.v1.ConsultarVariablesProces") @ResponseWrapper(localName = "consultarVariablesProcesResponse", targetNamespace = "http://conselldemallorca.net/helium/ws/tramitacio/v1", className = "net.conselldemallorca.helium.ws.tramitacio.v1.ConsultarVariablesProcesResponse") public List<CampProces> consultarVariablesProces( @WebParam(name = "arg0", targetNamespace = "") String arg0, @WebParam(name = "arg1", targetNamespace = "") String arg1) throws TramitacioException_Exception ; /** * * @param arg4 * @param arg3 * @param arg2 * @param arg1 * @param arg0 * @return * returns java.lang.String * @throws TramitacioException_Exception */ @WebMethod @WebResult(targetNamespace = "") @RequestWrapper(localName = "iniciExpedient", targetNamespace = "http://conselldemallorca.net/helium/ws/tramitacio/v1", className = "net.conselldemallorca.helium.ws.tramitacio.v1.IniciExpedient") @ResponseWrapper(localName = "iniciExpedientResponse", targetNamespace = "http://conselldemallorca.net/helium/ws/tramitacio/v1", className = "net.conselldemallorca.helium.ws.tramitacio.v1.IniciExpedientResponse") public String iniciExpedient( @WebParam(name = "arg0", targetNamespace = "") String arg0, @WebParam(name = "arg1", targetNamespace = "") String arg1, @WebParam(name = "arg2", targetNamespace = "") String arg2, @WebParam(name = "arg3", targetNamespace = "") String arg3, @WebParam(name = "arg4", targetNamespace = "") List<ParellaCodiValor> arg4) throws TramitacioException_Exception ; /** * * @param arg1 * @param arg0 * @return * returns java.util.List<net.conselldemallorca.helium.ws.tramitacio.v1.TascaTramitacio> * @throws TramitacioException_Exception */ @WebMethod @WebResult(targetNamespace = "") @RequestWrapper(localName = "consultaTasquesPersonalsByCodi", targetNamespace = "http://conselldemallorca.net/helium/ws/tramitacio/v1", className = "net.conselldemallorca.helium.ws.tramitacio.v1.ConsultaTasquesPersonalsByCodi") @ResponseWrapper(localName = "consultaTasquesPersonalsByCodiResponse", targetNamespace = "http://conselldemallorca.net/helium/ws/tramitacio/v1", className = "net.conselldemallorca.helium.ws.tramitacio.v1.ConsultaTasquesPersonalsByCodiResponse") public List<TascaTramitacio> consultaTasquesPersonalsByCodi( @WebParam(name = "arg0", targetNamespace = "") String arg0, @WebParam(name = "arg1", targetNamespace = "") String arg1) throws TramitacioException_Exception ; /** * * @param arg1 * @param arg0 * @return * returns java.util.List<net.conselldemallorca.helium.ws.tramitacio.v1.DocumentTasca> * @throws TramitacioException_Exception */ @WebMethod @WebResult(targetNamespace = "") @RequestWrapper(localName = "consultaDocumentsTasca", targetNamespace = "http://conselldemallorca.net/helium/ws/tramitacio/v1", className = "net.conselldemallorca.helium.ws.tramitacio.v1.ConsultaDocumentsTasca") @ResponseWrapper(localName = "consultaDocumentsTascaResponse", targetNamespace = "http://conselldemallorca.net/helium/ws/tramitacio/v1", className = "net.conselldemallorca.helium.ws.tramitacio.v1.ConsultaDocumentsTascaResponse") public List<DocumentTasca> consultaDocumentsTasca( @WebParam(name = "arg0", targetNamespace = "") String arg0, @WebParam(name = "arg1", targetNamespace = "") String arg1) throws TramitacioException_Exception ; /** * * @param arg1 * @param arg0 * @return * returns java.util.List<net.conselldemallorca.helium.ws.tramitacio.v1.DocumentProces> * @throws TramitacioException_Exception */ @WebMethod @WebResult(targetNamespace = "") @RequestWrapper(localName = "consultarDocumentsProces", targetNamespace = "http://conselldemallorca.net/helium/ws/tramitacio/v1", className = "net.conselldemallorca.helium.ws.tramitacio.v1.ConsultarDocumentsProces") @ResponseWrapper(localName = "consultarDocumentsProcesResponse", targetNamespace = "http://conselldemallorca.net/helium/ws/tramitacio/v1", className = "net.conselldemallorca.helium.ws.tramitacio.v1.ConsultarDocumentsProcesResponse") public List<DocumentProces> consultarDocumentsProces( @WebParam(name = "arg0", targetNamespace = "") String arg0, @WebParam(name = "arg1", targetNamespace = "") String arg1) throws TramitacioException_Exception ; /** * * @param arg2 * @param arg1 * @param arg0 * @throws TramitacioException_Exception */ @WebMethod @RequestWrapper(localName = "esborrarDocumentTasca", targetNamespace = "http://conselldemallorca.net/helium/ws/tramitacio/v1", className = "net.conselldemallorca.helium.ws.tramitacio.v1.EsborrarDocumentTasca") @ResponseWrapper(localName = "esborrarDocumentTascaResponse", targetNamespace = "http://conselldemallorca.net/helium/ws/tramitacio/v1", className = "net.conselldemallorca.helium.ws.tramitacio.v1.EsborrarDocumentTascaResponse") public void esborrarDocumentTasca( @WebParam(name = "arg0", targetNamespace = "") String arg0, @WebParam(name = "arg1", targetNamespace = "") String arg1, @WebParam(name = "arg2", targetNamespace = "") String arg2) throws TramitacioException_Exception ; /** * * @param arg1 * @param arg0 * @throws TramitacioException_Exception */ @WebMethod @RequestWrapper(localName = "agafarTasca", targetNamespace = "http://conselldemallorca.net/helium/ws/tramitacio/v1", className = "net.conselldemallorca.helium.ws.tramitacio.v1.AgafarTasca") @ResponseWrapper(localName = "agafarTascaResponse", targetNamespace = "http://conselldemallorca.net/helium/ws/tramitacio/v1", className = "net.conselldemallorca.helium.ws.tramitacio.v1.AgafarTascaResponse") public void agafarTasca( @WebParam(name = "arg0", targetNamespace = "") String arg0, @WebParam(name = "arg1", targetNamespace = "") String arg1) throws TramitacioException_Exception ; /** * * @param arg5 * @param arg4 * @param arg3 * @param arg2 * @param arg1 * @param arg0 * @param arg11 * @param arg10 * @param arg6 * @param arg7 * @param arg8 * @param arg9 * @return * returns java.util.List<net.conselldemallorca.helium.ws.tramitacio.v1.ExpedientInfo> * @throws TramitacioException_Exception */ @WebMethod @WebResult(targetNamespace = "") @RequestWrapper(localName = "consultaExpedients", targetNamespace = "http://conselldemallorca.net/helium/ws/tramitacio/v1", className = "net.conselldemallorca.helium.ws.tramitacio.v1.ConsultaExpedients") @ResponseWrapper(localName = "consultaExpedientsResponse", targetNamespace = "http://conselldemallorca.net/helium/ws/tramitacio/v1", className = "net.conselldemallorca.helium.ws.tramitacio.v1.ConsultaExpedientsResponse") public List<ExpedientInfo> consultaExpedients( @WebParam(name = "arg0", targetNamespace = "") String arg0, @WebParam(name = "arg1", targetNamespace = "") String arg1, @WebParam(name = "arg2", targetNamespace = "") String arg2, @WebParam(name = "arg3", targetNamespace = "") XMLGregorianCalendar arg3, @WebParam(name = "arg4", targetNamespace = "") XMLGregorianCalendar arg4, @WebParam(name = "arg5", targetNamespace = "") String arg5, @WebParam(name = "arg6", targetNamespace = "") String arg6, @WebParam(name = "arg7", targetNamespace = "") boolean arg7, @WebParam(name = "arg8", targetNamespace = "") boolean arg8, @WebParam(name = "arg9", targetNamespace = "") Double arg9, @WebParam(name = "arg10", targetNamespace = "") Double arg10, @WebParam(name = "arg11", targetNamespace = "") String arg11) throws TramitacioException_Exception ; /** * * @param arg0 * @return * returns net.conselldemallorca.helium.ws.tramitacio.v1.ArxiuProces * @throws TramitacioException_Exception */ @WebMethod @WebResult(targetNamespace = "") @RequestWrapper(localName = "getArxiuProces", targetNamespace = "http://conselldemallorca.net/helium/ws/tramitacio/v1", className = "net.conselldemallorca.helium.ws.tramitacio.v1.GetArxiuProces") @ResponseWrapper(localName = "getArxiuProcesResponse", targetNamespace = "http://conselldemallorca.net/helium/ws/tramitacio/v1", className = "net.conselldemallorca.helium.ws.tramitacio.v1.GetArxiuProcesResponse") public ArxiuProces getArxiuProces( @WebParam(name = "arg0", targetNamespace = "") Long arg0) throws TramitacioException_Exception ; /** * * @param arg2 * @param arg1 * @param arg0 * @throws TramitacioException_Exception */ @WebMethod @RequestWrapper(localName = "executarAccioProces", targetNamespace = "http://conselldemallorca.net/helium/ws/tramitacio/v1", className = "net.conselldemallorca.helium.ws.tramitacio.v1.ExecutarAccioProces") @ResponseWrapper(localName = "executarAccioProcesResponse", targetNamespace = "http://conselldemallorca.net/helium/ws/tramitacio/v1", className = "net.conselldemallorca.helium.ws.tramitacio.v1.ExecutarAccioProcesResponse") public void executarAccioProces( @WebParam(name = "arg0", targetNamespace = "") String arg0, @WebParam(name = "arg1", targetNamespace = "") String arg1, @WebParam(name = "arg2", targetNamespace = "") String arg2) throws TramitacioException_Exception ; /** * * @param arg2 * @param arg1 * @param arg0 * @throws TramitacioException_Exception */ @WebMethod @RequestWrapper(localName = "aturarExpedient", targetNamespace = "http://conselldemallorca.net/helium/ws/tramitacio/v1", className = "net.conselldemallorca.helium.ws.tramitacio.v1.AturarExpedient") @ResponseWrapper(localName = "aturarExpedientResponse", targetNamespace = "http://conselldemallorca.net/helium/ws/tramitacio/v1", className = "net.conselldemallorca.helium.ws.tramitacio.v1.AturarExpedientResponse") public void aturarExpedient( @WebParam(name = "arg0", targetNamespace = "") String arg0, @WebParam(name = "arg1", targetNamespace = "") String arg1, @WebParam(name = "arg2", targetNamespace = "") String arg2) throws TramitacioException_Exception ; }