Skip to content

Commit fe767bf

Browse files
authored
Merge pull request #2863 from bcgov/feature/wsdl-updates-2
wsdl change
2 parents 52aa54a + 34eba72 commit fe767bf

File tree

4 files changed

+1841
-1918
lines changed

4 files changed

+1841
-1918
lines changed

src/backend/libs/efiling-cso-client/src/main/resources/wsdl/Csows.wsdl

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
<wsdl:definitions name="Csows" targetNamespace="http://ceis.csows.ag.gov.bc.ca/"
2-
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://ceis.csows.ag.gov.bc.ca/"
3-
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
1+
<wsdl:definitions name="Csows" targetNamespace="http://ceis.csows.ag.gov.bc.ca/" xmlns:ns1="http://schemas.xmlsoap.org/soap/http" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://ceis.csows.ag.gov.bc.ca/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
42
<wsdl:types>
53
<xs:schema elementFormDefault="unqualified" targetNamespace="http://ceis.csows.ag.gov.bc.ca/" version="1.0" xmlns:tns="http://ceis.csows.ag.gov.bc.ca/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
64
<xs:element name="coFileNumberSearch" type="tns:coFileNumberSearch"/>
@@ -674,6 +672,7 @@
674672
<xs:element minOccurs="0" name="civilDocumentId" type="xs:decimal"/>
675673
<xs:element minOccurs="0" name="claimAmount" type="xs:decimal"/>
676674
<xs:element minOccurs="0" name="courtLevelCd" type="xs:string"/>
675+
<xs:element minOccurs="0" name="docLanguage" type="xs:string"/>
677676
<xs:element minOccurs="0" name="documentDescription" type="xs:string"/>
678677
<xs:element minOccurs="0" name="documentType" type="xs:string"/>
679678
<xs:element minOccurs="0" name="edocExistsYn" type="xs:string"/>
@@ -684,6 +683,8 @@
684683
<xs:element minOccurs="0" name="isViewableYn" type="xs:string"/>
685684
<xs:element minOccurs="0" name="noSubmittedOrder" type="xs:string"/>
686685
<xs:element minOccurs="0" name="objectGuid" type="xs:string"/>
686+
<xs:element minOccurs="0" name="translationGuid" type="xs:string"/>
687+
<xs:element minOccurs="0" name="translationLanguage" type="xs:string"/>
687688
</xs:sequence>
688689
</xs:complexType>
689690
<xs:complexType name="viewCoDocumentOrders">

0 commit comments

Comments
 (0)