SOAP WSDL Generate Code

SpringCMServiceSoap / DocumentCreateCommit

ASP AutoIt C C (Unicode) C++ C++ (Unicode) C# DataFlex Delphi Foxpro Go Java Node.js Objective-C Perl PHP Extension PowerBuilder Powershell PureBasic Python CkPython Ruby SQL Server Swift TCL VB.NET VB6 VBScript Xojo
load ./chilkat.dll

set xml [new_CkXml]

CkXml_put_Tag $xml "soapenv:Envelope"
CkXml_AddAttribute $xml "xmlns:soapenv" "http://schemas.xmlsoap.org/soap/envelope/"
CkXml_AddAttribute $xml "xmlns:spr" "http://www.springcm.com/atlas/webservices/v201308/scm/"
CkXml_UpdateChildContent $xml "soapenv:Header" ""
CkXml_UpdateChildContent $xml "soapenv:Body|spr:DocumentCreateCommit|spr:token" "string"
CkXml_UpdateChildContent $xml "soapenv:Body|spr:DocumentCreateCommit|spr:fileIdentifier" "string"
CkXml_UpdateChildContent $xml "soapenv:Body|spr:DocumentCreateCommit|spr:scmDocument|spr:Id" "string"
CkXml_UpdateChildContent $xml "soapenv:Body|spr:DocumentCreateCommit|spr:scmDocument|spr:Name" "string"
CkXml_UpdateChildContent $xml "soapenv:Body|spr:DocumentCreateCommit|spr:scmDocument|spr:ObjectType" "Document"
CkXml_UpdateChildContent $xml "soapenv:Body|spr:DocumentCreateCommit|spr:scmDocument|spr:ParentFolderId" "string"
CkXml_UpdateChildContent $xml "soapenv:Body|spr:DocumentCreateCommit|spr:scmDocument|spr:CreatedBy" "string"
CkXml_UpdateChildContent $xml "soapenv:Body|spr:DocumentCreateCommit|spr:scmDocument|spr:CreatedDate" "dateTime"
CkXml_UpdateChildContent $xml "soapenv:Body|spr:DocumentCreateCommit|spr:scmDocument|spr:UpdatedBy" "string"
CkXml_UpdateChildContent $xml "soapenv:Body|spr:DocumentCreateCommit|spr:scmDocument|spr:UpdatedDate" "dateTime"
CkXml_UpdateChildContent $xml "soapenv:Body|spr:DocumentCreateCommit|spr:scmDocument|spr:Security" "list of enumerated string values"
CkXml_UpdateChildContent $xml "soapenv:Body|spr:DocumentCreateCommit|spr:scmDocument|spr:Description" "string"
CkXml_UpdateChildContent $xml "soapenv:Body|spr:DocumentCreateCommit|spr:scmDocument|spr:Metadata|spr:SCMMetadata|spr:GroupName" "string"
CkXml_UpdateChildContent $xml "soapenv:Body|spr:DocumentCreateCommit|spr:scmDocument|spr:Metadata|spr:SCMMetadata|spr:FieldName" "string"
CkXml_UpdateChildContent $xml "soapenv:Body|spr:DocumentCreateCommit|spr:scmDocument|spr:Metadata|spr:SCMMetadata|spr:Value" "string"
CkXml_UpdateChildContent $xml "soapenv:Body|spr:DocumentCreateCommit|spr:scmDocument|spr:Metadata|spr:SCMMetadata|spr:HighValue" "string"
CkXml_UpdateChildContent $xml "soapenv:Body|spr:DocumentCreateCommit|spr:scmDocument|spr:Metadata|spr:SCMMetadata|spr:ExcludeFromSearch" "true"
CkXml_UpdateChildContent $xml "soapenv:Body|spr:DocumentCreateCommit|spr:scmDocument|spr:Metadata|spr:SCMMetadata|spr:SetName" "string"
CkXml_UpdateChildContentInt $xml "soapenv:Body|spr:DocumentCreateCommit|spr:scmDocument|spr:Metadata|spr:SCMMetadata|spr:SetNumber" 1042
CkXml_UpdateChildContent $xml "soapenv:Body|spr:DocumentCreateCommit|spr:scmDocument|spr:Metadata|spr:SCMMetadata|spr:DataType" "String"
CkXml_UpdateChildContent $xml "soapenv:Body|spr:DocumentCreateCommit|spr:scmDocument|spr:CheckedOutUserId" "string"
CkXml_UpdateChildContent $xml "soapenv:Body|spr:DocumentCreateCommit|spr:scmDocument|spr:CheckedOutUserName" "string"
CkXml_UpdateChildContent $xml "soapenv:Body|spr:DocumentCreateCommit|spr:scmDocument|spr:ExpirationDate" "dateTime"
CkXml_UpdateChildContentInt $xml "soapenv:Body|spr:DocumentCreateCommit|spr:scmDocument|spr:FileSize" 123456
CkXml_UpdateChildContentInt $xml "soapenv:Body|spr:DocumentCreateCommit|spr:scmDocument|spr:PDFFileSize" 123456
CkXml_UpdateChildContent $xml "soapenv:Body|spr:DocumentCreateCommit|spr:scmDocument|spr:PDFConversion" "true"
CkXml_UpdateChildContentInt $xml "soapenv:Body|spr:DocumentCreateCommit|spr:scmDocument|spr:PDFPageCount" 1042
CkXml_UpdateChildContent $xml "soapenv:Body|spr:DocumentCreateCommit|spr:scmDocument|spr:IsFormDocument" "true"
CkXml_UpdateChildContent $xml "soapenv:Body|spr:DocumentCreateCommit|spr:scmDocument|spr:CustomFormFields|spr:SCMFormField|spr:Key" "string"
CkXml_UpdateChildContent $xml "soapenv:Body|spr:DocumentCreateCommit|spr:scmDocument|spr:CustomFormFields|spr:SCMFormField|spr:Value" "string"
CkXml_UpdateChildContent $xml "soapenv:Body|spr:DocumentCreateCommit|spr:scmDocument|spr:CustomFormFields|spr:SCMFormField|spr:SetName" "string"
CkXml_UpdateChildContent $xml "soapenv:Body|spr:DocumentCreateCommit|spr:scmDocument|spr:CustomFormFields|spr:SCMFormField|spr:SetNumber" "string"
CkXml_UpdateChildContent $xml "soapenv:Body|spr:DocumentCreateCommit|spr:scmDocument|spr:MIMEType" "string"
CkXml_UpdateChildContent $xml "soapenv:Body|spr:DocumentCreateCommit|spr:scmDocument|spr:Version" "string"

# In a SOAP HTTP request, including the XML declaration (<?xml version="1.0" encoding="UTF-8"?>) in the XML body is generally not required. 
CkXml_put_EmitXmlDecl $xml 0
set soapRequestBody [CkXml_getXml $xml]

set endpoint "https://soapna11.springcm.com/atlas/webservices/v201308/springcmservice.asmx"
set soapAction "http://www.springcm.com/atlas/webservices/v201308/scm/DocumentCreateCommit"
#  For SOAP requests, the standard Content-Type is usually set to "text/xml" or "application/soap+xml"
set contentType "text/xml"

set http [new_CkHttp]

CkHttp_ClearHeaders $http
CkHttp_SetRequestHeader $http "Content-Type" $contentType
CkHttp_SetRequestHeader $http "SOAPAction" $soapAction

# resp is a CkHttpResponse
set resp [CkHttp_PostXml $http $endpoint $soapRequestBody "utf-8"]
if {[CkHttp_get_LastMethodSuccess $http] == 0} then {
    puts [CkHttp_lastErrorText $http]
    puts "Failed to send SOAP request."
    delete_CkXml $xml
    delete_CkHttp $http
    exit
}

# Get the XML response body.
set responseXml [new_CkXml]

CkHttpResponse_GetBodyXml $resp $responseXml

set statusCode [CkHttpResponse_get_StatusCode $resp]
puts "response status code: $statusCode"

delete_CkHttpResponse $resp

# If the status code does not indicate succcess, then show the response XML,
# which probably contains error information.
if {$statusCode != 200} then {
    puts [CkXml_getXml $responseXml]
    delete_CkXml $xml
    delete_CkHttp $http
    delete_CkXml $responseXml
    exit
}

puts [CkXml_getXml $responseXml]

# Parse the successful SOAP response XML.

# This is a sample of the response XML, but the namespace prefixes will be different.
# We can parse the result using "*" for the namespace prefixes (see below).

set Id [CkXml_getChildContent $responseXml "*:Body|*:DocumentCreateCommitResponse|*:DocumentCreateCommitResult|*:Id"]
set Name [CkXml_getChildContent $responseXml "*:Body|*:DocumentCreateCommitResponse|*:DocumentCreateCommitResult|*:Name"]
set ObjectType [CkXml_getChildContent $responseXml "*:Body|*:DocumentCreateCommitResponse|*:DocumentCreateCommitResult|*:ObjectType"]
set ParentFolderId [CkXml_getChildContent $responseXml "*:Body|*:DocumentCreateCommitResponse|*:DocumentCreateCommitResult|*:ParentFolderId"]
set CreatedBy [CkXml_getChildContent $responseXml "*:Body|*:DocumentCreateCommitResponse|*:DocumentCreateCommitResult|*:CreatedBy"]
set CreatedDate [CkXml_getChildContent $responseXml "*:Body|*:DocumentCreateCommitResponse|*:DocumentCreateCommitResult|*:CreatedDate"]
set UpdatedBy [CkXml_getChildContent $responseXml "*:Body|*:DocumentCreateCommitResponse|*:DocumentCreateCommitResult|*:UpdatedBy"]
set UpdatedDate [CkXml_getChildContent $responseXml "*:Body|*:DocumentCreateCommitResponse|*:DocumentCreateCommitResult|*:UpdatedDate"]
set Security [CkXml_getChildContent $responseXml "*:Body|*:DocumentCreateCommitResponse|*:DocumentCreateCommitResult|*:Security"]
set Description [CkXml_getChildContent $responseXml "*:Body|*:DocumentCreateCommitResponse|*:DocumentCreateCommitResult|*:Description"]
set GroupName [CkXml_getChildContent $responseXml "*:Body|*:DocumentCreateCommitResponse|*:DocumentCreateCommitResult|*:Metadata|*:SCMMetadata|*:GroupName"]
set FieldName [CkXml_getChildContent $responseXml "*:Body|*:DocumentCreateCommitResponse|*:DocumentCreateCommitResult|*:Metadata|*:SCMMetadata|*:FieldName"]
set Value [CkXml_getChildContent $responseXml "*:Body|*:DocumentCreateCommitResponse|*:DocumentCreateCommitResult|*:Metadata|*:SCMMetadata|*:Value"]
set HighValue [CkXml_getChildContent $responseXml "*:Body|*:DocumentCreateCommitResponse|*:DocumentCreateCommitResult|*:Metadata|*:SCMMetadata|*:HighValue"]
set ExcludeFromSearch [CkXml_getChildContent $responseXml "*:Body|*:DocumentCreateCommitResponse|*:DocumentCreateCommitResult|*:Metadata|*:SCMMetadata|*:ExcludeFromSearch"]
set SetName [CkXml_getChildContent $responseXml "*:Body|*:DocumentCreateCommitResponse|*:DocumentCreateCommitResult|*:Metadata|*:SCMMetadata|*:SetName"]
set SetNumber [CkXml_GetChildIntValue $responseXml "*:Body|*:DocumentCreateCommitResponse|*:DocumentCreateCommitResult|*:Metadata|*:SCMMetadata|*:SetNumber"]
set DataType [CkXml_getChildContent $responseXml "*:Body|*:DocumentCreateCommitResponse|*:DocumentCreateCommitResult|*:Metadata|*:SCMMetadata|*:DataType"]
set CheckedOutUserId [CkXml_getChildContent $responseXml "*:Body|*:DocumentCreateCommitResponse|*:DocumentCreateCommitResult|*:CheckedOutUserId"]
set CheckedOutUserName [CkXml_getChildContent $responseXml "*:Body|*:DocumentCreateCommitResponse|*:DocumentCreateCommitResult|*:CheckedOutUserName"]
set ExpirationDate [CkXml_getChildContent $responseXml "*:Body|*:DocumentCreateCommitResponse|*:DocumentCreateCommitResult|*:ExpirationDate"]
set FileSize [CkXml_GetChildIntValue $responseXml "*:Body|*:DocumentCreateCommitResponse|*:DocumentCreateCommitResult|*:FileSize"]
set PDFFileSize [CkXml_GetChildIntValue $responseXml "*:Body|*:DocumentCreateCommitResponse|*:DocumentCreateCommitResult|*:PDFFileSize"]
set PDFConversion [CkXml_getChildContent $responseXml "*:Body|*:DocumentCreateCommitResponse|*:DocumentCreateCommitResult|*:PDFConversion"]
set PDFPageCount [CkXml_GetChildIntValue $responseXml "*:Body|*:DocumentCreateCommitResponse|*:DocumentCreateCommitResult|*:PDFPageCount"]
set IsFormDocument [CkXml_getChildContent $responseXml "*:Body|*:DocumentCreateCommitResponse|*:DocumentCreateCommitResult|*:IsFormDocument"]
set Key [CkXml_getChildContent $responseXml "*:Body|*:DocumentCreateCommitResponse|*:DocumentCreateCommitResult|*:CustomFormFields|*:SCMFormField|*:Key"]
set Value [CkXml_getChildContent $responseXml "*:Body|*:DocumentCreateCommitResponse|*:DocumentCreateCommitResult|*:CustomFormFields|*:SCMFormField|*:Value"]
set SetName [CkXml_getChildContent $responseXml "*:Body|*:DocumentCreateCommitResponse|*:DocumentCreateCommitResult|*:CustomFormFields|*:SCMFormField|*:SetName"]
set strSetNumber [CkXml_getChildContent $responseXml "*:Body|*:DocumentCreateCommitResponse|*:DocumentCreateCommitResult|*:CustomFormFields|*:SCMFormField|*:SetNumber"]
set MIMEType [CkXml_getChildContent $responseXml "*:Body|*:DocumentCreateCommitResponse|*:DocumentCreateCommitResult|*:MIMEType"]
set Version [CkXml_getChildContent $responseXml "*:Body|*:DocumentCreateCommitResponse|*:DocumentCreateCommitResult|*:Version"]

delete_CkXml $xml
delete_CkHttp $http
delete_CkXml $responseXml
Request XML
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:spr="http://www.springcm.com/atlas/webservices/v201308/scm/">
    <soapenv:Header/>
    <soapenv:Body>
        <spr:DocumentCreateCommit>
            <spr:token>string</spr:token>
            <spr:fileIdentifier>string</spr:fileIdentifier>
            <spr:scmDocument>
                <spr:Id>string</spr:Id>
                <spr:Name>string</spr:Name>
                <spr:ObjectType>Document</spr:ObjectType>
                <spr:ParentFolderId>string</spr:ParentFolderId>
                <spr:CreatedBy>string</spr:CreatedBy>
                <spr:CreatedDate>dateTime</spr:CreatedDate>
                <spr:UpdatedBy>string</spr:UpdatedBy>
                <spr:UpdatedDate>dateTime</spr:UpdatedDate>
                <spr:Security>list of enumerated string values</spr:Security>
                <spr:Description>string</spr:Description>
                <spr:Metadata>
                    <spr:SCMMetadata>
                        <spr:GroupName>string</spr:GroupName>
                        <spr:FieldName>string</spr:FieldName>
                        <spr:Value>string</spr:Value>
                        <spr:HighValue>string</spr:HighValue>
                        <spr:ExcludeFromSearch>true</spr:ExcludeFromSearch>
                        <spr:SetName>string</spr:SetName>
                        <spr:SetNumber>1042</spr:SetNumber>
                        <spr:DataType>String</spr:DataType>
                    </spr:SCMMetadata>
                </spr:Metadata>
                <spr:CheckedOutUserId>string</spr:CheckedOutUserId>
                <spr:CheckedOutUserName>string</spr:CheckedOutUserName>
                <spr:ExpirationDate>dateTime</spr:ExpirationDate>
                <spr:FileSize>123456</spr:FileSize>
                <spr:PDFFileSize>123456</spr:PDFFileSize>
                <spr:PDFConversion>true</spr:PDFConversion>
                <spr:PDFPageCount>1042</spr:PDFPageCount>
                <spr:IsFormDocument>true</spr:IsFormDocument>
                <spr:CustomFormFields>
                    <spr:SCMFormField>
                        <spr:Key>string</spr:Key>
                        <spr:Value>string</spr:Value>
                        <spr:SetName>string</spr:SetName>
                        <spr:SetNumber>string</spr:SetNumber>
                    </spr:SCMFormField>
                </spr:CustomFormFields>
                <spr:MIMEType>string</spr:MIMEType>
                <spr:Version>string</spr:Version>
            </spr:scmDocument>
        </spr:DocumentCreateCommit>
    </soapenv:Body>
</soapenv:Envelope>
Response XML
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:spr="http://www.springcm.com/atlas/webservices/v201308/scm/">
    <soapenv:Header/>
    <soapenv:Body>
        <spr:DocumentCreateCommitResponse>
            <spr:DocumentCreateCommitResult>
                <spr:Id>string</spr:Id>
                <spr:Name>string</spr:Name>
                <spr:ObjectType>Document</spr:ObjectType>
                <spr:ParentFolderId>string</spr:ParentFolderId>
                <spr:CreatedBy>string</spr:CreatedBy>
                <spr:CreatedDate>dateTime</spr:CreatedDate>
                <spr:UpdatedBy>string</spr:UpdatedBy>
                <spr:UpdatedDate>dateTime</spr:UpdatedDate>
                <spr:Security>list of enumerated string values</spr:Security>
                <spr:Description>string</spr:Description>
                <spr:Metadata>
                    <spr:SCMMetadata>
                        <spr:GroupName>string</spr:GroupName>
                        <spr:FieldName>string</spr:FieldName>
                        <spr:Value>string</spr:Value>
                        <spr:HighValue>string</spr:HighValue>
                        <spr:ExcludeFromSearch>true</spr:ExcludeFromSearch>
                        <spr:SetName>string</spr:SetName>
                        <spr:SetNumber>1042</spr:SetNumber>
                        <spr:DataType>String</spr:DataType>
                    </spr:SCMMetadata>
                </spr:Metadata>
                <spr:CheckedOutUserId>string</spr:CheckedOutUserId>
                <spr:CheckedOutUserName>string</spr:CheckedOutUserName>
                <spr:ExpirationDate>dateTime</spr:ExpirationDate>
                <spr:FileSize>123456</spr:FileSize>
                <spr:PDFFileSize>123456</spr:PDFFileSize>
                <spr:PDFConversion>true</spr:PDFConversion>
                <spr:PDFPageCount>1042</spr:PDFPageCount>
                <spr:IsFormDocument>true</spr:IsFormDocument>
                <spr:CustomFormFields>
                    <spr:SCMFormField>
                        <spr:Key>string</spr:Key>
                        <spr:Value>string</spr:Value>
                        <spr:SetName>string</spr:SetName>
                        <spr:SetNumber>string</spr:SetNumber>
                    </spr:SCMFormField>
                </spr:CustomFormFields>
                <spr:MIMEType>string</spr:MIMEType>
                <spr:Version>string</spr:Version>
            </spr:DocumentCreateCommitResult>
        </spr:DocumentCreateCommitResponse>
    </soapenv:Body>
</soapenv:Envelope>