Skip to content

Commit

Permalink
Merge pull request #2863 from bcgov/feature/wsdl-updates-2
Browse files Browse the repository at this point in the history
wsdl change
  • Loading branch information
TayGov authored Nov 21, 2024
2 parents 52aa54a + 34eba72 commit fe767bf
Show file tree
Hide file tree
Showing 4 changed files with 1,841 additions and 1,918 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<wsdl:definitions name="Csows" targetNamespace="http://ceis.csows.ag.gov.bc.ca/"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://ceis.csows.ag.gov.bc.ca/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<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">
<wsdl:types>
<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">
<xs:element name="coFileNumberSearch" type="tns:coFileNumberSearch"/>
Expand Down Expand Up @@ -674,6 +672,7 @@
<xs:element minOccurs="0" name="civilDocumentId" type="xs:decimal"/>
<xs:element minOccurs="0" name="claimAmount" type="xs:decimal"/>
<xs:element minOccurs="0" name="courtLevelCd" type="xs:string"/>
<xs:element minOccurs="0" name="docLanguage" type="xs:string"/>
<xs:element minOccurs="0" name="documentDescription" type="xs:string"/>
<xs:element minOccurs="0" name="documentType" type="xs:string"/>
<xs:element minOccurs="0" name="edocExistsYn" type="xs:string"/>
Expand All @@ -684,6 +683,8 @@
<xs:element minOccurs="0" name="isViewableYn" type="xs:string"/>
<xs:element minOccurs="0" name="noSubmittedOrder" type="xs:string"/>
<xs:element minOccurs="0" name="objectGuid" type="xs:string"/>
<xs:element minOccurs="0" name="translationGuid" type="xs:string"/>
<xs:element minOccurs="0" name="translationLanguage" type="xs:string"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="viewCoDocumentOrders">
Expand Down
Loading

0 comments on commit fe767bf

Please sign in to comment.