Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
21993 kshitij.so 1
<?xml version='1.0' encoding='UTF-8'?><!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2-hudson-740-. --><!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2-hudson-740-. --><definitions xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsp="http://www.w3.org/ns/ws-policy" xmlns:wsp1_2="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://mcomm/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://mcomm/" name="RechargeApiMcommService">
2
<types>
3
<xsd:schema>
4
<xsd:import namespace="http://mcomm/" schemaLocation="https://api.spicesafar.com/McommWebServices/RechargeApiMcomm?xsd=1" />
5
</xsd:schema>
6
</types>
7
<message name="getRecharge">
8
<part name="parameters" element="tns:getRecharge" />
9
</message>
10
<message name="getRechargeResponse">
11
<part name="parameters" element="tns:getRechargeResponse" />
12
</message>
13
<message name="getCheckStatus">
14
<part name="parameters" element="tns:getCheckStatus" />
15
</message>
16
<message name="getCheckStatusResponse">
17
<part name="parameters" element="tns:getCheckStatusResponse" />
18
</message>
19
<message name="checkRefundHistory">
20
<part name="parameters" element="tns:checkRefundHistory" />
21
</message>
22
<message name="checkRefundHistoryResponse">
23
<part name="parameters" element="tns:checkRefundHistoryResponse" />
24
</message>
25
<message name="getTransactionHistory">
26
<part name="parameters" element="tns:getTransactionHistory" />
27
</message>
28
<message name="getTransactionHistoryResponse">
29
<part name="parameters" element="tns:getTransactionHistoryResponse" />
30
</message>
31
<portType name="RechargeApiMcomm">
32
<operation name="getRecharge">
33
<input wsam:Action="http://mcomm/RechargeApiMcomm/getRechargeRequest" message="tns:getRecharge" />
34
<output wsam:Action="http://mcomm/RechargeApiMcomm/getRechargeResponse" message="tns:getRechargeResponse" />
35
</operation>
36
<operation name="getCheckStatus">
37
<input wsam:Action="http://mcomm/RechargeApiMcomm/getCheckStatusRequest" message="tns:getCheckStatus" />
38
<output wsam:Action="http://mcomm/RechargeApiMcomm/getCheckStatusResponse" message="tns:getCheckStatusResponse" />
39
</operation>
40
<operation name="checkRefundHistory">
41
<input wsam:Action="http://mcomm/RechargeApiMcomm/checkRefundHistoryRequest" message="tns:checkRefundHistory" />
42
<output wsam:Action="http://mcomm/RechargeApiMcomm/checkRefundHistoryResponse" message="tns:checkRefundHistoryResponse" />
43
</operation>
44
<operation name="getTransactionHistory">
45
<input wsam:Action="http://mcomm/RechargeApiMcomm/getTransactionHistoryRequest" message="tns:getTransactionHistory" />
46
<output wsam:Action="http://mcomm/RechargeApiMcomm/getTransactionHistoryResponse" message="tns:getTransactionHistoryResponse" />
47
</operation>
48
</portType>
49
<binding name="RechargeApiMcommPortBinding" type="tns:RechargeApiMcomm">
50
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
51
<operation name="getRecharge">
52
<soap:operation soapAction="" />
53
<input>
54
<soap:body use="literal" />
55
</input>
56
<output>
57
<soap:body use="literal" />
58
</output>
59
</operation>
60
<operation name="getCheckStatus">
61
<soap:operation soapAction="" />
62
<input>
63
<soap:body use="literal" />
64
</input>
65
<output>
66
<soap:body use="literal" />
67
</output>
68
</operation>
69
<operation name="checkRefundHistory">
70
<soap:operation soapAction="" />
71
<input>
72
<soap:body use="literal" />
73
</input>
74
<output>
75
<soap:body use="literal" />
76
</output>
77
</operation>
78
<operation name="getTransactionHistory">
79
<soap:operation soapAction="" />
80
<input>
81
<soap:body use="literal" />
82
</input>
83
<output>
84
<soap:body use="literal" />
85
</output>
86
</operation>
87
</binding>
88
<service name="RechargeApiMcommService">
89
<port name="RechargeApiMcommPort" binding="tns:RechargeApiMcommPortBinding">
90
<soap:address location="https://api.spicesafar.com/McommWebServices/RechargeApiMcomm" />
91
</port>
92
</service>
93
</definitions>