WSPersonasCygnus
Click here for a complete list of operations.
WC_CREAR_PERSONABASICO
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 /WSPersonasCygnus/WSPersonasCygnus.asmx HTTP/1.1
Host: server-fecoomeva-02.subnet02180656.vcn02180656.oraclevcn.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "WSPersonasCygnus/WC_CREAR_PERSONABASICO"
<?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>
<WC_CREAR_PERSONABASICO xmlns="WSPersonasCygnus">
<p_dfn_nat_codigo>string</p_dfn_nat_codigo>
<p_w_s_tipodepersona>string</p_w_s_tipodepersona>
<pws_identific>string</pws_identific>
<p_w_n_tipoiden>string</p_w_n_tipoiden>
<p_w_d_fecexp>string</p_w_d_fecexp>
<p_dfs_nat_nombres>string</p_dfs_nat_nombres>
<p_dfs_nat_apellidos>string</p_dfs_nat_apellidos>
<p_w_s_direccion>string</p_w_s_direccion>
<p_w_n_ciudad>string</p_w_n_ciudad>
<p_w_s_telefono>string</p_w_s_telefono>
<p_w_s_direcelec>string</p_w_s_direcelec>
<pws_bd>string</pws_bd>
<pws_usu>string</pws_usu>
<pws_psw>string</pws_psw>
</WC_CREAR_PERSONABASICO>
</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>
<WC_CREAR_PERSONABASICOResponse xmlns="WSPersonasCygnus">
<WC_CREAR_PERSONABASICOResult>string</WC_CREAR_PERSONABASICOResult>
</WC_CREAR_PERSONABASICOResponse>
</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 /WSPersonasCygnus/WSPersonasCygnus.asmx HTTP/1.1
Host: server-fecoomeva-02.subnet02180656.vcn02180656.oraclevcn.com
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>
<WC_CREAR_PERSONABASICO xmlns="WSPersonasCygnus">
<p_dfn_nat_codigo>string</p_dfn_nat_codigo>
<p_w_s_tipodepersona>string</p_w_s_tipodepersona>
<pws_identific>string</pws_identific>
<p_w_n_tipoiden>string</p_w_n_tipoiden>
<p_w_d_fecexp>string</p_w_d_fecexp>
<p_dfs_nat_nombres>string</p_dfs_nat_nombres>
<p_dfs_nat_apellidos>string</p_dfs_nat_apellidos>
<p_w_s_direccion>string</p_w_s_direccion>
<p_w_n_ciudad>string</p_w_n_ciudad>
<p_w_s_telefono>string</p_w_s_telefono>
<p_w_s_direcelec>string</p_w_s_direcelec>
<pws_bd>string</pws_bd>
<pws_usu>string</pws_usu>
<pws_psw>string</pws_psw>
</WC_CREAR_PERSONABASICO>
</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>
<WC_CREAR_PERSONABASICOResponse xmlns="WSPersonasCygnus">
<WC_CREAR_PERSONABASICOResult>string</WC_CREAR_PERSONABASICOResult>
</WC_CREAR_PERSONABASICOResponse>
</soap12:Body>
</soap12:Envelope>