ContratosImplService
Click here for a complete list of operations.
cadastrar
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 /RCWS003.asmx HTTP/1.1
Host: bancovortxws.qcertifica.com.br
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.quicksoft.com.br/ns/wsvortx/v1/cadastrar"
<?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>
<cadastrar xmlns="http://www.quicksoft.com.br/ns/wsvortx/v1/">
<contrato id="string" valor="double" moeda="string" codigoBancoCustodiante="int" tipo="string" descricao="string" versao="string" xmlns="">
<responsavel nome="string" cpf="string" email="string" />
<empresas>
<empresa inscricao="string" tipoInscricao="F or J" nome="string" tipoParte="CEDENTE or FUNDO or GESTOR or CONSULTORA or CUSTODIANTE or ADMINISTRADORA" token="string">
<signatario xsi:nil="true" />
<signatario xsi:nil="true" />
</empresa>
<empresa inscricao="string" tipoInscricao="F or J" nome="string" tipoParte="CEDENTE or FUNDO or GESTOR or CONSULTORA or CUSTODIANTE or ADMINISTRADORA" token="string">
<signatario xsi:nil="true" />
<signatario xsi:nil="true" />
</empresa>
</empresas>
<termo>string</termo>
<duplicatas assinaturaObrigatoria="boolean">
<csv>string</csv>
</duplicatas>
</contrato>
</cadastrar>
</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>
<cadastrarResponse xmlns="http://www.quicksoft.com.br/ns/wsvortx/v1/">
<retornoOperacao xmlns="">
<idContrato>string</idContrato>
<status>1 or 2 or 3</status>
<erro>
<codigo>int</codigo>
<descricao>string</descricao>
</erro>
</retornoOperacao>
</cadastrarResponse>
</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 /RCWS003.asmx HTTP/1.1
Host: bancovortxws.qcertifica.com.br
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>
<cadastrar xmlns="http://www.quicksoft.com.br/ns/wsvortx/v1/">
<contrato id="string" valor="double" moeda="string" codigoBancoCustodiante="int" tipo="string" descricao="string" versao="string" xmlns="">
<responsavel nome="string" cpf="string" email="string" />
<empresas>
<empresa inscricao="string" tipoInscricao="F or J" nome="string" tipoParte="CEDENTE or FUNDO or GESTOR or CONSULTORA or CUSTODIANTE or ADMINISTRADORA" token="string">
<signatario xsi:nil="true" />
<signatario xsi:nil="true" />
</empresa>
<empresa inscricao="string" tipoInscricao="F or J" nome="string" tipoParte="CEDENTE or FUNDO or GESTOR or CONSULTORA or CUSTODIANTE or ADMINISTRADORA" token="string">
<signatario xsi:nil="true" />
<signatario xsi:nil="true" />
</empresa>
</empresas>
<termo>string</termo>
<duplicatas assinaturaObrigatoria="boolean">
<csv>string</csv>
</duplicatas>
</contrato>
</cadastrar>
</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>
<cadastrarResponse xmlns="http://www.quicksoft.com.br/ns/wsvortx/v1/">
<retornoOperacao xmlns="">
<idContrato>string</idContrato>
<status>1 or 2 or 3</status>
<erro>
<codigo>int</codigo>
<descricao>string</descricao>
</erro>
</retornoOperacao>
</cadastrarResponse>
</soap12:Body>
</soap12:Envelope>