保誠-保戶業務員媒合平台
wayne
2022-01-03 b84a4c15f8c239a4d555d7a336f3eb665c94d389
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
package tw.com.softleader.otp.ws;
 
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.ws.Action;
import javax.xml.ws.RequestWrapper;
import javax.xml.ws.ResponseWrapper;
 
/**
 * This class was generated by Apache CXF 3.4.4
 * 2021-09-13T18:34:27.007+08:00
 * Generated source version: 3.4.4
 *
 */
@WebService(targetNamespace = "http://ws.otp.softleader.com.tw/", name = "OtpWebService")
@XmlSeeAlso({ObjectFactory.class})
public interface OtpWeb {
 
    @WebMethod
    @Action(input = "http://ws.otp.softleader.com.tw/otpWeb/sendOtpByEmailRequest", output = "http://ws.otp.softleader.com.tw/otpWeb/sendOtpByEmailResponse")
    @RequestWrapper(localName = "sendOtpByEmail", targetNamespace = "http://ws.otp.softleader.com.tw/", className = "tw.com.softleader.otp.ws.SendOtpByEmail")
    @ResponseWrapper(localName = "sendOtpByEmailResponse", targetNamespace = "http://ws.otp.softleader.com.tw/", className = "tw.com.softleader.otp.ws.SendOtpByEmailResponse")
    @WebResult(name = "return", targetNamespace = "")
    public StringArray sendOtpByEmail(
 
        @WebParam(name = "arg0", targetNamespace = "")
        String arg0,
        @WebParam(name = "arg1", targetNamespace = "")
        String arg1,
        @WebParam(name = "arg2", targetNamespace = "")
        String arg2
    );
 
    @WebMethod
    @Action(input = "http://ws.otp.softleader.com.tw/otpWeb/sendBySMSOrderRequest", output = "http://ws.otp.softleader.com.tw/otpWeb/sendBySMSOrderResponse")
    @RequestWrapper(localName = "sendBySMSOrder", targetNamespace = "http://ws.otp.softleader.com.tw/", className = "tw.com.softleader.otp.ws.SendBySMSOrder")
    @ResponseWrapper(localName = "sendBySMSOrderResponse", targetNamespace = "http://ws.otp.softleader.com.tw/", className = "tw.com.softleader.otp.ws.SendBySMSOrderResponse")
    @WebResult(name = "return", targetNamespace = "")
    public String sendBySMSOrder(
 
        @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 = "")
        String arg4
    );
 
    @WebMethod
    @Action(input = "http://ws.otp.softleader.com.tw/otpWeb/findOtpLogByConditionRequest", output = "http://ws.otp.softleader.com.tw/otpWeb/findOtpLogByConditionResponse")
    @RequestWrapper(localName = "findOtpLogByCondition", targetNamespace = "http://ws.otp.softleader.com.tw/", className = "tw.com.softleader.otp.ws.FindOtpLogByCondition")
    @ResponseWrapper(localName = "findOtpLogByConditionResponse", targetNamespace = "http://ws.otp.softleader.com.tw/", className = "tw.com.softleader.otp.ws.FindOtpLogByConditionResponse")
    @WebResult(name = "return", targetNamespace = "")
    public String findOtpLogByCondition(
 
        @WebParam(name = "arg0", targetNamespace = "")
        String arg0,
        @WebParam(name = "arg1", targetNamespace = "")
        String arg1,
        @WebParam(name = "arg2", targetNamespace = "")
        String arg2
    );
 
    @WebMethod
    @Action(input = "http://ws.otp.softleader.com.tw/otpWeb/sendOtpBySMSRequest", output = "http://ws.otp.softleader.com.tw/otpWeb/sendOtpBySMSResponse")
    @RequestWrapper(localName = "sendOtpBySMS", targetNamespace = "http://ws.otp.softleader.com.tw/", className = "tw.com.softleader.otp.ws.SendOtpBySMS")
    @ResponseWrapper(localName = "sendOtpBySMSResponse", targetNamespace = "http://ws.otp.softleader.com.tw/", className = "tw.com.softleader.otp.ws.SendOtpBySMSResponse")
    @WebResult(name = "return", targetNamespace = "")
    public StringArray sendOtpBySMS(
 
        @WebParam(name = "arg0", targetNamespace = "")
        String arg0,
        @WebParam(name = "arg1", targetNamespace = "")
        String arg1,
        @WebParam(name = "arg2", targetNamespace = "")
        String arg2
    );
 
    @WebMethod
    @Action(input = "http://ws.otp.softleader.com.tw/otpWeb/sendOtpBySMSOrderRequest", output = "http://ws.otp.softleader.com.tw/otpWeb/sendOtpBySMSOrderResponse")
    @RequestWrapper(localName = "sendOtpBySMSOrder", targetNamespace = "http://ws.otp.softleader.com.tw/", className = "tw.com.softleader.otp.ws.SendOtpBySMSOrder")
    @ResponseWrapper(localName = "sendOtpBySMSOrderResponse", targetNamespace = "http://ws.otp.softleader.com.tw/", className = "tw.com.softleader.otp.ws.SendOtpBySMSOrderResponse")
    @WebResult(name = "return", targetNamespace = "")
    public String sendOtpBySMSOrder(
 
        @WebParam(name = "arg0", targetNamespace = "")
        String arg0,
        @WebParam(name = "arg1", targetNamespace = "")
        String arg1,
        @WebParam(name = "arg2", targetNamespace = "")
        String arg2,
        @WebParam(name = "arg3", targetNamespace = "")
        String arg3
    );
 
    @WebMethod
    @Action(input = "http://ws.otp.softleader.com.tw/otpWeb/findOtpLogTraceByOtpLogIdRequest", output = "http://ws.otp.softleader.com.tw/otpWeb/findOtpLogTraceByOtpLogIdResponse")
    @RequestWrapper(localName = "findOtpLogTraceByOtpLogId", targetNamespace = "http://ws.otp.softleader.com.tw/", className = "tw.com.softleader.otp.ws.FindOtpLogTraceByOtpLogId")
    @ResponseWrapper(localName = "findOtpLogTraceByOtpLogIdResponse", targetNamespace = "http://ws.otp.softleader.com.tw/", className = "tw.com.softleader.otp.ws.FindOtpLogTraceByOtpLogIdResponse")
    @WebResult(name = "return", targetNamespace = "")
    public String findOtpLogTraceByOtpLogId(
 
        @WebParam(name = "arg0", targetNamespace = "")
        String arg0
    );
 
    @WebMethod
    @Action(input = "http://ws.otp.softleader.com.tw/otpWeb/verifyOtpRequest", output = "http://ws.otp.softleader.com.tw/otpWeb/verifyOtpResponse")
    @RequestWrapper(localName = "verifyOtp", targetNamespace = "http://ws.otp.softleader.com.tw/", className = "tw.com.softleader.otp.ws.VerifyOtp")
    @ResponseWrapper(localName = "verifyOtpResponse", targetNamespace = "http://ws.otp.softleader.com.tw/", className = "tw.com.softleader.otp.ws.VerifyOtpResponse")
    @WebResult(name = "return", targetNamespace = "")
    public StringArray verifyOtp(
 
        @WebParam(name = "arg0", targetNamespace = "")
        String arg0,
        @WebParam(name = "arg1", targetNamespace = "")
        String arg1,
        @WebParam(name = "arg2", targetNamespace = "")
        String arg2,
        @WebParam(name = "arg3", targetNamespace = "")
        String arg3
    );
 
    @WebMethod
    @Action(input = "http://ws.otp.softleader.com.tw/otpWeb/getHelloRequest", output = "http://ws.otp.softleader.com.tw/otpWeb/getHelloResponse")
    @RequestWrapper(localName = "getHello", targetNamespace = "http://ws.otp.softleader.com.tw/", className = "tw.com.softleader.otp.ws.GetHello")
    @ResponseWrapper(localName = "getHelloResponse", targetNamespace = "http://ws.otp.softleader.com.tw/", className = "tw.com.softleader.otp.ws.GetHelloResponse")
    @WebResult(name = "return", targetNamespace = "")
    public String getHello(
 
        @WebParam(name = "arg0", targetNamespace = "")
        String arg0
    );
 
    @WebMethod
    @Action(input = "http://ws.otp.softleader.com.tw/otpWeb/sendBySMSRequest", output = "http://ws.otp.softleader.com.tw/otpWeb/sendBySMSResponse")
    @RequestWrapper(localName = "sendBySMS", targetNamespace = "http://ws.otp.softleader.com.tw/", className = "tw.com.softleader.otp.ws.SendBySMS")
    @ResponseWrapper(localName = "sendBySMSResponse", targetNamespace = "http://ws.otp.softleader.com.tw/", className = "tw.com.softleader.otp.ws.SendBySMSResponse")
    @WebResult(name = "return", targetNamespace = "")
    public String sendBySMS(
 
        @WebParam(name = "arg0", targetNamespace = "")
        String arg0,
        @WebParam(name = "arg1", targetNamespace = "")
        String arg1,
        @WebParam(name = "arg2", targetNamespace = "")
        String arg2,
        @WebParam(name = "arg3", targetNamespace = "")
        String arg3
    );
 
    @WebMethod
    @Action(input = "http://ws.otp.softleader.com.tw/otpWeb/verifySmsRequest", output = "http://ws.otp.softleader.com.tw/otpWeb/verifySmsResponse")
    @RequestWrapper(localName = "verifySms", targetNamespace = "http://ws.otp.softleader.com.tw/", className = "tw.com.softleader.otp.ws.VerifySms")
    @ResponseWrapper(localName = "verifySmsResponse", targetNamespace = "http://ws.otp.softleader.com.tw/", className = "tw.com.softleader.otp.ws.VerifySmsResponse")
    @WebResult(name = "return", targetNamespace = "")
    public String verifySms(
 
        @WebParam(name = "arg0", targetNamespace = "")
        String arg0,
        @WebParam(name = "arg1", targetNamespace = "")
        String arg1,
        @WebParam(name = "arg2", targetNamespace = "")
        String arg2
    );
}