ServiciosAuraPortal


Click here for a complete list of operations.

m_InscripcionPatronosCCSS_Ambiente

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 /ServiciosAuraPortal.asmx HTTP/1.1
Host: aplicaciones.vui.cr
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/m_InscripcionPatronosCCSS_Ambiente"

<?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>
    <m_InscripcionPatronosCCSS_Ambiente xmlns="http://tempuri.org/">
      <pm_ReferenciaProceso>string</pm_ReferenciaProceso>
      <pm_NomComercial>string</pm_NomComercial>
      <pm_ObsNotificacion>string</pm_ObsNotificacion>
      <pm_NumTelefono>string</pm_NumTelefono>
      <pm_NumTelRepr>string</pm_NumTelRepr>
      <pm_NumTelCor>string</pm_NumTelCor>
      <pm_NumLocalizadorCor>string</pm_NumLocalizadorCor>
      <pm_NumLocalizacion>string</pm_NumLocalizacion>
      <pm_NumIdeRepr>string</pm_NumIdeRepr>
      <pm_NumFaxRepr>string</pm_NumFaxRepr>
      <pm_NumFaxCor>string</pm_NumFaxCor>
      <pm_NumCedula>string</pm_NumCedula>
      <pm_NomPatrono>string</pm_NomPatrono>
      <pm_DireccionRepr>string</pm_DireccionRepr>
      <pm_Direccion>string</pm_Direccion>
      <pm_DirPatronoCorresp>string</pm_DirPatronoCorresp>
      <pm_CorreoRepr>string</pm_CorreoRepr>
      <pm_CorreoElectCor>string</pm_CorreoElectCor>
      <pm_CodProvinciaCor>string</pm_CodProvinciaCor>
      <pm_CodProvincia>string</pm_CodProvincia>
      <pm_CodDistritoCor>string</pm_CodDistritoCor>
      <pm_CodDistrito>string</pm_CodDistrito>
      <pm_CodCantonCor>string</pm_CodCantonCor>
      <pm_CodCanton>string</pm_CodCanton>
      <pm_CodActEconomica>string</pm_CodActEconomica>
      <pm_TipIdeRepr>string</pm_TipIdeRepr>
      <pm_TipoPatrono>string</pm_TipoPatrono>
      <pm_Ambiente>string</pm_Ambiente>
      <pm_Token>string</pm_Token>
    </m_InscripcionPatronosCCSS_Ambiente>
  </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>
    <m_InscripcionPatronosCCSS_AmbienteResponse xmlns="http://tempuri.org/">
      <m_InscripcionPatronosCCSS_AmbienteResult>string</m_InscripcionPatronosCCSS_AmbienteResult>
      <pm_NumPadronal>string</pm_NumPadronal>
      <pm_NumSolicitud>string</pm_NumSolicitud>
      <pm_Respuesta>string</pm_Respuesta>
    </m_InscripcionPatronosCCSS_AmbienteResponse>
  </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 /ServiciosAuraPortal.asmx HTTP/1.1
Host: aplicaciones.vui.cr
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>
    <m_InscripcionPatronosCCSS_Ambiente xmlns="http://tempuri.org/">
      <pm_ReferenciaProceso>string</pm_ReferenciaProceso>
      <pm_NomComercial>string</pm_NomComercial>
      <pm_ObsNotificacion>string</pm_ObsNotificacion>
      <pm_NumTelefono>string</pm_NumTelefono>
      <pm_NumTelRepr>string</pm_NumTelRepr>
      <pm_NumTelCor>string</pm_NumTelCor>
      <pm_NumLocalizadorCor>string</pm_NumLocalizadorCor>
      <pm_NumLocalizacion>string</pm_NumLocalizacion>
      <pm_NumIdeRepr>string</pm_NumIdeRepr>
      <pm_NumFaxRepr>string</pm_NumFaxRepr>
      <pm_NumFaxCor>string</pm_NumFaxCor>
      <pm_NumCedula>string</pm_NumCedula>
      <pm_NomPatrono>string</pm_NomPatrono>
      <pm_DireccionRepr>string</pm_DireccionRepr>
      <pm_Direccion>string</pm_Direccion>
      <pm_DirPatronoCorresp>string</pm_DirPatronoCorresp>
      <pm_CorreoRepr>string</pm_CorreoRepr>
      <pm_CorreoElectCor>string</pm_CorreoElectCor>
      <pm_CodProvinciaCor>string</pm_CodProvinciaCor>
      <pm_CodProvincia>string</pm_CodProvincia>
      <pm_CodDistritoCor>string</pm_CodDistritoCor>
      <pm_CodDistrito>string</pm_CodDistrito>
      <pm_CodCantonCor>string</pm_CodCantonCor>
      <pm_CodCanton>string</pm_CodCanton>
      <pm_CodActEconomica>string</pm_CodActEconomica>
      <pm_TipIdeRepr>string</pm_TipIdeRepr>
      <pm_TipoPatrono>string</pm_TipoPatrono>
      <pm_Ambiente>string</pm_Ambiente>
      <pm_Token>string</pm_Token>
    </m_InscripcionPatronosCCSS_Ambiente>
  </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>
    <m_InscripcionPatronosCCSS_AmbienteResponse xmlns="http://tempuri.org/">
      <m_InscripcionPatronosCCSS_AmbienteResult>string</m_InscripcionPatronosCCSS_AmbienteResult>
      <pm_NumPadronal>string</pm_NumPadronal>
      <pm_NumSolicitud>string</pm_NumSolicitud>
      <pm_Respuesta>string</pm_Respuesta>
    </m_InscripcionPatronosCCSS_AmbienteResponse>
  </soap12:Body>
</soap12:Envelope>