All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.datastream.wsdls.mp0297_syncpicklist_001.SyncPickListPT Maven / Gradle / Ivy

There is a newer version: 12.1-4
Show newest version

package net.datastream.wsdls.mp0297_syncpicklist_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.mp0297_001.MP0297_SyncPickList_001;
import net.datastream.schemas.mp_results.mp0297_001.MP0297_SyncPickList_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 = "SyncPickListPT", targetNamespace = "http://wsdls.datastream.net/MP0297_SyncPickList_001")
@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
@XmlSeeAlso({
    net.datastream.schemas.mp_fields.ObjectFactory.class,
    net.datastream.schemas.mp_entities.picklist_001.ObjectFactory.class,
    net.datastream.schemas.mp_entities.picklistpart_001.ObjectFactory.class,
    net.datastream.schemas.mp_functions.ObjectFactory.class,
    net.datastream.schemas.mp_functions.mp0297_001.ObjectFactory.class,
    net.datastream.schemas.mp_results.mp0297_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 SyncPickListPT {


    /**
     * 
     * @param tenantHeader
     * @param sessionHeader
     * @param syncPickListRequestMsg
     * @param organizationHeader
     * @param messageConfigHeader
     * @param securityHeader
     * @param sessionScenarioHeader
     * @return
     *     returns net.datastream.schemas.mp_results.mp0297_001.MP0297_SyncPickList_001_Result
     */
    @WebMethod(operationName = "SyncPickListOp", action = "processMessage")
    @WebResult(name = "MP0297_SyncPickList_001_Result", targetNamespace = "http://schemas.datastream.net/MP_results/MP0297_001", partName = "SyncPickListResponseMsg")
    public MP0297_SyncPickList_001_Result syncPickListOp(
        @WebParam(name = "MP0297_SyncPickList_001", targetNamespace = "http://schemas.datastream.net/MP_functions/MP0297_001", partName = "SyncPickListRequestMsg")
        MP0297_SyncPickList_001 syncPickListRequestMsg,
        @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