Uppdaterat
This commit is contained in:
1181
KeolisBums.wsdl
Normal file
1181
KeolisBums.wsdl
Normal file
File diff suppressed because it is too large
Load Diff
BIN
Midland.vsdx
Normal file
BIN
Midland.vsdx
Normal file
Binary file not shown.
103
Midland.wsdl
Normal file
103
Midland.wsdl
Normal file
@ -0,0 +1,103 @@
|
||||
<?xml version='1.0' encoding='UTF-8' ?>
|
||||
<definitions name='Inventory'
|
||||
targetNamespace='urn:MidlandSOAP'
|
||||
xmlns:tns='urn:MidlandSOAP'
|
||||
xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/'
|
||||
xmlns:xsd='http://www.w3.org/2001/XMLSchema'
|
||||
xmlns:soapenc='http://schemas.xmlsoap.org/soap/encoding/'
|
||||
xmlns:wsdl='http://schemas.xmlsoap.org/wsdl/'
|
||||
xmlns='http://schemas.xmlsoap.org/wsdl/'>
|
||||
|
||||
<types>
|
||||
<xsd:schema targetNamespace="urn:MidlandSOAP">
|
||||
<xsd:complexType name="vehicle">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="RegNumber" type="xsd:string" />
|
||||
<xsd:element name="Brand" type="xsd:string" />
|
||||
<xsd:element name="Model" type="xsd:string" />
|
||||
<xsd:element name="Type" type="xsd:string" />
|
||||
<xsd:element name="ChassiNumber" type="xsd:string" />
|
||||
<xsd:element name="Year" type="xsd:int" />
|
||||
<xsd:element name="Status" type="xsd:string" />
|
||||
<xsd:element name="TrafficFirstTimeSwe" type="xsd:string" />
|
||||
<xsd:element name="Weight" type="xsd:int" />
|
||||
<xsd:element name="FirstName" type="xsd:string" />
|
||||
<xsd:element name="SurName" type="xsd:string" />
|
||||
<xsd:element name="CompanyName" type="xsd:string" />
|
||||
<xsd:element name="Street" type="xsd:string" />
|
||||
<xsd:element name="Zip" type="xsd:string" />
|
||||
<xsd:element name="City" type="xsd:string" />
|
||||
<xsd:element name="Phone" type="xsd:string" />
|
||||
<xsd:element name="Phone2" type="xsd:string" />
|
||||
<xsd:element name="MobilePhone" type="xsd:string" />
|
||||
<xsd:element name="Email" type="xsd:string" />
|
||||
<xsd:element name="ServiceDate" type="xsd:string" />
|
||||
<xsd:element name="MeterService" type="xsd:int" />
|
||||
<xsd:element name="MemberID" type="xsd:int" />
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:schema>
|
||||
</types>
|
||||
|
||||
<message name='getRegNumRequest'>
|
||||
<part name='RegNum' type='xsd:string'/>
|
||||
</message>
|
||||
<message name='getRegNumResponse'>
|
||||
<part name='VehicleID' type='xsd:integer'/>
|
||||
</message>
|
||||
<message name='exportToMidlandRequest'>
|
||||
<part name='Vehicle' type='tns:vehicle'/>
|
||||
</message>
|
||||
<message name='exportToMidlandResponse'>
|
||||
<part name='Result' type='xsd:integer'/>
|
||||
</message>
|
||||
|
||||
<portType name='MidlandPortType'>
|
||||
<operation name='getRegNum'>
|
||||
<input message='tns:getRegNumRequest'/>
|
||||
<output message='tns:getRegNumResponse'/>
|
||||
</operation>
|
||||
|
||||
<operation name='exportToMidland'>
|
||||
<input message='tns:exportToMidlandRequest'/>
|
||||
<output message='tns:exportToMidlandResponse'/>
|
||||
</operation>
|
||||
</portType>
|
||||
|
||||
<binding name='MidlandBinding' type='tns:MidlandPortType'>
|
||||
|
||||
<soap:binding style='rpc' transport='http://schemas.xmlsoap.org/soap/http'/>
|
||||
|
||||
<wsdl:documentation>Check if registration number exist, return Vehicle ID (int) if Midland customer</wsdl:documentation>
|
||||
<operation name='getRegNum'>
|
||||
<soap:operation soapAction='urn:xmethods-delayed-quotes#getRegNum'/>
|
||||
<input>
|
||||
<soap:body use='encoded' namespace='urn:xmethods-delayed-quotes'
|
||||
encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
|
||||
</input>
|
||||
<output>
|
||||
<soap:body use='encoded' namespace='urn:xmethods-delayed-quotes'
|
||||
encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
|
||||
</output>
|
||||
</operation>
|
||||
|
||||
<wsdl:documentation>Send Vehicle and Service data to Midland</wsdl:documentation>
|
||||
<operation name='exportToMidland'>
|
||||
<soap:operation soapAction='urn:xmethods-delayed-quotes#exportToMidland'/>
|
||||
<input>
|
||||
<soap:body use='encoded' namespace='urn:xmethods-delayed-quotes' encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
|
||||
</input>
|
||||
<output>
|
||||
<soap:body use='encoded' namespace='urn:xmethods-delayed-quotes' encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
|
||||
</output>
|
||||
</operation>
|
||||
|
||||
</binding>
|
||||
|
||||
<service name='MidlandService'>
|
||||
<port name='MidlandPort' binding='MidlandBinding'>
|
||||
<soap:address location='http://dev.midlandoil.se/garanti/soap/'/>
|
||||
</port>
|
||||
</service>
|
||||
|
||||
</definitions>
|
||||
27
MidlandUsers.txt
Normal file
27
MidlandUsers.txt
Normal file
@ -0,0 +1,27 @@
|
||||
-rw-rw-rw- 1 kobra usr 142687 Jan 23 22:16 /data1820/K1820MIDTR
|
||||
-rw-rw-rw- 1 2379lagr usr 239784 Jan 23 22:16 /data2379/K2379MIDTR
|
||||
-rw-rw-rw- 1 kobra usr 485 Dec 16 2013 /data282/K0282MIDTR
|
||||
-rw-rw-rw- 1 284bw usr 113684 Jan 23 22:11 /data284/K0284MIDTR
|
||||
-rw-rw-rw- 1 3447joni usr 87203 Jan 23 22:16 /data3447/K3447MIDTR
|
||||
-rw-rw-rw- 1 377lg usr 264519 Jan 17 22:10 /data377/K0377MIDTR
|
||||
-rw-rw-rw- 1 4238anst usr 7857 Jan 02 2014 /data4238/K4238MIDTR
|
||||
-rwxrwxrwx 1 kobra usr 128040 Jan 23 22:16 /data4240/K4240MIDTR
|
||||
-rw-rw-rw- 1 5007mala usr 48888 Jan 22 22:17 /data5007/K5007MIDTR
|
||||
-rw-rw-rw- 1 6009brla usr 489753 Jan 23 22:18 /data6009/K6009MIDTR
|
||||
-rw-rw-rw- 1 6010kund usr 195261 Jan 24 08:08 /data6010/K6010MIDTR
|
||||
-rwxrwxrwx 1 kobra usr 756212 Jan 24 07:54 /data6013/K6013MIDTR
|
||||
-rw-rw-rw- 1 736joiv usr 120765 Jan 24 06:44 /data736/K0736MIDTR
|
||||
-rw-rw-rw- 1 739mima usr 400125 Jan 24 07:44 /data739/K0739MIDTR
|
||||
-rw-rw-rw- 1 root system 42583 Apr 24 2017 /data809/K0809MIDTR
|
||||
-rw-rw-rw- 1 3343 usr 43456 Jan 09 13:19 /data823/K0823MIDTR
|
||||
-rw-rw-rw- 1 825ulja usr 55872 Jan 23 22:15 /data825/K0825MIDTR
|
||||
-rw-rw-rw- 1 kobra usr 1164 Nov 26 2015 /data871/K0871MIDTR
|
||||
-rw-rw-rw- 1 kobra usr 167616 Jan 23 22:15 /data894/K0894MIDTR
|
||||
-rw-rw-rw- 1 9202anfu usr 1067 Jan 13 2014 /data9202/K9202MIDTR
|
||||
-rw-rw-rw- 1 root system 154424 Jan 23 22:20 /data9211/K9211MIDTR
|
||||
-rw-rw-rw- 1 9524mare usr 796661 Jan 24 07:58 /data9524/K9524MIDTR
|
||||
-rwxrwxrwx 1 kobra usr 640782 Jan 23 22:35 /data9527/K9527MIDTR
|
||||
-rwxrwxrwx 1 kobra usr 59170 Jan 21 22:34 /data9529/K9529MIDTR
|
||||
-rwxrwxrwx 1 root system 8051 Aug 31 2016 /data9539/K9539MIDTR
|
||||
-rwxrwxrwx 1 kobra usr 102141 Jan 04 22:32 /data9541/K9541MIDTR
|
||||
-rwxrwxrwx 1 kobra usr 10282 Jan 23 22:36 /data9544/K9544MIDTR
|
||||
BIN
ÖverlmnPlan.xlsx
BIN
ÖverlmnPlan.xlsx
Binary file not shown.
BIN
Överlämn_TO_CWS_Garantihantering.docx
Normal file
BIN
Överlämn_TO_CWS_Garantihantering.docx
Normal file
Binary file not shown.
BIN
Överlämn_TO_Cabas.docx
Normal file
BIN
Överlämn_TO_Cabas.docx
Normal file
Binary file not shown.
Binary file not shown.
BIN
Överlämn_TO_GWM_OpelGarantietc.docx
Normal file
BIN
Överlämn_TO_GWM_OpelGarantietc.docx
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Överlämn_TO_eCat_Ford_Reservdelskatalog.docx
Normal file
BIN
Överlämn_TO_eCat_Ford_Reservdelskatalog.docx
Normal file
Binary file not shown.
Reference in New Issue
Block a user