WebServicios
Click here for a complete list of operations.
Transac_Servicios
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 /WSServicios/WebServicios.asmx HTTP/1.1 Host: unionplatensetickets.online Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://200.58.109.130/Transac_Servicios" <?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> <Transac_Servicios xmlns="http://200.58.109.130/"> <NroServicio>int</NroServicio> <TipoSer>string</TipoSer> <NroAgeCab>int</NroAgeCab> <NroAgeFin>int</NroAgeFin> <Descripcion>string</Descripcion> <HoraFin>string</HoraFin> <HoraCab>string</HoraCab> <NroCoche>int</NroCoche> <Habilitado>boolean</Habilitado> <Linea>string</Linea> <NomAgeFin>string</NomAgeFin> <CateSer>string</CateSer> <CaeRe>int</CaeRe> <corre>int</corre> <disca>int</disca> <Feriado>string</Feriado> <Catering>int</Catering> <Indicador>string</Indicador> <tiposercnrt>int</tiposercnrt> <prevta>int</prevta> <peri>string</peri> <Vrecorri> <string>string</string> <string>string</string> </Vrecorri> <VHori> <string>string</string> <string>string</string> </VHori> <VDisSem> <string>string</string> <string>string</string> </VDisSem> <Vcosto> <int>int</int> <int>int</int> </Vcosto> <VdiaViaje> <int>int</int> <int>int</int> </VdiaViaje> <todos>string</todos> <grupo>string</grupo> <LV>string</LV> </Transac_Servicios> </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> <Transac_ServiciosResponse xmlns="http://200.58.109.130/"> <Transac_ServiciosResult>boolean</Transac_ServiciosResult> </Transac_ServiciosResponse> </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 /WSServicios/WebServicios.asmx HTTP/1.1 Host: unionplatensetickets.online 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> <Transac_Servicios xmlns="http://200.58.109.130/"> <NroServicio>int</NroServicio> <TipoSer>string</TipoSer> <NroAgeCab>int</NroAgeCab> <NroAgeFin>int</NroAgeFin> <Descripcion>string</Descripcion> <HoraFin>string</HoraFin> <HoraCab>string</HoraCab> <NroCoche>int</NroCoche> <Habilitado>boolean</Habilitado> <Linea>string</Linea> <NomAgeFin>string</NomAgeFin> <CateSer>string</CateSer> <CaeRe>int</CaeRe> <corre>int</corre> <disca>int</disca> <Feriado>string</Feriado> <Catering>int</Catering> <Indicador>string</Indicador> <tiposercnrt>int</tiposercnrt> <prevta>int</prevta> <peri>string</peri> <Vrecorri> <string>string</string> <string>string</string> </Vrecorri> <VHori> <string>string</string> <string>string</string> </VHori> <VDisSem> <string>string</string> <string>string</string> </VDisSem> <Vcosto> <int>int</int> <int>int</int> </Vcosto> <VdiaViaje> <int>int</int> <int>int</int> </VdiaViaje> <todos>string</todos> <grupo>string</grupo> <LV>string</LV> </Transac_Servicios> </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> <Transac_ServiciosResponse xmlns="http://200.58.109.130/"> <Transac_ServiciosResult>boolean</Transac_ServiciosResult> </Transac_ServiciosResponse> </soap12:Body> </soap12:Envelope>