ProxyWebService


Click here for a complete list of operations.

MessageCreate

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /isds/ProxyWebService.asmx HTTP/1.1
Host: ids02-oudu.ginis.cloud
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://isds.czechpoint.cz/MessageCreate"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <MessageCreate xmlns="http://isds.czechpoint.cz/">
      <UserName>string</UserName>
      <Password>string</Password>
      <WsUrl>string</WsUrl>
      <certificateHash>string</certificateHash>
      <isdsAuthenticationType>BASIC or COOKIE</isdsAuthenticationType>
      <dmEnvelope dmType="string">
        <dmSenderOrgUnit xmlns="http://isds.czechpoint.cz/v20">string</dmSenderOrgUnit>
        <dmSenderOrgUnitNum xmlns="http://isds.czechpoint.cz/v20">integer</dmSenderOrgUnitNum>
        <dbIDRecipient xmlns="http://isds.czechpoint.cz/v20">string</dbIDRecipient>
        <dmRecipientOrgUnit xmlns="http://isds.czechpoint.cz/v20">string</dmRecipientOrgUnit>
        <dmRecipientOrgUnitNum xmlns="http://isds.czechpoint.cz/v20">integer</dmRecipientOrgUnitNum>
        <dmToHands xmlns="http://isds.czechpoint.cz/v20">string</dmToHands>
        <dmAnnotation xmlns="http://isds.czechpoint.cz/v20">string</dmAnnotation>
        <dmRecipientRefNumber xmlns="http://isds.czechpoint.cz/v20">string</dmRecipientRefNumber>
        <dmSenderRefNumber xmlns="http://isds.czechpoint.cz/v20">string</dmSenderRefNumber>
        <dmRecipientIdent xmlns="http://isds.czechpoint.cz/v20">string</dmRecipientIdent>
        <dmSenderIdent xmlns="http://isds.czechpoint.cz/v20">string</dmSenderIdent>
        <dmLegalTitleLaw xmlns="http://isds.czechpoint.cz/v20">integer</dmLegalTitleLaw>
        <dmLegalTitleYear xmlns="http://isds.czechpoint.cz/v20">integer</dmLegalTitleYear>
        <dmLegalTitleSect xmlns="http://isds.czechpoint.cz/v20">string</dmLegalTitleSect>
        <dmLegalTitlePar xmlns="http://isds.czechpoint.cz/v20">string</dmLegalTitlePar>
        <dmLegalTitlePoint xmlns="http://isds.czechpoint.cz/v20">string</dmLegalTitlePoint>
        <dmPersonalDelivery xmlns="http://isds.czechpoint.cz/v20">boolean</dmPersonalDelivery>
        <dmAllowSubstDelivery xmlns="http://isds.czechpoint.cz/v20">boolean</dmAllowSubstDelivery>
        <dmOVM xmlns="http://isds.czechpoint.cz/v20">boolean</dmOVM>
        <dmPublishOwnID xmlns="http://isds.czechpoint.cz/v20">boolean</dmPublishOwnID>
      </dmEnvelope>
      <dmFiles>
        <tFilesArrayDmFile dmMimeType="string" dmFileMetaType="" dmFileGuid="string" dmUpFileGuid="string" dmFileDescr="string" dmFormat="string" />
        <tFilesArrayDmFile dmMimeType="string" dmFileMetaType="" dmFileGuid="string" dmUpFileGuid="string" dmFileDescr="string" dmFormat="string" />
      </dmFiles>
      <ixslpc>string</ixslpc>
      <cookieContainer>string</cookieContainer>
    </MessageCreate>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <MessageCreateResponse xmlns="http://isds.czechpoint.cz/">
      <dmStatus xmlns="http://isds.czechpoint.cz/v20">
        <dmStatusCode>string</dmStatusCode>
        <dmStatusMessage>string</dmStatusMessage>
      </dmStatus>
      <dmID>string</dmID>
      <cookieContainer>string</cookieContainer>
    </MessageCreateResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /isds/ProxyWebService.asmx HTTP/1.1
Host: ids02-oudu.ginis.cloud
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <MessageCreate xmlns="http://isds.czechpoint.cz/">
      <UserName>string</UserName>
      <Password>string</Password>
      <WsUrl>string</WsUrl>
      <certificateHash>string</certificateHash>
      <isdsAuthenticationType>BASIC or COOKIE</isdsAuthenticationType>
      <dmEnvelope dmType="string">
        <dmSenderOrgUnit xmlns="http://isds.czechpoint.cz/v20">string</dmSenderOrgUnit>
        <dmSenderOrgUnitNum xmlns="http://isds.czechpoint.cz/v20">integer</dmSenderOrgUnitNum>
        <dbIDRecipient xmlns="http://isds.czechpoint.cz/v20">string</dbIDRecipient>
        <dmRecipientOrgUnit xmlns="http://isds.czechpoint.cz/v20">string</dmRecipientOrgUnit>
        <dmRecipientOrgUnitNum xmlns="http://isds.czechpoint.cz/v20">integer</dmRecipientOrgUnitNum>
        <dmToHands xmlns="http://isds.czechpoint.cz/v20">string</dmToHands>
        <dmAnnotation xmlns="http://isds.czechpoint.cz/v20">string</dmAnnotation>
        <dmRecipientRefNumber xmlns="http://isds.czechpoint.cz/v20">string</dmRecipientRefNumber>
        <dmSenderRefNumber xmlns="http://isds.czechpoint.cz/v20">string</dmSenderRefNumber>
        <dmRecipientIdent xmlns="http://isds.czechpoint.cz/v20">string</dmRecipientIdent>
        <dmSenderIdent xmlns="http://isds.czechpoint.cz/v20">string</dmSenderIdent>
        <dmLegalTitleLaw xmlns="http://isds.czechpoint.cz/v20">integer</dmLegalTitleLaw>
        <dmLegalTitleYear xmlns="http://isds.czechpoint.cz/v20">integer</dmLegalTitleYear>
        <dmLegalTitleSect xmlns="http://isds.czechpoint.cz/v20">string</dmLegalTitleSect>
        <dmLegalTitlePar xmlns="http://isds.czechpoint.cz/v20">string</dmLegalTitlePar>
        <dmLegalTitlePoint xmlns="http://isds.czechpoint.cz/v20">string</dmLegalTitlePoint>
        <dmPersonalDelivery xmlns="http://isds.czechpoint.cz/v20">boolean</dmPersonalDelivery>
        <dmAllowSubstDelivery xmlns="http://isds.czechpoint.cz/v20">boolean</dmAllowSubstDelivery>
        <dmOVM xmlns="http://isds.czechpoint.cz/v20">boolean</dmOVM>
        <dmPublishOwnID xmlns="http://isds.czechpoint.cz/v20">boolean</dmPublishOwnID>
      </dmEnvelope>
      <dmFiles>
        <tFilesArrayDmFile dmMimeType="string" dmFileMetaType="" dmFileGuid="string" dmUpFileGuid="string" dmFileDescr="string" dmFormat="string" />
        <tFilesArrayDmFile dmMimeType="string" dmFileMetaType="" dmFileGuid="string" dmUpFileGuid="string" dmFileDescr="string" dmFormat="string" />
      </dmFiles>
      <ixslpc>string</ixslpc>
      <cookieContainer>string</cookieContainer>
    </MessageCreate>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <MessageCreateResponse xmlns="http://isds.czechpoint.cz/">
      <dmStatus xmlns="http://isds.czechpoint.cz/v20">
        <dmStatusCode>string</dmStatusCode>
        <dmStatusMessage>string</dmStatusMessage>
      </dmStatus>
      <dmID>string</dmID>
      <cookieContainer>string</cookieContainer>
    </MessageCreateResponse>
  </soap12:Body>
</soap12:Envelope>