net.datastream.wsdls.mp1027_addinspectionpoint_001.AddInspectionPointPT Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of eam-wshub-proxyclient Show documentation
Show all versions of eam-wshub-proxyclient Show documentation
JAX-WS aisws aisws generated from Infor EAM Web Services Toolkit WSDLs.
package net.datastream.wsdls.mp1027_addinspectionpoint_001;
import javax.jws.WebMethod;
import javax.jws.WebParam;
import javax.jws.WebResult;
import javax.jws.WebService;
import javax.jws.soap.SOAPBinding;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.ws.Holder;
import net.datastream.schemas.mp_functions.MessageConfigType;
import net.datastream.schemas.mp_functions.SessionType;
import net.datastream.schemas.mp_functions.mp1027_001.MP1027_AddInspectionPoint_001;
import net.datastream.schemas.mp_results.mp1027_001.MP1027_AddInspectionPoint_001_Result;
import org.xmlsoap.schemas.ws._2002._04.secext.Security;
/**
* This class was generated by the JAX-WS RI.
* JAX-WS RI 2.2.10
* Generated source version: 2.2
*
*/
@WebService(name = "AddInspectionPointPT", targetNamespace = "http://wsdls.datastream.net/MP1027_AddInspectionPoint_001")
@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
@XmlSeeAlso({
net.datastream.schemas.mp_fields.ObjectFactory.class,
net.datastream.schemas.mp_entities.inspectionpoint_001.ObjectFactory.class,
net.datastream.schemas.mp_functions.ObjectFactory.class,
net.datastream.schemas.mp_functions.mp1027_001.ObjectFactory.class,
net.datastream.schemas.mp_results.mp1027_001.ObjectFactory.class,
org.openapplications.oagis_fields.ObjectFactory.class,
org.openapplications.oagis_segments.ObjectFactory.class,
org.xmlsoap.schemas.ws._2002._04.secext.ObjectFactory.class
})
public interface AddInspectionPointPT {
/**
*
* @param tenantHeader
* @param sessionHeader
* @param organizationHeader
* @param messageConfigHeader
* @param securityHeader
* @param sessionScenarioHeader
* @param addInspectionPointRequestMsg
* @return
* returns net.datastream.schemas.mp_results.mp1027_001.MP1027_AddInspectionPoint_001_Result
*/
@WebMethod(operationName = "AddInspectionPointOp", action = "processMessage")
@WebResult(name = "MP1027_AddInspectionPoint_001_Result", targetNamespace = "http://schemas.datastream.net/MP_results/MP1027_001", partName = "AddInspectionPointResponseMsg")
public MP1027_AddInspectionPoint_001_Result addInspectionPointOp(
@WebParam(name = "MP1027_AddInspectionPoint_001", targetNamespace = "http://schemas.datastream.net/MP_functions/MP1027_001", partName = "AddInspectionPointRequestMsg")
MP1027_AddInspectionPoint_001 addInspectionPointRequestMsg,
@WebParam(name = "Organization", targetNamespace = "http://schemas.datastream.net/MP_functions", header = true, partName = "organizationHeader")
String organizationHeader,
@WebParam(name = "Security", targetNamespace = "http://schemas.xmlsoap.org/ws/2002/04/secext", header = true, partName = "securityHeader")
Security securityHeader,
@WebParam(name = "SessionScenario", targetNamespace = "http://schemas.datastream.net/MP_functions", header = true, partName = "sessionScenarioHeader")
String sessionScenarioHeader,
@WebParam(name = "Session", targetNamespace = "http://schemas.datastream.net/MP_functions", header = true, mode = WebParam.Mode.INOUT, partName = "sessionHeader")
Holder sessionHeader,
@WebParam(name = "MessageConfig", targetNamespace = "http://schemas.datastream.net/MP_functions", header = true, partName = "messageConfigHeader")
MessageConfigType messageConfigHeader,
@WebParam(name = "Tenant", targetNamespace = "http://schemas.datastream.net/MP_functions", header = true, partName = "tenantHeader")
String tenantHeader);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy