axis1.1/.net1.1 interoperability

P

perkal

hi all!
i'm developing a .net client for web service axis 1.1, and i have the
following error when i "add web reference" to my .net project:

System.InvalidOperationException: Unable to import binding
'MessagingManagerSoapBinding'
from namespace
'http://212.251.40.163:8080/axis/services/MessagingManager'. --->
System.InvalidOperationException: Unable to import operation
'getUserMessages'. --->
System.InvalidOperationException: The datatype 'Array' is missing.

how can i resolve this ?

note: the same web service is acceded for one client implemented in
java and works perfectly.

note2: the versions are:
axis web service: 1.1
.net framework: 1.1
 
P

perkal

thanks for your response josh. Here is the wsdl:

<?xml version="1.0" encoding="UTF-8" ?>
- <wsdl:definitions
targetNamespace="http://prepro1/jboss-net/services/Vehiculos"
xmlns="http://schemas.xmlsoap.org/wsdl/"
xmlns:apachesoap="http://xml.apache.org/xml-soap"
xmlns:impl="http://prepro1/jboss-net/services/Vehiculos"
xmlns:intf="http://prepro1/jboss-net/services/Vehiculos"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:tns1="http://net.jboss.org/satdataweb"
xmlns:tns2="http://vo.empresa.model.satdataweb.satdatatelecom.com"
xmlns:tns3="http://net.jboss.org/jmx"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
- <wsdl:types>
- <schema
targetNamespace="http://vo.empresa.model.satdataweb.satdatatelecom.com"
xmlns="http://www.w3.org/2001/XMLSchema">
<import namespace="http://schemas.xmlsoap.org/soap/encoding/" />
+ <complexType name="EmpresaDetallesVO">
- <sequence>
<element name="actividad" nillable="true" type="xsd:string" />
<element name="cif" nillable="true" type="xsd:string" />
<element name="codigoPostal" nillable="true" type="xsd:string" />
<element name="creacion" nillable="true" type="xsd:dateTime" />
<element name="direccion" nillable="true" type="xsd:string" />
<element name="email" nillable="true" type="xsd:string" />
<element name="fax" nillable="true" type="xsd:string" />
<element name="gerente" nillable="true" type="xsd:string" />
<element name="idEmpresa" nillable="true" type="xsd:string" />
<element name="iva" type="xsd:double" />
<element name="modulosPrueba" type="xsd:int" />
<element name="movil" nillable="true" type="xsd:string" />
<element name="numEmpleados" type="xsd:int" />
<element name="observaciones" nillable="true" type="xsd:string" />
<element name="operadorTlf" nillable="true" type="xsd:string" />
<element name="pais" nillable="true" type="xsd:string" />
<element name="poblacion" nillable="true" type="xsd:string" />
<element name="prefijoFactura" nillable="true" type="xsd:string" />
<element name="provincia" nillable="true" type="xsd:string" />
<element name="registroMercantil" nillable="true" type="xsd:string"
/>
<element name="telefono" nillable="true" type="xsd:string" />
<element name="web" nillable="true" type="xsd:string" />
</sequence>
</complexType>
- <complexType name="EmpresaRiesgoVO">
- <sequence>
<element name="activado" type="xsd:boolean" />
<element name="fecha" nillable="true" type="xsd:dateTime" />
<element name="idEmpresa" nillable="true" type="xsd:string" />
<element name="observaciones" nillable="true" type="xsd:string" />
<element name="riesgo" type="xsd:double" />
</sequence>
</complexType>
</schema>
- <schema targetNamespace="http://net.jboss.org/satdataweb"
xmlns="http://www.w3.org/2001/XMLSchema">
<import namespace="http://schemas.xmlsoap.org/soap/encoding/" />
- <complexType name="EmpresaVOWS">
- <sequence>
<element name="activada" type="xsd:boolean" />
<element name="borrada" type="xsd:boolean" />
<element name="concesiones" nillable="true" type="soapenc:Array" />
<element name="distribuidor" nillable="true" type="xsd:string" />
<element name="empresaDetallesVO" nillable="true"
type="tns2:EmpresaDetallesVO" />
<element name="empresaRiesgoVO" nillable="true"
type="tns2:EmpresaRiesgoVO" />
<element name="idEmpresa" nillable="true" type="xsd:string" />
<element name="razonSocial" nillable="true" type="xsd:string" />
<element name="tipo" nillable="true" type="xsd:string" />
</sequence>
</complexType>
- <complexType name="UsuarioDetallesVOWS">
- <sequence>
<element name="apellidos" nillable="true" type="xsd:string" />
<element name="codigoPostal" nillable="true" type="xsd:string" />
<element name="creacion" nillable="true" type="xsd:dateTime" />
<element name="direccion" nillable="true" type="xsd:string" />
<element name="email" nillable="true" type="xsd:string" />
<element name="fax" nillable="true" type="xsd:string" />
<element name="idUsuario" nillable="true" type="xsd:double" />
<element name="movil" nillable="true" type="xsd:string" />
<element name="nif" nillable="true" type="xsd:string" />
<element name="nombre" nillable="true" type="xsd:string" />
<element name="observaciones" nillable="true" type="xsd:string" />
<element name="pais" nillable="true" type="xsd:string" />
<element name="poblacion" nillable="true" type="xsd:string" />
<element name="provincia" nillable="true" type="xsd:string" />
<element name="telefono" nillable="true" type="xsd:string" />
</sequence>
</complexType>
- <complexType name="SatDataWebExceptionWS">
- <complexContent>
- <extension base="tns1:SatDataWebExceptionWS">
<sequence />
</extension>
</complexContent>
</complexType>
- <complexType name="SensorVOWS">
- <sequence>
<element name="creacion" nillable="true" type="xsd:dateTime" />
<element name="descripcion" nillable="true" type="xsd:string" />
<element name="funcion" nillable="true" type="xsd:string" />
<element name="iconoOff" nillable="true" type="xsd:string" />
<element name="iconoOn" nillable="true" type="xsd:string" />
<element name="idSensor" nillable="true" type="xsd:int" />
<element name="nombre" nillable="true" type="xsd:string" />
<element name="puertoDefecto" type="xsd:int" />
<element name="tipo" nillable="true" type="xsd:string" />
</sequence>
</complexType>
- <complexType name="ConfUsuarioSensorVOWS">
- <sequence>
<element name="idConfUsuario" nillable="true" type="xsd:double" />
<element name="posicion" type="xsd:int" />
<element name="sensorVO" nillable="true" type="tns1:SensorVOWS" />
</sequence>
</complexType>
- <complexType name="PosicionVOWS">
- <sequence>
<element name="alarmas" nillable="true" type="soapenc:Array" />
<element name="direccion" type="xsd:int" />
<element name="estadoPosicion" type="xsd:boolean" />
<element name="fecha" nillable="true" type="xsd:dateTime" />
<element name="latitud" type="xsd:double" />
<element name="longitud" type="xsd:double" />
<element name="lugar" nillable="true" type="xsd:string" />
<element name="sensores" nillable="true" type="soapenc:Array" />
<element name="x" type="xsd:int" />
<element name="y" type="xsd:int" />
</sequence>
</complexType>
- <complexType name="HistoricoSensorVOWS">
- <sequence>
<element name="fechaFin" nillable="true" type="xsd:dateTime" />
<element name="fechaInicio" nillable="true" type="xsd:dateTime" />
<element name="idSensor" nillable="true" type="xsd:int" />
<element name="idVehiculoAsignado" nillable="true" type="xsd:double"
/>
<element name="posiciones" nillable="true" type="soapenc:Array" />
</sequence>
</complexType>
- <complexType name="SessionExceptionWS">
- <complexContent>
- <extension base="tns1:SatDataWebExceptionWS">
<sequence />
</extension>
</complexContent>
</complexType>
- <complexType name="UsuarioExceptionWS">
- <complexContent>
- <extension base="tns1:SatDataWebExceptionWS">
<sequence />
</extension>
</complexContent>
</complexType>
- <complexType name="VehiculoSensorNotFoundExceptionWS">
- <complexContent>
- <extension base="tns1:SatDataWebExceptionWS">
<sequence />
</extension>
</complexContent>
</complexType>
- <complexType name="PermisoVOWS">
- <sequence>
<element name="creacion" nillable="true" type="xsd:dateTime" />
<element name="descripcion" nillable="true" type="xsd:string" />
<element name="idPermiso" nillable="true" type="xsd:string" />
<element name="nombre" nillable="true" type="xsd:string" />
<element name="tipo" nillable="true" type="xsd:string" />
</sequence>
</complexType>
- <complexType name="UsuarioNotFoundExceptionWS">
- <complexContent>
- <extension base="tns1:SatDataWebExceptionWS">
<sequence />
</extension>
</complexContent>
</complexType>
- <complexType name="MapaVOWS">
- <sequence>
<element name="array" type="xsd:base64Binary" />
<element name="url" nillable="true" type="xsd:string" />
<element name="xmax" type="xsd:double" />
<element name="xmin" type="xsd:double" />
<element name="ymax" type="xsd:double" />
<element name="ymin" type="xsd:double" />
</sequence>
</complexType>
- <complexType name="MensajeVOWS">
- <sequence>
<element name="borrado" type="xsd:boolean" />
<element name="entrada" type="xsd:boolean" />
<element name="estado" nillable="true" type="xsd:string" />
<element name="fecha" nillable="true" type="xsd:dateTime" />
<element name="idContacto" nillable="true" type="xsd:double" />
<element name="idEmpresa" nillable="true" type="xsd:string" />
<element name="idMensaje" nillable="true" type="xsd:double" />
<element name="idModulo" nillable="true" type="xsd:string" />
<element name="idUsuario" nillable="true" type="xsd:double" />
<element name="idVehiculo" nillable="true" type="xsd:double" />
<element name="login" nillable="true" type="xsd:string" />
<element name="mensaje" nillable="true" type="xsd:string" />
<element name="mensajeError" nillable="true" type="xsd:string" />
<element name="nombreContacto" nillable="true" type="xsd:string" />
<element name="tipo" nillable="true" type="xsd:string" />
</sequence>
</complexType>
- <complexType name="ContactoVOWS">
- <sequence>
<element name="borrado" type="xsd:boolean" />
<element name="fechaCreacion" nillable="true" type="xsd:dateTime" />
<element name="idContacto" nillable="true" type="xsd:double" />
<element name="idEmpresa" nillable="true" type="xsd:string" />
<element name="nombre" nillable="true" type="xsd:string" />
<element name="telefono" nillable="true" type="xsd:string" />
</sequence>
</complexType>
- <complexType name="SessionVOWS">
- <sequence>
<element name="fecha" nillable="true" type="xsd:dateTime" />
<element name="idUsuario" nillable="true" type="xsd:double" />
<element name="session" nillable="true" type="xsd:string" />
</sequence>
</complexType>
- <complexType name="DuplicateNombreAlarmaExceptionWS">
- <complexContent>
- <extension base="tns1:SatDataWebExceptionWS">
<sequence />
</extension>
</complexContent>
</complexType>
- <complexType name="HistoricoVOWS">
- <sequence>
<element name="fechaFin" nillable="true" type="xsd:dateTime" />
<element name="fechaInicio" nillable="true" type="xsd:dateTime" />
<element name="idVehiculoAsignado" nillable="true" type="xsd:double"
/>
<element name="posiciones" nillable="true" type="soapenc:Array" />
</sequence>
</complexType>
- <complexType abstract="true" name="AlarmaVOWS">
- <sequence>
<element name="activa" type="xsd:boolean" />
<element name="activada" type="xsd:boolean" />
<element name="creacion" nillable="true" type="xsd:dateTime" />
<element name="descripcion" nillable="true" type="xsd:string" />
<element name="fechaActivacion" nillable="true" type="xsd:dateTime"
/>
<element name="fechaFin" nillable="true" type="xsd:dateTime" />
<element name="fechaInicio" nillable="true" type="xsd:dateTime" />
<element name="icono" nillable="true" type="xsd:string" />
<element name="idAlarma" nillable="true" type="xsd:double" />
<element name="idVehiculoAsignado" nillable="true" type="xsd:double"
/>
<element name="mensaje" nillable="true" type="xsd:string" />
<element name="mostrada" type="xsd:boolean" />
<element name="mostrarEnVehiculos" type="xsd:boolean" />
<element name="mostrarPopup" type="xsd:boolean" />
<element name="nombre" nillable="true" type="xsd:string" />
<element name="salta" type="xsd:boolean" />
<element name="temporal" type="xsd:boolean" />
<element name="tiempo" type="xsd:int" />
<element name="tiempoPopup" type="xsd:int" />
<element name="tipo" nillable="true" type="xsd:string" />
<element name="zona" nillable="true" type="xsd:string" />
</sequence>
</complexType>
- <complexType name="DuplicateInstanceExceptionWS">
- <complexContent>
- <extension base="tns1:SatDataWebExceptionWS">
<sequence />
</extension>
</complexContent>
</complexType>
- <complexType name="ConcesionVOWS">
- <sequence>
<element name="creacion" nillable="true" type="xsd:dateTime" />
<element name="fechaLimite" nillable="true" type="xsd:dateTime" />
<element name="idPermiso" nillable="true" type="xsd:string" />
<element name="idUsuario" nillable="true" type="xsd:double" />
<element name="observaciones" nillable="true" type="xsd:string" />
<element name="permisoVO" nillable="true" type="tns1:permisoVOWS" />
<element name="valor" type="xsd:double" />
</sequence>
</complexType>
- <complexType name="PasswordExceptionWS">
- <complexContent>
- <extension base="tns1:SatDataWebExceptionWS">
<sequence />
</extension>
</complexContent>
</complexType>
- <complexType name="UsuarioVOWS">
- <sequence>
<element name="concesiones" nillable="true" type="soapenc:Array" />
<element name="idEmpresa" nillable="true" type="xsd:string" />
<element name="idUsuario" nillable="true" type="xsd:double" />
<element name="login" nillable="true" type="xsd:string" />
<element name="password" nillable="true" type="xsd:string" />
<element name="sessionVO" nillable="true" type="tns1:SessionVOWS" />
<element name="usuarioDetallesVO" nillable="true"
type="tns1:UsuarioDetallesVOWS" />
</sequence>
</complexType>
- <complexType name="SensorPosicionVOWS">
- <sequence>
<element name="idSensor" nillable="true" type="xsd:int" />
<element name="valor" type="xsd:double" />
</sequence>
</complexType>
- <complexType name="InstanceNotFoundExceptionWS">
- <complexContent>
- <extension base="tns1:SatDataWebExceptionWS">
<sequence />
</extension>
</complexContent>
</complexType>
- <complexType abstract="true" name="ZonaVOWS">
- <sequence>
<element name="color" type="xsd:int" />
<element name="creacion" nillable="true" type="xsd:dateTime" />
<element name="descripcion" nillable="true" type="xsd:string" />
<element name="idCopia" nillable="true" type="xsd:double" />
<element name="idUsuario" nillable="true" type="xsd:double" />
<element name="idZona" nillable="true" type="xsd:double" />
<element name="mostrar" type="xsd:boolean" />
<element name="nombre" nillable="true" type="xsd:string" />
<element name="tipo" nillable="true" type="xsd:string" />
</sequence>
</complexType>
- <complexType name="ZonaAgrupacionVOWS">
- <complexContent>
- <extension base="tns1:ZonaVOWS">
- <sequence>
<element name="zonas" nillable="true" type="soapenc:Array" />
</sequence>
</extension>
</complexContent>
</complexType>
- <complexType name="ConcesionEmpresaVOWS">
- <sequence>
<element name="creacion" nillable="true" type="xsd:dateTime" />
<element name="fechaLimite" nillable="true" type="xsd:dateTime" />
<element name="idEmpresa" nillable="true" type="xsd:string" />
<element name="idPermiso" nillable="true" type="xsd:string" />
<element name="observaciones" nillable="true" type="xsd:string" />
<element name="permisoVO" nillable="true" type="tns1:permisoVOWS" />
<element name="valor" type="xsd:double" />
</sequence>
</complexType>
- <complexType name="VehiculoSensorVOWS">
- <sequence>
<element name="idSensor" nillable="true" type="xsd:int" />
<element name="idVehiculo" nillable="true" type="xsd:double" />
<element name="puerto" type="xsd:int" />
<element name="sensorVO" nillable="true" type="tns1:SensorVOWS" />
<element name="ultimoValor" type="xsd:double" />
</sequence>
</complexType>
- <complexType name="AlarmaCompuestaVOWS">
- <complexContent>
- <extension base="tns1:AlarmaVOWS">
- <sequence>
<element name="alarma1VO" nillable="true" type="tns1:AlarmaVOWS" />
<element name="alarma2VO" nillable="true" type="tns1:AlarmaVOWS" />
<element name="idAlarma1" nillable="true" type="xsd:double" />
<element name="idAlarma2" nillable="true" type="xsd:double" />
<element name="op" nillable="true" type="xsd:string" />
</sequence>
</extension>
</complexContent>
</complexType>
- <complexType name="MapaExceptionWS">
- <complexContent>
- <extension base="tns1:SatDataWebExceptionWS">
<sequence />
</extension>
</complexContent>
</complexType>
- <complexType name="ConfUsuarioVOWS">
- <sequence>
<element name="idConfUsuario" nillable="true" type="xsd:double" />
<element name="sensores" nillable="true" type="soapenc:Array" />
<element name="sensoresDisponibles" nillable="true"
type="soapenc:Array" />
</sequence>
</complexType>
- <complexType name="EmpresaNoActivadaExceptionWS">
- <complexContent>
- <extension base="tns1:SatDataWebExceptionWS">
<sequence />
</extension>
</complexContent>
</complexType>
- <complexType name="LoginVOWS">
- <sequence>
<element name="concesionVOs" nillable="true" type="soapenc:Array" />
<element name="idUsuario" nillable="true" type="xsd:double" />
<element name="permisosCliente" nillable="true"
type="impl:ArrayOf_xsd_int" />
</sequence>
</complexType>
- <complexType name="VehiculoEstadoVOWS">
- <sequence>
<element name="direccion" type="xsd:int" />
<element name="fecha" nillable="true" type="xsd:dateTime" />
<element name="idVehiculo" nillable="true" type="xsd:double" />
<element name="latitud" type="xsd:double" />
<element name="longitud" type="xsd:double" />
<element name="sensores" nillable="true" type="soapenc:Array" />
</sequence>
</complexType>
- <complexType name="ZeroMensajesSmsExceptionWS">
- <complexContent>
- <extension base="tns1:SatDataWebExceptionWS">
<sequence />
</extension>
</complexContent>
</complexType>
- <complexType name="AlarmaFisicaVOWS">
- <complexContent>
- <extension base="tns1:AlarmaVOWS">
- <sequence>
<element name="op" nillable="true" type="xsd:string" />
<element name="valor" type="xsd:double" />
<element name="vehiculoSensorVO" nillable="true"
type="tns1:VehiculoSensorVOWS" />
</sequence>
</extension>
</complexContent>
</complexType>
- <complexType name="ZonaLinealVOWS">
- <complexContent>
- <extension base="tns1:ZonaVOWS">
- <sequence>
<element name="puntosZona" nillable="true" type="soapenc:Array" />
<element name="radio" type="xsd:double" />
<element name="radioCoord" type="xsd:double" />
</sequence>
</extension>
</complexContent>
</complexType>
- <complexType name="PosicionSensorVOWS">
- <sequence>
<element name="fecha" nillable="true" type="xsd:dateTime" />
<element name="valor" type="xsd:double" />
</sequence>
</complexType>
- <complexType name="EmpresaNotFoundExceptionWS">
- <complexContent>
- <extension base="tns1:SatDataWebExceptionWS">
<sequence />
</extension>
</complexContent>
</complexType>
- <complexType name="ConcesionExceptionWS">
- <complexContent>
- <extension base="tns1:SatDataWebExceptionWS">
<sequence />
</extension>
</complexContent>
</complexType>
- <complexType name="VehiculoDetallesVOWS">
- <sequence>
<element name="color" type="xsd:int" />
<element name="conductor" nillable="true" type="xsd:string" />
<element name="consumoAutopista" type="xsd:double" />
<element name="consumoCarretera" type="xsd:double" />
<element name="consumoCiudad" type="xsd:double" />
<element name="creacion" nillable="true" type="xsd:dateTime" />
<element name="icono" nillable="true" type="xsd:string" />
<element name="idVehiculo" nillable="true" type="xsd:double" />
<element name="marca" nillable="true" type="xsd:string" />
<element name="matricula" nillable="true" type="xsd:string" />
<element name="modelo" nillable="true" type="xsd:string" />
<element name="observaciones" nillable="true" type="xsd:string" />
<element name="precioCombustible" type="xsd:double" />
</sequence>
</complexType>
- <complexType name="VehiculoVOWS">
- <sequence>
<element name="borrado" type="xsd:boolean" />
<element name="idEmpresa" nillable="true" type="xsd:string" />
<element name="idUsuario" nillable="true" type="xsd:double" />
<element name="idVehiculo" nillable="true" type="xsd:double" />
<element name="nombre" nillable="true" type="xsd:string" />
<element name="vehiculoDetallesVO" nillable="true"
type="tns1:VehiculoDetallesVOWS" />
<element name="vehiculoEstadoVO" nillable="true"
type="tns1:VehiculoEstadoVOWS" />
</sequence>
</complexType>
- <complexType name="VehiculoAsignadoVOWS">
- <sequence>
<element name="alarmas" nillable="true" type="soapenc:Array" />
<element name="color" type="xsd:int" />
<element name="colorRastro" type="xsd:int" />
<element name="idUsuario" nillable="true" type="xsd:double" />
<element name="idVehiculo" nillable="true" type="xsd:double" />
<element name="idVehiculoAsignado" nillable="true" type="xsd:double"
/>
<element name="mostrar" type="xsd:boolean" />
<element name="mostrarMensajes" type="xsd:boolean" />
<element name="mostrarRastro" type="xsd:boolean" />
<element name="observaciones" nillable="true" type="xsd:string" />
<element name="vehiculoVO" nillable="true" type="tns1:VehiculoVOWS"
/>
</sequence>
</complexType>
- <complexType name="PuntoZonaVOWS">
- <sequence>
<element name="idZona" nillable="true" type="xsd:double" />
<element name="latitud" type="xsd:double" />
<element name="longitud" type="xsd:double" />
<element name="punto" type="xsd:int" />
</sequence>
</complexType>
- <complexType name="AlarmaZonaVOWS">
- <complexContent>
- <extension base="tns1:AlarmaVOWS">
- <sequence>
<element name="idZona" nillable="true" type="xsd:double" />
<element name="op" nillable="true" type="xsd:string" />
<element name="zonaVO" nillable="true" type="tns1:ZonaVOWS" />
</sequence>
</extension>
</complexContent>
</complexType>
- <complexType name="ConcesionEmpresaExceptionWS">
- <complexContent>
- <extension base="tns1:SatDataWebExceptionWS">
<sequence />
</extension>
</complexContent>
</complexType>
</schema>
- <schema targetNamespace="http://net.jboss.org/jmx"
xmlns="http://www.w3.org/2001/XMLSchema">
<import namespace="http://schemas.xmlsoap.org/soap/encoding/" />
- <complexType name="AttributeType">
<attribute name="name" type="xsd:string" />
- <complexContent>
- <sequence>
<element name="value" nillable="true" type="xsd:anyType" />
</sequence>
</complexContent>
</complexType>
- <complexType name="ObjectNameType">
- <simpleContent>
<extension base="string" />
</simpleContent>
</complexType>
</schema>
- <schema targetNamespace="http://prepro1/jboss-net/services/Vehiculos"
xmlns="http://www.w3.org/2001/XMLSchema">
<import namespace="http://schemas.xmlsoap.org/soap/encoding/" />
- <complexType name="ArrayOf_xsd_int">
- <complexContent>
- <restriction base="soapenc:Array">
<attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:int[]" />
</restriction>
</complexContent>
</complexType>
</schema>
</wsdl:types>
- <wsdl:message name="SessionException">
<wsdl:part name="fault" type="tns1:SessionExceptionWS" />
</wsdl:message>
- <wsdl:message name="findVehiculoAsignadoVOsRequest">
<wsdl:part name="in0" type="xsd:double" />
<wsdl:part name="in1" type="xsd:string" />
</wsdl:message>
<wsdl:message name="updateVehiculoAsignadoVOResponse" />
- <wsdl:message name="findVehiculoAsignadoVOsResponse1">
<wsdl:part name="findVehiculoAsignadoVOsReturn" type="soapenc:Array"
/>
</wsdl:message>
- <wsdl:message name="findVehiculoAsignadoVOsResponse">
<wsdl:part name="findVehiculoAsignadoVOsReturn" type="soapenc:Array"
/>
</wsdl:message>
<wsdl:message name="nuloResponse" />
- <wsdl:message name="nuloRequest">
<wsdl:part name="in0" type="tns1:AlarmaFisicaVOWS" />
<wsdl:part name="in1" type="tns1:VehiculoSensorVOWS" />
<wsdl:part name="in2" type="tns1:SensorVOWS" />
</wsdl:message>
- <wsdl:message name="findVehiculoAsignadoVOsRequest1">
<wsdl:part name="in0" type="xsd:double" />
<wsdl:part name="in1" type="xsd:double" />
</wsdl:message>
- <wsdl:message name="InstanceNotFoundException">
<wsdl:part name="fault" type="tns1:InstanceNotFoundExceptionWS" />
</wsdl:message>
- <wsdl:message name="updateVehiculoAsignadoVORequest">
<wsdl:part name="in0" type="xsd:double" />
<wsdl:part name="in1" type="tns1:VehiculoAsignadoVOWS" />
<wsdl:part name="in2" type="xsd:string" />
</wsdl:message>
- <wsdl:message name="UsuarioNotFoundException">
<wsdl:part name="fault" type="tns1:UsuarioNotFoundExceptionWS" />
</wsdl:message>
- <wsdl:portType name="VehiculoSession">
- <wsdl:eek:peration name="nulo" parameterOrder="in0 in1 in2">
<wsdl:input message="impl:nuloRequest" name="nuloRequest" />
<wsdl:eek:utput message="impl:nuloResponse" name="nuloResponse" />
</wsdl:eek:peration>
- <wsdl:eek:peration name="findVehiculoAsignadoVOs" parameterOrder="in0
in1">
<wsdl:input message="impl:findVehiculoAsignadoVOsRequest"
name="findVehiculoAsignadoVOsRequest" />
<wsdl:eek:utput message="impl:findVehiculoAsignadoVOsResponse"
name="findVehiculoAsignadoVOsResponse" />
<wsdl:fault message="impl:SessionException" name="SessionException"
/>
<wsdl:fault message="impl:UsuarioNotFoundException"
name="UsuarioNotFoundException" />
</wsdl:eek:peration>
- <wsdl:eek:peration name="findVehiculoAsignadoVOs" parameterOrder="in0
in1">
<wsdl:input message="impl:findVehiculoAsignadoVOsRequest1"
name="findVehiculoAsignadoVOsRequest1" />
<wsdl:eek:utput message="impl:findVehiculoAsignadoVOsResponse1"
name="findVehiculoAsignadoVOsResponse1" />
<wsdl:fault message="impl:UsuarioNotFoundException"
name="UsuarioNotFoundException" />
</wsdl:eek:peration>
- <wsdl:eek:peration name="updateVehiculoAsignadoVO" parameterOrder="in0
in1 in2">
<wsdl:input message="impl:updateVehiculoAsignadoVORequest"
name="updateVehiculoAsignadoVORequest" />
<wsdl:eek:utput message="impl:updateVehiculoAsignadoVOResponse"
name="updateVehiculoAsignadoVOResponse" />
<wsdl:fault message="impl:SessionException" name="SessionException"
/>
<wsdl:fault message="impl:InstanceNotFoundException"
name="InstanceNotFoundException" />
<wsdl:fault message="impl:UsuarioNotFoundException"
name="UsuarioNotFoundException" />
</wsdl:eek:peration>
</wsdl:portType>
- <wsdl:binding name="VehiculosSoapBinding"
type="impl:VehiculoSession">
<wsdlsoap:binding style="rpc"
transport="http://schemas.xmlsoap.org/soap/http" />
- <wsdl:eek:peration name="nulo">
<wsdlsoap:eek:peration soapAction="Vehiculos" />
- <wsdl:input name="nuloRequest">
<wsdlsoap:body
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://session.vehiculo.model.satdataweb.satdatatelecom.com"
use="encoded" />
</wsdl:input>
- <wsdl:eek:utput name="nuloResponse">
<wsdlsoap:body
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://prepro1/jboss-net/services/Vehiculos" use="encoded"
/>
</wsdl:eek:utput>
</wsdl:eek:peration>
- <wsdl:eek:peration name="findVehiculoAsignadoVOs">
<wsdlsoap:eek:peration soapAction="Vehiculos" />
- <wsdl:input name="findVehiculoAsignadoVOsRequest">
<wsdlsoap:body
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://session.vehiculo.model.satdataweb.satdatatelecom.com"
use="encoded" />
</wsdl:input>
- <wsdl:eek:utput name="findVehiculoAsignadoVOsResponse">
<wsdlsoap:body
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://prepro1/jboss-net/services/Vehiculos" use="encoded"
/>
</wsdl:eek:utput>
- <wsdl:fault name="SessionException">
<wsdlsoap:fault
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://prepro1/jboss-net/services/Vehiculos" use="encoded"
/>
</wsdl:fault>
- <wsdl:fault name="UsuarioNotFoundException">
<wsdlsoap:fault
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://prepro1/jboss-net/services/Vehiculos" use="encoded"
/>
</wsdl:fault>
</wsdl:eek:peration>
- <wsdl:eek:peration name="findVehiculoAsignadoVOs">
<wsdlsoap:eek:peration soapAction="Vehiculos" />
- <wsdl:input name="findVehiculoAsignadoVOsRequest1">
<wsdlsoap:body
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://session.vehiculo.model.satdataweb.satdatatelecom.com"
use="encoded" />
</wsdl:input>
- <wsdl:eek:utput name="findVehiculoAsignadoVOsResponse1">
<wsdlsoap:body
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://prepro1/jboss-net/services/Vehiculos" use="encoded"
/>
</wsdl:eek:utput>
- <wsdl:fault name="UsuarioNotFoundException">
<wsdlsoap:fault
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://prepro1/jboss-net/services/Vehiculos" use="encoded"
/>
</wsdl:fault>
</wsdl:eek:peration>
- <wsdl:eek:peration name="updateVehiculoAsignadoVO">
<wsdlsoap:eek:peration soapAction="Vehiculos" />
- <wsdl:input name="updateVehiculoAsignadoVORequest">
<wsdlsoap:body
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://session.vehiculo.model.satdataweb.satdatatelecom.com"
use="encoded" />
</wsdl:input>
- <wsdl:eek:utput name="updateVehiculoAsignadoVOResponse">
<wsdlsoap:body
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://prepro1/jboss-net/services/Vehiculos" use="encoded"
/>
</wsdl:eek:utput>
- <wsdl:fault name="SessionException">
<wsdlsoap:fault
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://prepro1/jboss-net/services/Vehiculos" use="encoded"
/>
</wsdl:fault>
- <wsdl:fault name="InstanceNotFoundException">
<wsdlsoap:fault
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://prepro1/jboss-net/services/Vehiculos" use="encoded"
/>
</wsdl:fault>
- <wsdl:fault name="UsuarioNotFoundException">
<wsdlsoap:fault
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://prepro1/jboss-net/services/Vehiculos" use="encoded"
/>
</wsdl:fault>
</wsdl:eek:peration>
</wsdl:binding>
- <wsdl:service name="VehiculoSessionService">
- <wsdl:port binding="impl:VehiculosSoapBinding" name="Vehiculos">
<wsdlsoap:address
location="http://prepro1/jboss-net/services/Vehiculos" />
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
 
J

Josh Twist

I'm afraid that document looks to be in a bit of a mess - I think it's
because you posted cut and paste it form IE's xml view. Try saving the
wsdl and opening it in notepad. Then c&p that.

Josh
 
P

perkal

thanks josh, your was right. Sorry for the error from a novice poster
:)

here the wsdl again:

<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions
targetNamespace="http://prepro1/jboss-net/services/Historico"
xmlns="http://schemas.xmlsoap.org/wsdl/"
xmlns:apachesoap="http://xml.apache.org/xml-soap"
xmlns:impl="http://prepro1/jboss-net/services/Historico"
xmlns:intf="http://prepro1/jboss-net/services/Historico"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:tns1="http://net.jboss.org/satdataweb"
xmlns:tns2="http://vo.empresa.model.satdataweb.satdatatelecom.com"
xmlns:tns3="http://net.jboss.org/jmx"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"><wsdl:types><schema
targetNamespace="http://vo.empresa.model.satdataweb.satdatatelecom.com"
xmlns="http://www.w3.org/2001/XMLSchema"><import
namespace="http://schemas.xmlsoap.org/soap/encoding/"/><complexType
name="EmpresaDetallesVO"><sequence><element name="actividad"
nillable="true" type="xsd:string"/><element name="cif" nillable="true"
type="xsd:string"/><element name="codigoPostal" nillable="true"
type="xsd:string"/><element name="creacion" nillable="true"
type="xsd:dateTime"/><element name="direccion" nillable="true"
type="xsd:string"/><element name="email" nillable="true"
type="xsd:string"/><element name="fax" nillable="true"
type="xsd:string"/><element name="gerente" nillable="true"
type="xsd:string"/><element name="idEmpresa" nillable="true"
type="xsd:string"/><element name="iva" type="xsd:double"/><element
name="modulosPrueba" type="xsd:int"/><element name="movil"
nillable="true" type="xsd:string"/><element name="numEmpleados"
type="xsd:int"/><element name="observaciones" nillable="true"
type="xsd:string"/><element name="operadorTlf" nillable="true"
type="xsd:string"/><element name="pais" nillable="true"
type="xsd:string"/><element name="poblacion" nillable="true"
type="xsd:string"/><element name="prefijoFactura" nillable="true"
type="xsd:string"/><element name="provincia" nillable="true"
type="xsd:string"/><element name="registroMercantil" nillable="true"
type="xsd:string"/><element name="telefono" nillable="true"
type="xsd:string"/><element name="web" nillable="true"
type="xsd:string"/></sequence></complexType><complexType
name="EmpresaRiesgoVO"><sequence><element name="activado"
type="xsd:boolean"/><element name="fecha" nillable="true"
type="xsd:dateTime"/><element name="idEmpresa" nillable="true"
type="xsd:string"/><element name="observaciones" nillable="true"
type="xsd:string"/><element name="riesgo"
type="xsd:double"/></sequence></complexType></schema><schema
targetNamespace="http://net.jboss.org/satdataweb"
xmlns="http://www.w3.org/2001/XMLSchema"><import
namespace="http://schemas.xmlsoap.org/soap/encoding/"/><complexType
name="EmpresaVOWS"><sequence><element name="activada"
type="xsd:boolean"/><element name="borrada"
type="xsd:boolean"/><element name="concesiones" nillable="true"
type="soapenc:Array"/><element name="distribuidor" nillable="true"
type="xsd:string"/><element name="empresaDetallesVO" nillable="true"
type="tns2:EmpresaDetallesVO"/><element name="empresaRiesgoVO"
nillable="true" type="tns2:EmpresaRiesgoVO"/><element name="idEmpresa"
nillable="true" type="xsd:string"/><element name="razonSocial"
nillable="true" type="xsd:string"/><element name="tipo" nillable="true"
type="xsd:string"/></sequence></complexType><complexType
name="UsuarioDetallesVOWS"><sequence><element name="apellidos"
nillable="true" type="xsd:string"/><element name="codigoPostal"
nillable="true" type="xsd:string"/><element name="creacion"
nillable="true" type="xsd:dateTime"/><element name="direccion"
nillable="true" type="xsd:string"/><element name="email"
nillable="true" type="xsd:string"/><element name="fax" nillable="true"
type="xsd:string"/><element name="idUsuario" nillable="true"
type="xsd:double"/><element name="movil" nillable="true"
type="xsd:string"/><element name="nif" nillable="true"
type="xsd:string"/><element name="nombre" nillable="true"
type="xsd:string"/><element name="observaciones" nillable="true"
type="xsd:string"/><element name="pais" nillable="true"
type="xsd:string"/><element name="poblacion" nillable="true"
type="xsd:string"/><element name="provincia" nillable="true"
type="xsd:string"/><element name="telefono" nillable="true"
type="xsd:string"/></sequence></complexType><complexType
name="SatDataWebExceptionWS"><complexContent><extension
base="tns1:SatDataWebExceptionWS"><sequence/></extension></complexContent></complexType><complexType
name="SensorVOWS"><sequence><element name="creacion" nillable="true"
type="xsd:dateTime"/><element name="descripcion" nillable="true"
type="xsd:string"/><element name="funcion" nillable="true"
type="xsd:string"/><element name="iconoOff" nillable="true"
type="xsd:string"/><element name="iconoOn" nillable="true"
type="xsd:string"/><element name="idSensor" nillable="true"
type="xsd:int"/><element name="nombre" nillable="true"
type="xsd:string"/><element name="puertoDefecto"
type="xsd:int"/><element name="tipo" nillable="true"
type="xsd:string"/></sequence></complexType><complexType
name="ConfUsuarioSensorVOWS"><sequence><element name="idConfUsuario"
nillable="true" type="xsd:double"/><element name="posicion"
type="xsd:int"/><element name="sensorVO" nillable="true"
type="tns1:SensorVOWS"/></sequence></complexType><complexType
name="PosicionVOWS"><sequence><element name="alarmas" nillable="true"
type="soapenc:Array"/><element name="direccion"
type="xsd:int"/><element name="estadoPosicion"
type="xsd:boolean"/><element name="fecha" nillable="true"
type="xsd:dateTime"/><element name="latitud"
type="xsd:double"/><element name="longitud" type="xsd:double"/><element
name="lugar" nillable="true" type="xsd:string"/><element
name="sensores" nillable="true" type="soapenc:Array"/><element name="x"
type="xsd:int"/><element name="y"
type="xsd:int"/></sequence></complexType><complexType
name="HistoricoSensorVOWS"><sequence><element name="fechaFin"
nillable="true" type="xsd:dateTime"/><element name="fechaInicio"
nillable="true" type="xsd:dateTime"/><element name="idSensor"
nillable="true" type="xsd:int"/><element name="idVehiculoAsignado"
nillable="true" type="xsd:double"/><element name="posiciones"
nillable="true"
type="soapenc:Array"/></sequence></complexType><complexType
name="SessionExceptionWS"><complexContent><extension
base="tns1:SatDataWebExceptionWS"><sequence/></extension></complexContent></complexType><complexType
name="UsuarioExceptionWS"><complexContent><extension
base="tns1:SatDataWebExceptionWS"><sequence/></extension></complexContent></complexType><complexType
name="VehiculoSensorNotFoundExceptionWS"><complexContent><extension
base="tns1:SatDataWebExceptionWS"><sequence/></extension></complexContent></complexType><complexType
name="PermisoVOWS"><sequence><element name="creacion" nillable="true"
type="xsd:dateTime"/><element name="descripcion" nillable="true"
type="xsd:string"/><element name="idPermiso" nillable="true"
type="xsd:string"/><element name="nombre" nillable="true"
type="xsd:string"/><element name="tipo" nillable="true"
type="xsd:string"/></sequence></complexType><complexType
name="UsuarioNotFoundExceptionWS"><complexContent><extension
base="tns1:SatDataWebExceptionWS"><sequence/></extension></complexContent></complexType><complexType
name="MapaVOWS"><sequence><element name="array"
type="xsd:base64Binary"/><element name="url" nillable="true"
type="xsd:string"/><element name="xmax" type="xsd:double"/><element
name="xmin" type="xsd:double"/><element name="ymax"
type="xsd:double"/><element name="ymin"
type="xsd:double"/></sequence></complexType><complexType
name="MensajeVOWS"><sequence><element name="borrado"
type="xsd:boolean"/><element name="entrada"
type="xsd:boolean"/><element name="estado" nillable="true"
type="xsd:string"/><element name="fecha" nillable="true"
type="xsd:dateTime"/><element name="idContacto" nillable="true"
type="xsd:double"/><element name="idEmpresa" nillable="true"
type="xsd:string"/><element name="idMensaje" nillable="true"
type="xsd:double"/><element name="idModulo" nillable="true"
type="xsd:string"/><element name="idUsuario" nillable="true"
type="xsd:double"/><element name="idVehiculo" nillable="true"
type="xsd:double"/><element name="login" nillable="true"
type="xsd:string"/><element name="mensaje" nillable="true"
type="xsd:string"/><element name="mensajeError" nillable="true"
type="xsd:string"/><element name="nombreContacto" nillable="true"
type="xsd:string"/><element name="tipo" nillable="true"
type="xsd:string"/></sequence></complexType><complexType
name="ContactoVOWS"><sequence><element name="borrado"
type="xsd:boolean"/><element name="fechaCreacion" nillable="true"
type="xsd:dateTime"/><element name="idContacto" nillable="true"
type="xsd:double"/><element name="idEmpresa" nillable="true"
type="xsd:string"/><element name="nombre" nillable="true"
type="xsd:string"/><element name="telefono" nillable="true"
type="xsd:string"/></sequence></complexType><complexType
name="SessionVOWS"><sequence><element name="fecha" nillable="true"
type="xsd:dateTime"/><element name="idUsuario" nillable="true"
type="xsd:double"/><element name="session" nillable="true"
type="xsd:string"/></sequence></complexType><complexType
name="DuplicateNombreAlarmaExceptionWS"><complexContent><extension
base="tns1:SatDataWebExceptionWS"><sequence/></extension></complexContent></complexType><complexType
name="HistoricoVOWS"><sequence><element name="fechaFin" nillable="true"
type="xsd:dateTime"/><element name="fechaInicio" nillable="true"
type="xsd:dateTime"/><element name="idVehiculoAsignado" nillable="true"
type="xsd:double"/><element name="posiciones" nillable="true"
type="soapenc:Array"/></sequence></complexType><complexType
abstract="true" name="AlarmaVOWS"><sequence><element name="activa"
type="xsd:boolean"/><element name="activada"
type="xsd:boolean"/><element name="creacion" nillable="true"
type="xsd:dateTime"/><element name="descripcion" nillable="true"
type="xsd:string"/><element name="fechaActivacion" nillable="true"
type="xsd:dateTime"/><element name="fechaFin" nillable="true"
type="xsd:dateTime"/><element name="fechaInicio" nillable="true"
type="xsd:dateTime"/><element name="icono" nillable="true"
type="xsd:string"/><element name="idAlarma" nillable="true"
type="xsd:double"/><element name="idVehiculoAsignado" nillable="true"
type="xsd:double"/><element name="mensaje" nillable="true"
type="xsd:string"/><element name="mostrada"
type="xsd:boolean"/><element name="mostrarEnVehiculos"
type="xsd:boolean"/><element name="mostrarPopup"
type="xsd:boolean"/><element name="nombre" nillable="true"
type="xsd:string"/><element name="salta" type="xsd:boolean"/><element
name="temporal" type="xsd:boolean"/><element name="tiempo"
type="xsd:int"/><element name="tiempoPopup" type="xsd:int"/><element
name="tipo" nillable="true" type="xsd:string"/><element name="zona"
nillable="true"
type="xsd:string"/></sequence></complexType><complexType
name="DuplicateInstanceExceptionWS"><complexContent><extension
base="tns1:SatDataWebExceptionWS"><sequence/></extension></complexContent></complexType><complexType
name="ConcesionVOWS"><sequence><element name="creacion" nillable="true"
type="xsd:dateTime"/><element name="fechaLimite" nillable="true"
type="xsd:dateTime"/><element name="idPermiso" nillable="true"
type="xsd:string"/><element name="idUsuario" nillable="true"
type="xsd:double"/><element name="observaciones" nillable="true"
type="xsd:string"/><element name="permisoVO" nillable="true"
type="tns1:permisoVOWS"/><element name="valor"
type="xsd:double"/></sequence></complexType><complexType
name="PasswordExceptionWS"><complexContent><extension
base="tns1:SatDataWebExceptionWS"><sequence/></extension></complexContent></complexType><complexType
name="UsuarioVOWS"><sequence><element name="concesiones"
nillable="true" type="soapenc:Array"/><element name="idEmpresa"
nillable="true" type="xsd:string"/><element name="idUsuario"
nillable="true" type="xsd:double"/><element name="login"
nillable="true" type="xsd:string"/><element name="password"
nillable="true" type="xsd:string"/><element name="sessionVO"
nillable="true" type="tns1:SessionVOWS"/><element
name="usuarioDetallesVO" nillable="true"
type="tns1:UsuarioDetallesVOWS"/></sequence></complexType><complexType
name="SensorPosicionVOWS"><sequence><element name="idSensor"
nillable="true" type="xsd:int"/><element name="valor"
type="xsd:double"/></sequence></complexType><complexType
name="InstanceNotFoundExceptionWS"><complexContent><extension
base="tns1:SatDataWebExceptionWS"><sequence/></extension></complexContent></complexType><complexType
abstract="true" name="ZonaVOWS"><sequence><element name="color"
type="xsd:int"/><element name="creacion" nillable="true"
type="xsd:dateTime"/><element name="descripcion" nillable="true"
type="xsd:string"/><element name="idCopia" nillable="true"
type="xsd:double"/><element name="idUsuario" nillable="true"
type="xsd:double"/><element name="idZona" nillable="true"
type="xsd:double"/><element name="mostrar" type="xsd:boolean"/><element
name="nombre" nillable="true" type="xsd:string"/><element name="tipo"
nillable="true"
type="xsd:string"/></sequence></complexType><complexType
name="ZonaAgrupacionVOWS"><complexContent><extension
base="tns1:ZonaVOWS"><sequence><element name="zonas" nillable="true"
type="soapenc:Array"/></sequence></extension></complexContent></complexType><complexType
name="ConcesionEmpresaVOWS"><sequence><element name="creacion"
nillable="true" type="xsd:dateTime"/><element name="fechaLimite"
nillable="true" type="xsd:dateTime"/><element name="idEmpresa"
nillable="true" type="xsd:string"/><element name="idPermiso"
nillable="true" type="xsd:string"/><element name="observaciones"
nillable="true" type="xsd:string"/><element name="permisoVO"
nillable="true" type="tns1:permisoVOWS"/><element name="valor"
type="xsd:double"/></sequence></complexType><complexType
name="VehiculoSensorVOWS"><sequence><element name="idSensor"
nillable="true" type="xsd:int"/><element name="idVehiculo"
nillable="true" type="xsd:double"/><element name="puerto"
type="xsd:int"/><element name="sensorVO" nillable="true"
type="tns1:SensorVOWS"/><element name="ultimoValor"
type="xsd:double"/></sequence></complexType><complexType
name="AlarmaCompuestaVOWS"><complexContent><extension
base="tns1:AlarmaVOWS"><sequence><element name="alarma1VO"
nillable="true" type="tns1:AlarmaVOWS"/><element name="alarma2VO"
nillable="true" type="tns1:AlarmaVOWS"/><element name="idAlarma1"
nillable="true" type="xsd:double"/><element name="idAlarma2"
nillable="true" type="xsd:double"/><element name="op" nillable="true"
type="xsd:string"/></sequence></extension></complexContent></complexType><complexType
name="MapaExceptionWS"><complexContent><extension
base="tns1:SatDataWebExceptionWS"><sequence/></extension></complexContent></complexType><complexType
name="ConfUsuarioVOWS"><sequence><element name="idConfUsuario"
nillable="true" type="xsd:double"/><element name="sensores"
nillable="true" type="soapenc:Array"/><element
name="sensoresDisponibles" nillable="true"
type="soapenc:Array"/></sequence></complexType><complexType
name="EmpresaNoActivadaExceptionWS"><complexContent><extension
base="tns1:SatDataWebExceptionWS"><sequence/></extension></complexContent></complexType><complexType
name="LoginVOWS"><sequence><element name="concesionVOs" nillable="true"
type="soapenc:Array"/><element name="idUsuario" nillable="true"
type="xsd:double"/><element name="permisosCliente" nillable="true"
type="impl:ArrayOf_xsd_int"/></sequence></complexType><complexType
name="VehiculoEstadoVOWS"><sequence><element name="direccion"
type="xsd:int"/><element name="fecha" nillable="true"
type="xsd:dateTime"/><element name="idVehiculo" nillable="true"
type="xsd:double"/><element name="latitud" type="xsd:double"/><element
name="longitud" type="xsd:double"/><element name="sensores"
nillable="true"
type="soapenc:Array"/></sequence></complexType><complexType
name="ZeroMensajesSmsExceptionWS"><complexContent><extension
base="tns1:SatDataWebExceptionWS"><sequence/></extension></complexContent></complexType><complexType
name="AlarmaFisicaVOWS"><complexContent><extension
base="tns1:AlarmaVOWS"><sequence><element name="op" nillable="true"
type="xsd:string"/><element name="valor" type="xsd:double"/><element
name="vehiculoSensorVO" nillable="true"
type="tns1:VehiculoSensorVOWS"/></sequence></extension></complexContent></complexType><complexType
name="ZonaLinealVOWS"><complexContent><extension
base="tns1:ZonaVOWS"><sequence><element name="puntosZona"
nillable="true" type="soapenc:Array"/><element name="radio"
type="xsd:double"/><element name="radioCoord"
type="xsd:double"/></sequence></extension></complexContent></complexType><complexType
name="PosicionSensorVOWS"><sequence><element name="fecha"
nillable="true" type="xsd:dateTime"/><element name="valor"
type="xsd:double"/></sequence></complexType><complexType
name="EmpresaNotFoundExceptionWS"><complexContent><extension
base="tns1:SatDataWebExceptionWS"><sequence/></extension></complexContent></complexType><complexType
name="ConcesionExceptionWS"><complexContent><extension
base="tns1:SatDataWebExceptionWS"><sequence/></extension></complexContent></complexType><complexType
name="VehiculoDetallesVOWS"><sequence><element name="color"
type="xsd:int"/><element name="conductor" nillable="true"
type="xsd:string"/><element name="consumoAutopista"
type="xsd:double"/><element name="consumoCarretera"
type="xsd:double"/><element name="consumoCiudad"
type="xsd:double"/><element name="creacion" nillable="true"
type="xsd:dateTime"/><element name="icono" nillable="true"
type="xsd:string"/><element name="idVehiculo" nillable="true"
type="xsd:double"/><element name="marca" nillable="true"
type="xsd:string"/><element name="matricula" nillable="true"
type="xsd:string"/><element name="modelo" nillable="true"
type="xsd:string"/><element name="observaciones" nillable="true"
type="xsd:string"/><element name="precioCombustible"
type="xsd:double"/></sequence></complexType><complexType
name="VehiculoVOWS"><sequence><element name="borrado"
type="xsd:boolean"/><element name="idEmpresa" nillable="true"
type="xsd:string"/><element name="idUsuario" nillable="true"
type="xsd:double"/><element name="idVehiculo" nillable="true"
type="xsd:double"/><element name="nombre" nillable="true"
type="xsd:string"/><element name="vehiculoDetallesVO" nillable="true"
type="tns1:VehiculoDetallesVOWS"/><element name="vehiculoEstadoVO"
nillable="true"
type="tns1:VehiculoEstadoVOWS"/></sequence></complexType><complexType
name="VehiculoAsignadoVOWS"><sequence><element name="alarmas"
nillable="true" type="soapenc:Array"/><element name="color"
type="xsd:int"/><element name="colorRastro" type="xsd:int"/><element
name="idUsuario" nillable="true" type="xsd:double"/><element
name="idVehiculo" nillable="true" type="xsd:double"/><element
name="idVehiculoAsignado" nillable="true" type="xsd:double"/><element
name="mostrar" type="xsd:boolean"/><element name="mostrarMensajes"
type="xsd:boolean"/><element name="mostrarRastro"
type="xsd:boolean"/><element name="observaciones" nillable="true"
type="xsd:string"/><element name="vehiculoVO" nillable="true"
type="tns1:VehiculoVOWS"/></sequence></complexType><complexType
name="PuntoZonaVOWS"><sequence><element name="idZona" nillable="true"
type="xsd:double"/><element name="latitud" type="xsd:double"/><element
name="longitud" type="xsd:double"/><element name="punto"
type="xsd:int"/></sequence></complexType><complexType
name="AlarmaZonaVOWS"><complexContent><extension
base="tns1:AlarmaVOWS"><sequence><element name="idZona" nillable="true"
type="xsd:double"/><element name="op" nillable="true"
type="xsd:string"/><element name="zonaVO" nillable="true"
type="tns1:ZonaVOWS"/></sequence></extension></complexContent></complexType><complexType
name="ConcesionEmpresaExceptionWS"><complexContent><extension
base="tns1:SatDataWebExceptionWS"><sequence/></extension></complexContent></complexType></schema><schema
targetNamespace="http://net.jboss.org/jmx"
xmlns="http://www.w3.org/2001/XMLSchema"><import
namespace="http://schemas.xmlsoap.org/soap/encoding/"/><complexType
name="AttributeType"><attribute name="name"
type="xsd:string"/><complexContent><sequence><element name="value"
nillable="true"
type="xsd:anyType"/></sequence></complexContent></complexType><complexType
name="ObjectNameType"><simpleContent><extension
base="string"/></simpleContent></complexType></schema><schema
targetNamespace="http://prepro1/jboss-net/services/Historico"
xmlns="http://www.w3.org/2001/XMLSchema"><import
namespace="http://schemas.xmlsoap.org/soap/encoding/"/><complexType
name="ArrayOf_xsd_int"><complexContent><restriction
base="soapenc:Array"><attribute ref="soapenc:arrayType"
wsdl:arrayType="xsd:int[]"/></restriction></complexContent></complexType></schema></wsdl:types>
<wsdl:message name="createHistoricoSensorVOIndexResponse">
<wsdl:part name="createHistoricoSensorVOIndexReturn"
type="tns1:HistoricoSensorVOWS"/>
</wsdl:message>
<wsdl:message name="InstanceNotFoundException">
<wsdl:part name="fault" type="tns1:InstanceNotFoundExceptionWS"/>
</wsdl:message>
<wsdl:message name="ConcesionException">
<wsdl:part name="fault" type="tns1:ConcesionExceptionWS"/>
</wsdl:message>
<wsdl:message name="createHistoricoVOIndexRequest">
<wsdl:part name="in0" type="xsd:double"/>
<wsdl:part name="in1" type="xsd:dateTime"/>
<wsdl:part name="in2" type="xsd:dateTime"/>
<wsdl:part name="in3" type="xsd:int"/>
<wsdl:part name="in4" type="xsd:int"/>
<wsdl:part name="in5" type="xsd:double"/>
<wsdl:part name="in6" type="xsd:string"/>
</wsdl:message>
<wsdl:message name="InternalErrorException">
<wsdl:part name="fault" type="tns1:SatDataWebExceptionWS"/>
</wsdl:message>
<wsdl:message name="posicionesHistoricoResponse">
<wsdl:part name="posicionesHistoricoReturn" type="xsd:int"/>
</wsdl:message>
<wsdl:message name="ConcesionEmpresaException">
<wsdl:part name="fault" type="tns1:ConcesionEmpresaExceptionWS"/>
</wsdl:message>
<wsdl:message name="createHistoricoSensorVOIndexRequest">
<wsdl:part name="in0" type="xsd:double"/>
<wsdl:part name="in1" type="xsd:int"/>
<wsdl:part name="in2" type="xsd:dateTime"/>
<wsdl:part name="in3" type="xsd:dateTime"/>
<wsdl:part name="in4" type="xsd:int"/>
<wsdl:part name="in5" type="xsd:int"/>
<wsdl:part name="in6" type="xsd:double"/>
<wsdl:part name="in7" type="xsd:string"/>
</wsdl:message>
<wsdl:message name="createHistoricoVOIndexResponse">
<wsdl:part name="createHistoricoVOIndexReturn"
type="tns1:HistoricoVOWS"/>
</wsdl:message>
<wsdl:message name="posicionesInformeTiemposConduccionRequest">
<wsdl:part name="in0" type="xsd:double"/>
<wsdl:part name="in1" type="xsd:dateTime"/>
<wsdl:part name="in2" type="xsd:dateTime"/>
<wsdl:part name="in3" type="xsd:double"/>
<wsdl:part name="in4" type="xsd:string"/>
</wsdl:message>
<wsdl:message name="createInformeTiemposConduccionIndexResponse">
<wsdl:part name="createInformeTiemposConduccionIndexReturn"
type="tns1:HistoricoVOWS"/>
</wsdl:message>
<wsdl:message name="createInformeTiemposConduccionIndexRequest">
<wsdl:part name="in0" type="xsd:double"/>
<wsdl:part name="in1" type="xsd:dateTime"/>
<wsdl:part name="in2" type="xsd:dateTime"/>
<wsdl:part name="in3" type="xsd:int"/>
<wsdl:part name="in4" type="xsd:int"/>
<wsdl:part name="in5" type="xsd:double"/>
<wsdl:part name="in6" type="xsd:string"/>
</wsdl:message>
<wsdl:message name="nuloResponse">
</wsdl:message>
<wsdl:message name="nuloRequest">
<wsdl:part name="in0" type="tns1:posicionVOWS"/>
<wsdl:part name="in1" type="tns1:SensorPosicionVOWS"/>
</wsdl:message>
<wsdl:message name="UsuarioNotFoundException">
<wsdl:part name="fault" type="tns1:UsuarioNotFoundExceptionWS"/>
</wsdl:message>
<wsdl:message name="posicionesInformeTiemposConduccionResponse">
<wsdl:part name="posicionesInformeTiemposConduccionReturn"
type="xsd:int"/>
</wsdl:message>
<wsdl:message name="posicionesHistoricoRequest">
<wsdl:part name="in0" type="xsd:double"/>
<wsdl:part name="in1" type="xsd:dateTime"/>
<wsdl:part name="in2" type="xsd:dateTime"/>
<wsdl:part name="in3" type="xsd:double"/>
<wsdl:part name="in4" type="xsd:string"/>
</wsdl:message>
<wsdl:message name="SessionException">
<wsdl:part name="fault" type="tns1:SessionExceptionWS"/>
</wsdl:message>
<wsdl:portType name="HistoricoSession">
<wsdl:eek:peration name="nulo" parameterOrder="in0 in1">
<wsdl:input message="impl:nuloRequest" name="nuloRequest"/>
<wsdl:eek:utput message="impl:nuloResponse" name="nuloResponse"/>
</wsdl:eek:peration>
<wsdl:eek:peration name="posicionesHistorico" parameterOrder="in0 in1
in2 in3 in4">
<wsdl:input message="impl:posicionesHistoricoRequest"
name="posicionesHistoricoRequest"/>
<wsdl:eek:utput message="impl:posicionesHistoricoResponse"
name="posicionesHistoricoResponse"/>
<wsdl:fault message="impl:InternalErrorException"
name="InternalErrorException"/>
<wsdl:fault message="impl:SessionException"
name="SessionException"/>
<wsdl:fault message="impl:InstanceNotFoundException"
name="InstanceNotFoundException"/>
<wsdl:fault message="impl:UsuarioNotFoundException"
name="UsuarioNotFoundException"/>
<wsdl:fault message="impl:ConcesionException"
name="ConcesionException"/>
<wsdl:fault message="impl:ConcesionEmpresaException"
name="ConcesionEmpresaException"/>
</wsdl:eek:peration>
<wsdl:eek:peration name="createHistoricoVOIndex" parameterOrder="in0
in1 in2 in3 in4 in5 in6">
<wsdl:input message="impl:createHistoricoVOIndexRequest"
name="createHistoricoVOIndexRequest"/>
<wsdl:eek:utput message="impl:createHistoricoVOIndexResponse"
name="createHistoricoVOIndexResponse"/>
<wsdl:fault message="impl:InternalErrorException"
name="InternalErrorException"/>
<wsdl:fault message="impl:SessionException"
name="SessionException"/>
<wsdl:fault message="impl:InstanceNotFoundException"
name="InstanceNotFoundException"/>
<wsdl:fault message="impl:UsuarioNotFoundException"
name="UsuarioNotFoundException"/>
<wsdl:fault message="impl:ConcesionException"
name="ConcesionException"/>
<wsdl:fault message="impl:ConcesionEmpresaException"
name="ConcesionEmpresaException"/>
</wsdl:eek:peration>
<wsdl:eek:peration name="posicionesInformeTiemposConduccion"
parameterOrder="in0 in1 in2 in3 in4">
<wsdl:input
message="impl:posicionesInformeTiemposConduccionRequest"
name="posicionesInformeTiemposConduccionRequest"/>
<wsdl:eek:utput
message="impl:posicionesInformeTiemposConduccionResponse"
name="posicionesInformeTiemposConduccionResponse"/>
<wsdl:fault message="impl:InternalErrorException"
name="InternalErrorException"/>
<wsdl:fault message="impl:SessionException"
name="SessionException"/>
<wsdl:fault message="impl:InstanceNotFoundException"
name="InstanceNotFoundException"/>
<wsdl:fault message="impl:UsuarioNotFoundException"
name="UsuarioNotFoundException"/>
<wsdl:fault message="impl:ConcesionException"
name="ConcesionException"/>
<wsdl:fault message="impl:ConcesionEmpresaException"
name="ConcesionEmpresaException"/>
</wsdl:eek:peration>
<wsdl:eek:peration name="createInformeTiemposConduccionIndex"
parameterOrder="in0 in1 in2 in3 in4 in5 in6">
<wsdl:input
message="impl:createInformeTiemposConduccionIndexRequest"
name="createInformeTiemposConduccionIndexRequest"/>
<wsdl:eek:utput
message="impl:createInformeTiemposConduccionIndexResponse"
name="createInformeTiemposConduccionIndexResponse"/>
<wsdl:fault message="impl:InternalErrorException"
name="InternalErrorException"/>
<wsdl:fault message="impl:SessionException"
name="SessionException"/>
<wsdl:fault message="impl:InstanceNotFoundException"
name="InstanceNotFoundException"/>
<wsdl:fault message="impl:UsuarioNotFoundException"
name="UsuarioNotFoundException"/>
<wsdl:fault message="impl:ConcesionException"
name="ConcesionException"/>
<wsdl:fault message="impl:ConcesionEmpresaException"
name="ConcesionEmpresaException"/>
</wsdl:eek:peration>
<wsdl:eek:peration name="createHistoricoSensorVOIndex"
parameterOrder="in0 in1 in2 in3 in4 in5 in6 in7">
<wsdl:input message="impl:createHistoricoSensorVOIndexRequest"
name="createHistoricoSensorVOIndexRequest"/>
<wsdl:eek:utput message="impl:createHistoricoSensorVOIndexResponse"
name="createHistoricoSensorVOIndexResponse"/>
<wsdl:fault message="impl:InternalErrorException"
name="InternalErrorException"/>
<wsdl:fault message="impl:SessionException"
name="SessionException"/>
<wsdl:fault message="impl:InstanceNotFoundException"
name="InstanceNotFoundException"/>
<wsdl:fault message="impl:UsuarioNotFoundException"
name="UsuarioNotFoundException"/>
<wsdl:fault message="impl:ConcesionException"
name="ConcesionException"/>
<wsdl:fault message="impl:ConcesionEmpresaException"
name="ConcesionEmpresaException"/>
</wsdl:eek:peration>
</wsdl:portType>
<wsdl:binding name="HistoricoSoapBinding"
type="impl:HistoricoSession">
<wsdlsoap:binding style="rpc"
transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:eek:peration name="nulo">
<wsdlsoap:eek:peration soapAction="Historico"/>
<wsdl:input name="nuloRequest">
<wsdlsoap:body
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://session.historico.model.satdataweb.satdatatelecom.com"
use="encoded"/>
</wsdl:input>
<wsdl:eek:utput name="nuloResponse">
<wsdlsoap:body
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://prepro1/jboss-net/services/Historico" use="encoded"/>
</wsdl:eek:utput>
</wsdl:eek:peration>
<wsdl:eek:peration name="posicionesHistorico">
<wsdlsoap:eek:peration soapAction="Historico"/>
<wsdl:input name="posicionesHistoricoRequest">
<wsdlsoap:body
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://session.historico.model.satdataweb.satdatatelecom.com"
use="encoded"/>
</wsdl:input>
<wsdl:eek:utput name="posicionesHistoricoResponse">
<wsdlsoap:body
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://prepro1/jboss-net/services/Historico" use="encoded"/>
</wsdl:eek:utput>
<wsdl:fault name="InternalErrorException">
<wsdlsoap:fault
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://prepro1/jboss-net/services/Historico" use="encoded"/>
</wsdl:fault>
<wsdl:fault name="SessionException">
<wsdlsoap:fault
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://prepro1/jboss-net/services/Historico" use="encoded"/>
</wsdl:fault>
<wsdl:fault name="InstanceNotFoundException">
<wsdlsoap:fault
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://prepro1/jboss-net/services/Historico" use="encoded"/>
</wsdl:fault>
<wsdl:fault name="UsuarioNotFoundException">
<wsdlsoap:fault
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://prepro1/jboss-net/services/Historico" use="encoded"/>
</wsdl:fault>
<wsdl:fault name="ConcesionException">
<wsdlsoap:fault
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://prepro1/jboss-net/services/Historico" use="encoded"/>
</wsdl:fault>
<wsdl:fault name="ConcesionEmpresaException">
<wsdlsoap:fault
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://prepro1/jboss-net/services/Historico" use="encoded"/>
</wsdl:fault>
</wsdl:eek:peration>
<wsdl:eek:peration name="createHistoricoVOIndex">
<wsdlsoap:eek:peration soapAction="Historico"/>
<wsdl:input name="createHistoricoVOIndexRequest">
<wsdlsoap:body
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://session.historico.model.satdataweb.satdatatelecom.com"
use="encoded"/>
</wsdl:input>
<wsdl:eek:utput name="createHistoricoVOIndexResponse">
<wsdlsoap:body
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://prepro1/jboss-net/services/Historico" use="encoded"/>
</wsdl:eek:utput>
<wsdl:fault name="InternalErrorException">
<wsdlsoap:fault
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://prepro1/jboss-net/services/Historico" use="encoded"/>
</wsdl:fault>
<wsdl:fault name="SessionException">
<wsdlsoap:fault
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://prepro1/jboss-net/services/Historico" use="encoded"/>
</wsdl:fault>
<wsdl:fault name="InstanceNotFoundException">
<wsdlsoap:fault
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://prepro1/jboss-net/services/Historico" use="encoded"/>
</wsdl:fault>
<wsdl:fault name="UsuarioNotFoundException">
<wsdlsoap:fault
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://prepro1/jboss-net/services/Historico" use="encoded"/>
</wsdl:fault>
<wsdl:fault name="ConcesionException">
<wsdlsoap:fault
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://prepro1/jboss-net/services/Historico" use="encoded"/>
</wsdl:fault>
<wsdl:fault name="ConcesionEmpresaException">
<wsdlsoap:fault
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://prepro1/jboss-net/services/Historico" use="encoded"/>
</wsdl:fault>
</wsdl:eek:peration>
<wsdl:eek:peration name="posicionesInformeTiemposConduccion">
<wsdlsoap:eek:peration soapAction="Historico"/>
<wsdl:input name="posicionesInformeTiemposConduccionRequest">
<wsdlsoap:body
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://session.historico.model.satdataweb.satdatatelecom.com"
use="encoded"/>
</wsdl:input>
<wsdl:eek:utput name="posicionesInformeTiemposConduccionResponse">
<wsdlsoap:body
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://prepro1/jboss-net/services/Historico" use="encoded"/>
</wsdl:eek:utput>
<wsdl:fault name="InternalErrorException">
<wsdlsoap:fault
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://prepro1/jboss-net/services/Historico" use="encoded"/>
</wsdl:fault>
<wsdl:fault name="SessionException">
<wsdlsoap:fault
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://prepro1/jboss-net/services/Historico" use="encoded"/>
</wsdl:fault>
<wsdl:fault name="InstanceNotFoundException">
<wsdlsoap:fault
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://prepro1/jboss-net/services/Historico" use="encoded"/>
</wsdl:fault>
<wsdl:fault name="UsuarioNotFoundException">
<wsdlsoap:fault
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://prepro1/jboss-net/services/Historico" use="encoded"/>
</wsdl:fault>
<wsdl:fault name="ConcesionException">
<wsdlsoap:fault
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://prepro1/jboss-net/services/Historico" use="encoded"/>
</wsdl:fault>
<wsdl:fault name="ConcesionEmpresaException">
<wsdlsoap:fault
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://prepro1/jboss-net/services/Historico" use="encoded"/>
</wsdl:fault>
</wsdl:eek:peration>
<wsdl:eek:peration name="createInformeTiemposConduccionIndex">
<wsdlsoap:eek:peration soapAction="Historico"/>
<wsdl:input name="createInformeTiemposConduccionIndexRequest">
<wsdlsoap:body
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://session.historico.model.satdataweb.satdatatelecom.com"
use="encoded"/>
</wsdl:input>
<wsdl:eek:utput name="createInformeTiemposConduccionIndexResponse">
<wsdlsoap:body
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://prepro1/jboss-net/services/Historico" use="encoded"/>
</wsdl:eek:utput>
<wsdl:fault name="InternalErrorException">
<wsdlsoap:fault
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://prepro1/jboss-net/services/Historico" use="encoded"/>
</wsdl:fault>
<wsdl:fault name="SessionException">
<wsdlsoap:fault
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://prepro1/jboss-net/services/Historico" use="encoded"/>
</wsdl:fault>
<wsdl:fault name="InstanceNotFoundException">
<wsdlsoap:fault
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://prepro1/jboss-net/services/Historico" use="encoded"/>
</wsdl:fault>
<wsdl:fault name="UsuarioNotFoundException">
<wsdlsoap:fault
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://prepro1/jboss-net/services/Historico" use="encoded"/>
</wsdl:fault>
<wsdl:fault name="ConcesionException">
<wsdlsoap:fault
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://prepro1/jboss-net/services/Historico" use="encoded"/>
</wsdl:fault>
<wsdl:fault name="ConcesionEmpresaException">
<wsdlsoap:fault
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://prepro1/jboss-net/services/Historico" use="encoded"/>
</wsdl:fault>
</wsdl:eek:peration>
<wsdl:eek:peration name="createHistoricoSensorVOIndex">
<wsdlsoap:eek:peration soapAction="Historico"/>
<wsdl:input name="createHistoricoSensorVOIndexRequest">
<wsdlsoap:body
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://session.historico.model.satdataweb.satdatatelecom.com"
use="encoded"/>
</wsdl:input>
<wsdl:eek:utput name="createHistoricoSensorVOIndexResponse">
<wsdlsoap:body
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://prepro1/jboss-net/services/Historico" use="encoded"/>
</wsdl:eek:utput>
<wsdl:fault name="InternalErrorException">
<wsdlsoap:fault
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://prepro1/jboss-net/services/Historico" use="encoded"/>
</wsdl:fault>
<wsdl:fault name="SessionException">
<wsdlsoap:fault
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://prepro1/jboss-net/services/Historico" use="encoded"/>
</wsdl:fault>
<wsdl:fault name="InstanceNotFoundException">
<wsdlsoap:fault
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://prepro1/jboss-net/services/Historico" use="encoded"/>
</wsdl:fault>
<wsdl:fault name="UsuarioNotFoundException">
<wsdlsoap:fault
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://prepro1/jboss-net/services/Historico" use="encoded"/>
</wsdl:fault>
<wsdl:fault name="ConcesionException">
<wsdlsoap:fault
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://prepro1/jboss-net/services/Historico" use="encoded"/>
</wsdl:fault>
<wsdl:fault name="ConcesionEmpresaException">
<wsdlsoap:fault
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://prepro1/jboss-net/services/Historico" use="encoded"/>
</wsdl:fault>
</wsdl:eek:peration>
</wsdl:binding>
<wsdl:service name="HistoricoSessionService">
<wsdl:port binding="impl:HistoricoSoapBinding" name="Historico">
<wsdlsoap:address
location="http://prepro1/jboss-net/services/Historico"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,048
Latest member
verona

Latest Threads

Top