 |
 |
 |
Hi all,
I'm having a hard time resolving a namespace issue in my wsdl. Here's
an element that explains my question, with the full wsdl below:
<definitions name=3D"MaragatoService"
targetNamespace=3D"http://swaMaragatoNS" xmlns:tns=3D"http://swaMaragatoNS"
xmlns=3D"http://schemas.xmlsoap.org/wsdl/"
xmlns:xsd=3D"http://www.w3.org/2001/XMLSchema"
xmlns:soap=3D"http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:ns2=3D"http://swaMaragatoNS/types">
<types>
<schema targetNamespace=3D"http://swaMaragatoNS/types"
xmlns:tns=3D"http://swaMaragatoNS/types"
xmlns:soap11-enc=3D"http://schemas.xmlsoap.org/soap/encoding/"
xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance"
xmlns:wsdl=3D"http://schemas.xmlsoap.org/wsdl/"
xmlns=3D"http://www.w3.org/2001/XMLSchema">
<import namespace=3D"http://schemas.xmlsoap.org/soap/encoding/"/>
<element name=3D"findElementoGerenciadoByIdResponse">
<complexType>
<complexContent>
<extension base=3D"tns:ReturnWebBase">
<sequence>
<!-- on Exception there will be no complex object in
the message -->
<element minOccurs=3D"0" maxOccurs=3D"1"
name=3D"ElementoGerenciadoComplexo"
type=3D"ns2:ElementoGerenciadoComplexo"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
Is tns:ReturnWebBase" correct? Is ns2:ElementoGerenciadoComplexo"
correct, or should it be
tns:ElementoGerenciadoComplexo" ? Or something else?
I get this error validating findElementoGerenciadoByIdResponse with
java / axis2 / xmlbeans:
Error Message: Expected element 'errorMessage' instead of
'errorMessage@http://swaMaragatoNS/types' here in element
findElementoGerenciadoByIdResponse@http://swaMaragatoNS/types
Location of invalid XML: <errorMessage
xmlns=3D"http://swaMaragatoNS/types"
xmlns:soapenv=3D"http://schemas.xmlsoap.org/soap/envelope/">FRAMEX_ENTITY_N=
OTFOUND:
Entidade do tipo class
br.com.atlantico.maragato.nucleogerencia.model.ElementoGerenciadoTO com
id 9.999 n=E3o pode ser achada</errorMessage>
Here's the soap envelope the server is sending / client is receiving -
the error is on the client side:
<?xml version=3D'1.0' encoding=3D'utf-8'?><soapenv:Envelope
xmlns:soapenv=3D"http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header
/><soapenv:Body><findElementoGerenciadoByIdResponse
xmlns=3D"http://swaMaragatoNS/types"><errorMessage>FRAMEX_ENTITY_NOTFOUND:
Entidade do tipo class
br.com.atlantico.maragato.nucleogerencia.model.ElementoGerenciadoTO com
id 9.999 n=C3=A3o pode ser
achada</errorMessage><successErrorCode>-1</successErrorCode></findElementoG=
erenciadoByIdResponse></soapenv:Body></soapenv:Envelope>
Full wsdl below. Any ideas? Please help!
Robert
<?xml version=3D"1.0" encoding=3D"UTF-8"?>
<definitions name=3D"MaragatoService"
targetNamespace=3D"http://swaMaragatoNS" xmlns:tns=3D"http://swaMaragatoNS"
xmlns=3D"http://schemas.xmlsoap.org/wsdl/"
xmlns:xsd=3D"http://www.w3.org/2001/XMLSchema"
xmlns:soap=3D"http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:ns2=3D"http://swaMaragatoNS/types">
<types>
<schema targetNamespace=3D"http://swaMaragatoNS/types"
xmlns:tns=3D"http://swaMaragatoNS/types"
xmlns:soap11-enc=3D"http://schemas.xmlsoap.org/soap/encoding/"
xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance"
xmlns:wsdl=3D"http://schemas.xmlsoap.org/wsdl/"
xmlns=3D"http://www.w3.org/2001/XMLSchema">
<import namespace=3D"http://schemas.xmlsoap.org/soap/encoding/"/>
<complexType name=3D"ReturnWebBase">
<sequence>
<element name=3D"errorMessage" type=3D"xsd:string"/>
<element name=3D"successErrorCode" type=3D"xsd:int"/>
</sequence>
</complexType>
<element name=3D"maragatoLogin">
<complexType>
<sequence>
<element name=3D"user_name" type=3D"xsd:string"/>
<element name=3D"user_password" type=3D"xsd:string"/>
</sequence>
</complexType>
</element>
<element name=3D"maragatoLoginResponse">
<complexType>
<complexContent>
<extension base=3D"tns:ReturnWebBase">
<sequence>
<element name=3D"soap_session_id" type=3D"xsd:string"/>
<element name=3D"web_user_name" type=3D"xsd:string"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
<element name=3D"testService">
<complexType>
<sequence>
<element name=3D"soap_session_id" type=3D"xsd:string"/>
<element name=3D"web_user_name" type=3D"xsd:string"/>
</sequence>
</complexType>
</element>
<element name=3D"testServiceResponse">
<complexType>
<complexContent>
<extension base=3D"tns:ReturnWebBase">
<sequence>
<element name=3D"testId" type=3D"xsd:long"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
<complexType name=3D"MibComplexo">
<sequence>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"id"
type=3D"xsd:long"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"oidQualificado"
type=3D"xsd:string"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"rotuloQualificad=
o"
type=3D"xsd:string"/>
<element name=3D"TipoAcessoEnum" minOccurs=3D"0" maxOccurs=3D"1"
type=3D"xsd:int"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"sintaxe"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"mibNoTOId"
type=3D"xsd:long"/>
<element minOccurs=3D"0" maxOccurs=3D"unbounded"
name=3D"mibNoTOIds" type=3D"xsd:long"/>
</sequence>
</complexType>
<complexType name=3D"CircuitoComplexo">
<sequence>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"id"
type=3D"xsd:long"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"codigo"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"descricao"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"unbounded" name=3D"canaisId=
s"
type=3D"xsd:long"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"clientId"
type=3D"xsd:long"/>
</sequence>
</complexType>
<complexType name=3D"ClienteComplexo">
<sequence>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"id"
type=3D"xsd:long"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"nome"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"descricao"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"nomeContato"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"emailContato"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"telefoneContato"
type=3D"xsd:string"/>
</sequence>
</complexType>
<complexType name=3D"ImagemComplexa">
<sequence>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"id"
type=3D"xsd:long"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"arquivoImagem"
type=3D"xsd:base64Binary"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"titulo"
type=3D"xsd:string"/>
<element name=3D"TipoArquivoEnum" minOccurs=3D"1" maxOccurs=3D"1"
type=3D"xsd:int"/>
</sequence>
</complexType>
<complexType name=3D"ValorTrapComplexo">
<sequence>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"id"
type=3D"xsd:long"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"nome"
type=3D"xsd:string"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"severidade"
type=3D"xsd:int"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"valor"
type=3D"xsd:long"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"TrapId"
type=3D"xsd:long"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"descricao"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"unbounded" name=3D"Acoes"
type=3D"tns:AcaoComplexo"/>
</sequence>
</complexType>
<complexType name=3D"AcaoComplexo">
<sequence>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"id"
type=3D"xsd:long"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"valor"
type=3D"xsd:string"/>
<element name=3D"TipoAcaoEnum" minOccurs=3D"1" maxOccurs=3D"1"
type=3D"xsd:int"/>
<element name=3D"ValorTrapId" minOccurs=3D"0" maxOccurs=3D"1"
type=3D"xsd:long"/>
<element name=3D"TrapId" minOccurs=3D"0" maxOccurs=3D"1"
type=3D"xsd:long"/>
</sequence>
</complexType>
<complexType name=3D"TrapComplexo">
<sequence>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"id"
type=3D"xsd:long"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"oid"
type=3D"xsd:string"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"nome"
type=3D"xsd:string"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"posicaoValor"
type=3D"xsd:int"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"usarSeveridade"
type=3D"xsd:boolean"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"severidade"
type=3D"xsd:int"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"descricao"
type=3D"xsd:string"/>
<element name=3D"ValorTrapIds" minOccurs=3D"0"
maxOccurs=3D"unbounded" type=3D"xsd:long"/>
<element name=3D"Acoes" minOccurs=3D"0" maxOccurs=3D"unbounded"
type=3D"tns:AcaoComplexo"/>
<element name=3D"GrupoTrapId" minOccurs=3D"0" maxOccurs=3D"1"
type=3D"xsd:long"/>
</sequence>
</complexType>
<complexType name=3D"GrupoTrapComplexo">
<sequence>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"id"
type=3D"xsd:long"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"nome"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"descricao"
type=3D"xsd:string"/>
<element name=3D"TrapID" minOccurs=3D"0" maxOccurs=3D"unbounded"
type=3D"xsd:long"/>
</sequence>
</complexType>
<complexType name=3D"CanalComplexo">
<sequence>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"id"
type=3D"xsd:long"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"numero"
type=3D"xsd:long"/>
<element name=3D"DispositivoId" minOccurs=3D"0" maxOccurs=3D"1"
type=3D"xsd:long"/>
</sequence>
</complexType>
<complexType name=3D"DispositivoComplexo">
<sequence>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"id"
type=3D"xsd:long"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"nome"
type=3D"xsd:string"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"numeroSlot"
type=3D"xsd:string"/>
<element name=3D"ElementoGerenciadoId" minOccurs=3D"0"
maxOccurs=3D"1" type=3D"xsd:long"/>
<element name=3D"CanalComplexoList" minOccurs=3D"0"
maxOccurs=3D"unbounded" type=3D"xsd:long"/>
</sequence>
</complexType>
<complexType name=3D"EventoComplexo">
<sequence>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"id"
type=3D"xsd:long"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"ack"
type=3D"xsd:boolean"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"nome"
type=3D"xsd:string"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"data"
type=3D"xsd:dateTime"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"dataAck"
type=3D"xsd:dateTime"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"descricao"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"severidade"
nillable=3D"true" type=3D"xsd:int"/>
<element name=3D"ElementoGerenciadoRef" minOccurs=3D"1"
maxOccurs=3D"1" type=3D"xsd:long"/>
<element name=3D"TrapComplexo" minOccurs=3D"1" maxOccurs=3D"1"
type=3D"tns:TrapComplexo"/>
<element name=3D"ValorTrapComplexo" minOccurs=3D"0" maxOccurs=3D"=
1"
type=3D"tns:ValorTrapComplexo"/>
<element name=3D"DispositivoComplexo" minOccurs=3D"0"
maxOccurs=3D"1" type=3D"tns:DispositivoComplexo"/>
</sequence>
</complexType>
<complexType name=3D"AtributoMibComplexo">
<sequence>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"id"
type=3D"xsd:long"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"nome"
type=3D"xsd:string"/>
<element name=3D"TipoMibEnum" minOccurs=3D"1" maxOccurs=3D"1"
type=3D"xsd:int"/>
<element name=3D"ValorComplexoList" minOccurs=3D"1"
maxOccurs=3D"unbounded" type=3D"xsd:string"/>
<element name=3D"ElementoGerenciadoRef" minOccurs=3D"0"
maxOccurs=3D"1" type=3D"xsd:long"/>
</sequence>
</complexType>
<complexType name=3D"MapaComplexa">
<sequence>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"id"
type=3D"xsd:long"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"colorR"
type=3D"xsd:int"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"colorG"
type=3D"xsd:int"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"colorB"
type=3D"xsd:int"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"descricao"
type=3D"xsd:string"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"nome"
type=3D"xsd:string"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"posX"
type=3D"xsd:double"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"posY"
type=3D"xsd:double"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"severidade"
type=3D"xsd:int"/>
<element name=3D"TipoLayoutEnum" minOccurs=3D"0" maxOccurs=3D"1"
type=3D"xsd:int"/>
<element name=3D"ImagemComplexa" minOccurs=3D"0" maxOccurs=3D"1"
type=3D"tns:ImagemComplexa"/>
<element name=3D"iconeComplexa" minOccurs=3D"0" maxOccurs=3D"1"
type=3D"tns:ImagemComplexa"/>
<element name=3D"MapaComplexa" minOccurs=3D"0" maxOccurs=3D"1"
type=3D"tns:MapaComplexa"/>
<element name=3D"MapaComplexaList" minOccurs=3D"0"
maxOccurs=3D"unbounded" type=3D"tns:MapaComplexa"/>
<element name=3D"ElementoGerenciadoList" minOccurs=3D"0"
maxOccurs=3D"unbounded" type=3D"tns:ElementoGerenciadoComplexo"/>
</sequence>
</complexType>
<complexType name=3D"ElementoGerenciadoComplexo">
<sequence>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"id"
type=3D"xsd:long"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"ip"
type=3D"xsd:string"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"comunidadeLeitur=
a"
type=3D"xsd:string"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"comunidadeEscrit=
a"
type=3D"xsd:string"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"timeout"
type=3D"xsd:int"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"porta"
type=3D"xsd:int"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"posicaoX"
type=3D"xsd:double"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"posicaoY"
type=3D"xsd:double"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"sysObjectID"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"sysName"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"sysContact"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"sysDesc"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"sysLocation"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"estacao"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"status"
type=3D"xsd:int"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"statusNo"
type=3D"xsd:int"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"reconhecido"
type=3D"xsd:int"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"MapaID"
type=3D"xsd:long"/>
<element name=3D"AtributoMibComplexoList" nillable=3D"true"
minOccurs=3D"0" maxOccurs=3D"unbounded" type=3D"xsd:long"/>
<element name=3D"EventosComplexoList" nillable=3D"false"
minOccurs=3D"0" maxOccurs=3D"unbounded" type=3D"xsd:long"/>
</sequence>
</complexType>
<element name=3D"findElementoGerenciadoById">
<complexType>
<sequence>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"soap_session_i=
d"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"web_user_name"
type=3D"xsd:string"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"id"
type=3D"xsd:long"/>
</sequence>
</complexType>
</element>
<element name=3D"findElementoGerenciadoByIdResponse">
<complexType>
<complexContent>
<extension base=3D"tns:ReturnWebBase">
<sequence>
<!-- on Exception there will be no complex object in
the message -->
<element minOccurs=3D"0" maxOccurs=3D"1"
name=3D"ElementoGerenciadoComplexo"
type=3D"ns2:ElementoGerenciadoComplexo"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
<element name=3D"findElementoGerenciadoByParameters">
<complexType>
<sequence>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"soap_session_i=
d"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"web_user_name"
type=3D"xsd:string"/>
<element minOccurs=3D"1" maxOccurs=3D"1"
name=3D"ElementoGerenciadoComplexo"
type=3D"tns:ElementoGerenciadoComplexo"/>
</sequence>
</complexType>
</element>
<element name=3D"findElementoGerenciadoByParametersResponse">
<complexType>
<complexContent>
<extension base=3D"tns:ReturnWebBase">
<sequence>
<!-- on Exception there will be no complex object in
the message -->
<element minOccurs=3D"0" maxOccurs=3D"unbounded"
name=3D"ElementoGerenciadoComplexo"
type=3D"ns2:ElementoGerenciadoComplexo"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
<element name=3D"createElementoGerenciado">
<complexType>
<sequence>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"soap_session_i=
d"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"web_user_name"
type=3D"xsd:string"/>
<!-- on Exception there will be no complex object in the
message -->
<element minOccurs=3D"0" maxOccurs=3D"1"
name=3D"ElementoGerenciadoComplexo"
type=3D"tns:ElementoGerenciadoComplexo"/>
</sequence>
</complexType>
</element>
<element name=3D"createElementoGerenciadoResponse">
<complexType>
<complexContent>
<extension base=3D"tns:ReturnWebBase">
<sequence>
<!-- on Exception there will be no complex object in
the message -->
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"id"
type=3D"xsd:long"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
<element name=3D"deleteElementoGerenciado">
<complexType>
<sequence>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"soap_session_i=
d"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"web_user_name"
type=3D"xsd:string"/>
<element minOccurs=3D"1" maxOccurs=3D"1"
name=3D"ElementoGerenciadoComplexo"
type=3D"tns:ElementoGerenciadoComplexo"/>
</sequence>
</complexType>
</element>
<element name=3D"updateElementoGerenciado">
<complexType>
<sequence>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"soap_session_i=
d"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"web_user_name"
type=3D"xsd:string"/>
<element minOccurs=3D"1" maxOccurs=3D"1"
name=3D"ElementoGerenciadoComplexo"
type=3D"tns:ElementoGerenciadoComplexo"/>
</sequence>
</complexType>
</element>
<element name=3D"findClienteById">
<complexType>
<sequence>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"soap_session_i=
d"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"web_user_name"
type=3D"xsd:string"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"id"
type=3D"xsd:long"/>
</sequence>
</complexType>
</element>
<element name=3D"findClienteByIdResponse">
<complexType>
<complexContent>
<extension base=3D"tns:ReturnWebBase">
<sequence>
<!-- on Exception there will be no complex object in
the message -->
<element minOccurs=3D"0" maxOccurs=3D"1"
name=3D"ClienteComplexo" type=3D"ns2:ClienteComplexo"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
<element name=3D"findClienteByParameters">
<complexType>
<sequence>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"soap_session_i=
d"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"web_user_name"
type=3D"xsd:string"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"ClienteComplex=
o"
type=3D"tns:ClienteComplexo"/>
</sequence>
</complexType>
</element>
<element name=3D"findClienteByParametersResponse">
<complexType>
<complexContent>
<extension base=3D"tns:ReturnWebBase">
<sequence>
<!-- on Exception there will be no complex object in
the message -->
<element minOccurs=3D"0" maxOccurs=3D"unbounded"
name=3D"ClienteComplexo" type=3D"ns2:ClienteComplexo"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
<element name=3D"createCliente">
<complexType>
<sequence>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"soap_session_i=
d"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"web_user_name"
type=3D"xsd:string"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"ClienteComplex=
o"
type=3D"tns:ClienteComplexo"/>
</sequence>
</complexType>
</element>
<element name=3D"createClienteResponse">
<complexType>
<complexContent>
<extension base=3D"tns:ReturnWebBase">
<sequence>
<!-- on Exception there will be no complex object in
the message -->
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"id"
type=3D"xsd:long"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
<!-- response void is just ReturnWebBaseResponse, defined in
'message' section -->
<element name=3D"deleteCliente">
<complexType>
<sequence>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"soap_session_i=
d"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"web_user_name"
type=3D"xsd:string"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"id"
type=3D"xsd:long"/>
</sequence>
</complexType>
</element>
<!-- response void is just ReturnWebBaseResponse, defined in
'message' section -->
<element name=3D"updateCliente">
<complexType>
<sequence>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"soap_session_i=
d"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"web_user_name"
type=3D"xsd:string"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"ClienteComplex=
o"
type=3D"tns:ClienteComplexo"/>
</sequence>
</complexType>
</element>
<element name=3D"findGrupoTrapsById">
<complexType>
<sequence>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"soap_session_i=
d"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"web_user_name"
type=3D"xsd:string"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"id"
type=3D"xsd:long"/>
</sequence>
</complexType>
</element>
<element name=3D"findGrupoTrapsByIdResponse">
<complexType>
<complexContent>
<extension base=3D"tns:ReturnWebBase">
<sequence>
<!-- on Exception there will be no complex object in
the message -->
<element minOccurs=3D"0" maxOccurs=3D"1"
name=3D"GrupoTrapComplexo" type=3D"ns2:GrupoTrapComplexo"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
<element name=3D"findGrupoTrapsByParameters">
<complexType>
<sequence>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"soap_session_i=
d"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"web_user_name"
type=3D"xsd:string"/>
<element minOccurs=3D"1" maxOccurs=3D"1"
name=3D"GrupoTrapComplexo" type=3D"tns:GrupoTrapComplexo"/>
</sequence>
</complexType>
</element>
<element name=3D"findGrupoTrapsByParametersResponse">
<complexType>
<complexContent>
<extension base=3D"tns:ReturnWebBase">
<sequence>
<!-- on Exception there will be no complex object in
the message -->
<element minOccurs=3D"0" maxOccurs=3D"unbounded"
name=3D"GrupoTrapComplexo" type=3D"ns2:GrupoTrapComplexo"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
<element name=3D"createGrupoTraps">
<complexType>
<sequence>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"soap_session_i=
d"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"web_user_name"
type=3D"xsd:string"/>
<element minOccurs=3D"1" maxOccurs=3D"1"
name=3D"GrupoTrapComplexo" type=3D"tns:GrupoTrapComplexo"/>
</sequence>
</complexType>
</element>
<element name=3D"createGrupoTrapsResponse">
<complexType>
<complexContent>
<extension base=3D"tns:ReturnWebBase">
<sequence>
<!-- on Exception there will be no complex object in
the message -->
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"id"
type=3D"xsd:long"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
<element name=3D"updateGrupoTraps">
<complexType>
<sequence>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"soap_session_i=
d"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"web_user_name"
type=3D"xsd:string"/>
<element minOccurs=3D"1" maxOccurs=3D"1"
name=3D"GrupoTrapComplexo" type=3D"tns:GrupoTrapComplexo"/>
</sequence>
</complexType>
</element>
<element name=3D"deleteGrupoTraps">
<complexType>
<sequence>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"soap_session_i=
d"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"web_user_name"
type=3D"xsd:string"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"id"
type=3D"xsd:long"/>
</sequence>
</complexType>
</element>
<!-- valor traps -->
<element name=3D"findValorTrapsById">
<complexType>
<sequence>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"soap_session_i=
d"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"web_user_name"
type=3D"xsd:string"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"id"
type=3D"xsd:long"/>
</sequence>
</complexType>
</element>
<element name=3D"findValorTrapsByIdResponse">
<complexType>
<complexContent>
<extension base=3D"tns:ReturnWebBase">
<sequence>
<!-- on Exception there will be no complex object in
the message -->
<element minOccurs=3D"0" maxOccurs=3D"1"
name=3D"ValorTrapComplexo" type=3D"ns2:ValorTrapComplexo"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
<element name=3D"findValorTrapsByParameters">
<complexType>
<sequence>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"soap_session_i=
d"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"web_user_name"
type=3D"xsd:string"/>
<element minOccurs=3D"1" maxOccurs=3D"1"
name=3D"ValorTrapComplexo" type=3D"tns:ValorTrapComplexo"/>
</sequence>
</complexType>
</element>
<element name=3D"findValorTrapsByParametersResponse">
<complexType>
<complexContent>
<extension base=3D"tns:ReturnWebBase">
<sequence>
<!-- on Exception there will be no complex object in
the message -->
<element minOccurs=3D"0" maxOccurs=3D"unbounded"
name=3D"ValorTrapComplexo" type=3D"ns2:ValorTrapComplexo"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
<element name=3D"createValorTraps">
<complexType>
<sequence>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"soap_session_i=
d"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"web_user_name"
type=3D"xsd:string"/>
<element minOccurs=3D"1" maxOccurs=3D"1"
name=3D"ValorTrapComplexo" type=3D"tns:ValorTrapComplexo"/>
</sequence>
</complexType>
</element>
<element name=3D"createValorTrapsResponse">
<complexType>
<complexContent>
<extension base=3D"tns:ReturnWebBase">
<sequence>
<!-- on Exception there will be no complex object in
the message -->
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"id"
type=3D"xsd:long"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
<element name=3D"updateValorTraps">
<complexType>
<sequence>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"soap_session_i=
d"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"web_user_name"
type=3D"xsd:string"/>
<element minOccurs=3D"1" maxOccurs=3D"1"
name=3D"ValorTrapComplexo" type=3D"tns:ValorTrapComplexo"/>
</sequence>
</complexType>
</element>
<element name=3D"deleteValorTraps">
<complexType>
<sequence>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"soap_session_i=
d"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"web_user_name"
type=3D"xsd:string"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"id"
type=3D"xsd:long"/>
</sequence>
</complexType>
</element>
<element name=3D"findEventoByParameters">
<complexType>
<sequence>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"soap_session_i=
d"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"web_user_name"
type=3D"xsd:string"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"EventoComplexo"
type=3D"tns:EventoComplexo"/>
</sequence>
</complexType>
</element>
<element name=3D"findEventoByParametersResponse">
<complexType>
<complexContent>
<extension base=3D"tns:ReturnWebBase">
<sequence>
<!-- on Exception there will be no complex object in
the message -->
<element minOccurs=3D"0" maxOccurs=3D"unbounded"
name=3D"EventoComplexo" type=3D"ns2:EventoComplexo"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
<element name=3D"findEventoById">
<complexType>
<sequence>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"soap_session_i=
d"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"web_user_name"
type=3D"xsd:string"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"id"
type=3D"tns:EventoComplexo"/>
</sequence>
</complexType>
</element>
<element name=3D"findEventoByIdResponse">
<complexType>
<complexContent>
<extension base=3D"tns:ReturnWebBase">
<sequence>
<!-- on Exception there will be no complex object in
the message -->
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"id"
type=3D"xsd:long"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
<element name=3D"createEvento">
<complexType>
<sequence>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"soap_session_i=
d"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"web_user_name"
type=3D"xsd:string"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"EventoComplexo"
type=3D"tns:EventoComplexo"/>
</sequence>
</complexType>
</element>
<element name=3D"createEventoResponse">
<complexType>
<complexContent>
<extension base=3D"tns:ReturnWebBase">
<sequence>
<!-- on Exception there will be no complex object in
the message -->
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"id"
type=3D"xsd:long"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
<element name=3D"updateEvento">
<complexType>
<sequence>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"soap_session_i=
d"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"web_user_name"
type=3D"xsd:string"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"EventoComplexo"
type=3D"tns:EventoComplexo"/>
</sequence>
</complexType>
</element>
<element name=3D"deleteEvento">
<complexType>
<sequence>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"soap_session_i=
d"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"web_user_name"
type=3D"xsd:string"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"EventoComplexo"
type=3D"tns:EventoComplexo"/>
</sequence>
</complexType>
</element>
<element name=3D"findCanalByParameters">
<complexType>
<sequence>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"soap_session_i=
d"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"web_user_name"
type=3D"xsd:string"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"CanalComplexo"
type=3D"tns:CanalComplexo"/>
</sequence>
</complexType>
</element>
<element name=3D"findCanalByParametersResponse">
<complexType>
<complexContent>
<extension base=3D"tns:ReturnWebBase">
<sequence>
<!-- on Exception there will be no complex object in
the message -->
<element minOccurs=3D"0" maxOccurs=3D"unbounded"
name=3D"CanalComplexo" type=3D"ns2:CanalComplexo"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
<element name=3D"findCanalById">
<complexType>
<sequence>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"soap_session_i=
d"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"web_user_name"
type=3D"xsd:string"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"id"
type=3D"xsd:long"/>
</sequence>
</complexType>
</element>
<element name=3D"findCanalByIdResponse">
<complexType>
<complexContent>
<extension base=3D"tns:ReturnWebBase">
<sequence>
<!-- on Exception there will be no complex object in
the message -->
<element minOccurs=3D"0" maxOccurs=3D"1"
name=3D"CanalComplexo" type=3D"ns2:CanalComplexo"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
<element name=3D"createCanal">
<complexType>
<sequence>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"soap_session_i=
d"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"web_user_name"
type=3D"xsd:string"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"CanalComplexo"
type=3D"tns:CanalComplexo"/>
</sequence>
</complexType>
</element>
<element name=3D"createCanalResponse">
<complexType>
<complexContent>
<extension base=3D"tns:ReturnWebBase">
<sequence>
<!-- on Exception there will be no complex object in
the message -->
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"id"
type=3D"xsd:long"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
<element name=3D"updateCanal">
<complexType>
<sequence>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"soap_session_i=
d"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"web_user_name"
type=3D"xsd:string"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"CanalComplexo"
type=3D"tns:CanalComplexo"/>
</sequence>
</complexType>
</element>
<element name=3D"deleteCanal">
<complexType>
<sequence>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"soap_session_i=
d"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"web_user_name"
type=3D"xsd:string"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"id"
type=3D"xsd:long"/>
</sequence>
</complexType>
</element>
<element name=3D"findCircuitoByParameters">
<complexType>
<sequence>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"soap_session_i=
d"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"web_user_name"
type=3D"xsd:string"/>
<element minOccurs=3D"1" maxOccurs=3D"1"
name=3D"CircuitoComplexo" type=3D"tns:CircuitoComplexo"/>
</sequence>
</complexType>
</element>
<element name=3D"findCircuitoByParametersResponse">
<complexType>
<complexContent>
<extension base=3D"tns:ReturnWebBase">
<sequence>
<!-- on Exception there will be no complex object in
the message -->
<element minOccurs=3D"0" maxOccurs=3D"unbounded"
name=3D"CircuitoComplexo" type=3D"ns2:CircuitoComplexo"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
<element name=3D"findCircuitoById">
<complexType>
<sequence>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"soap_session_i=
d"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"web_user_name"
type=3D"xsd:string"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"id"
type=3D"xsd:long"/>
</sequence>
</complexType>
</element>
<element name=3D"findCircuitoByIdResponse">
<complexType>
<complexContent>
<extension base=3D"tns:ReturnWebBase">
<sequence>
<!-- on Exception there will be no complex object in
the message -->
<element minOccurs=3D"0" maxOccurs=3D"1"
name=3D"CircuitoComplexo" type=3D"ns2:CircuitoComplexo"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
<element name=3D"createCircuito">
<complexType>
<sequence>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"soap_session_i=
d"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"web_user_name"
type=3D"xsd:string"/>
<element minOccurs=3D"1" maxOccurs=3D"1"
name=3D"CircuitoComplexo" type=3D"tns:CircuitoComplexo"/>
</sequence>
</complexType>
</element>
<element name=3D"createCircuitoResponse">
<complexType>
<complexContent>
<extension base=3D"tns:ReturnWebBase">
<sequence>
<!-- on Exception there will be no complex object in
the message -->
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"id"
type=3D"xsd:long"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
<element name=3D"updateCircuito">
<complexType>
<sequence>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"soap_session_i=
d"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"web_user_name"
type=3D"xsd:string"/>
<element minOccurs=3D"1" maxOccurs=3D"1"
name=3D"CircuitoComplexo" type=3D"tns:CircuitoComplexo"/>
</sequence>
</complexType>
</element>
<element name=3D"deleteCircuito">
<complexType>
<sequence>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"soap_session_i=
d"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"web_user_name"
type=3D"xsd:string"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"id"
type=3D"xsd:long"/>
</sequence>
</complexType>
</element>
<element name=3D"findDispositivoByParameters">
<complexType>
<sequence>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"soap_session_i=
d"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"web_user_name"
type=3D"xsd:string"/>
<element minOccurs=3D"1" maxOccurs=3D"1"
name=3D"DispositivoComplexo" type=3D"tns:DispositivoComplexo"/>
</sequence>
</complexType>
</element>
<element name=3D"findDispositivoByParametersResponse">
<complexType>
<complexContent>
<extension base=3D"tns:ReturnWebBase">
<sequence>
<!-- on Exception there will be no complex object in
the message -->
<element minOccurs=3D"0" maxOccurs=3D"unbounded"
name=3D"DispositivoComplexo" type=3D"ns2:DispositivoComplexo"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
<element name=3D"findDispositivoById">
<complexType>
<sequence>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"soap_session_i=
d"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"web_user_name"
type=3D"xsd:string"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"id"
type=3D"xsd:long"/>
</sequence>
</complexType>
</element>
<element name=3D"findDispositivoByIdResponse">
<complexType>
<complexContent>
<extension base=3D"tns:ReturnWebBase">
<sequence>
<!-- on Exception there will be no complex object in
the message -->
<element minOccurs=3D"0" maxOccurs=3D"1"
name=3D"DispositivoComplexo" type=3D"ns2:DispositivoComplexo"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
<element name=3D"createDispositivo">
<complexType>
<sequence>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"soap_session_i=
d"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"web_user_name"
type=3D"xsd:string"/>
<element minOccurs=3D"1" maxOccurs=3D"1"
name=3D"DispositivoComplexo" type=3D"tns:DispositivoComplexo"/>
</sequence>
</complexType>
</element>
<element name=3D"createDispositivoResponse">
<complexType>
<complexContent>
<extension base=3D"tns:ReturnWebBase">
<sequence>
<!-- on Exception there will be no complex object in
the message -->
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"id"
type=3D"xsd:long"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
<element name=3D"updateDispositivo">
<complexType>
<sequence>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"soap_session_i=
d"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"web_user_name"
type=3D"xsd:string"/>
<element minOccurs=3D"1" maxOccurs=3D"1"
name=3D"DispositivoComplexo" type=3D"tns:DispositivoComplexo"/>
</sequence>
</complexType>
</element>
<element name=3D"deleteDispositivo">
<complexType>
<sequence>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"soap_session_i=
d"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"web_user_name"
type=3D"xsd:string"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"id"
type=3D"xsd:long"/>
</sequence>
</complexType>
</element>
<element name=3D"findTrapByParameters">
<complexType>
<sequence>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"soap_session_i=
d"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"web_user_name"
type=3D"xsd:string"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"TrapComplexo"
type=3D"tns:TrapComplexo"/>
</sequence>
</complexType>
</element>
<element name=3D"findTrapByParametersResponse">
<complexType>
<complexContent>
<extension base=3D"tns:ReturnWebBase">
<sequence>
<!-- on Exception there will be no complex object in
the message -->
<element minOccurs=3D"0" maxOccurs=3D"unbounded"
name=3D"TrapComplexo" type=3D"ns2:TrapComplexo"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
<element name=3D"findTrapById">
<complexType>
<sequence>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"soap_session_i=
d"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"web_user_name"
type=3D"xsd:string"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"id"
type=3D"xsd:long"/>
</sequence>
</complexType>
</element>
<element name=3D"findTrapByIdResponse">
<complexType>
<complexContent>
<extension base=3D"tns:ReturnWebBase">
<sequence>
<!-- on Exception there will be no complex object in
the message -->
<element minOccurs=3D"0" maxOccurs=3D"1"
name=3D"TrapComplexo" type=3D"ns2:TrapComplexo"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
<element name=3D"createTrap">
<complexType>
<sequence>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"soap_session_i=
d"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"web_user_name"
type=3D"xsd:string"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"TrapComplexo"
type=3D"tns:TrapComplexo"/>
</sequence>
</complexType>
</element>
<element name=3D"createTrapResponse">
<complexType>
<complexContent>
<extension base=3D"tns:ReturnWebBase">
<sequence>
<!-- on Exception there will be no complex object in
the message -->
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"id"
type=3D"xsd:long"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
<element name=3D"updateTrap">
<complexType>
<sequence>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"soap_session_i=
d"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"web_user_name"
type=3D"xsd:string"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"TrapComplexo"
type=3D"tns:TrapComplexo"/>
</sequence>
</complexType>
</element>
<element name=3D"deleteTrap">
<complexType>
<sequence>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"soap_session_i=
d"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"web_user_name"
type=3D"xsd:string"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"id"
type=3D"xsd:long"/>
</sequence>
</complexType>
</element>
<element name=3D"findMibByParameters">
<complexType>
<sequence>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"soap_session_i=
d"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"web_user_name"
type=3D"xsd:string"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"MibComplexo"
type=3D"tns:MibComplexo"/>
</sequence>
</complexType>
</element>
<element name=3D"findMibByParametersResponse">
<complexType>
<complexContent>
<extension base=3D"tns:ReturnWebBase">
<sequence>
<!-- on Exception there will be no complex object in
the message -->
<element minOccurs=3D"0" maxOccurs=3D"unbounded"
name=3D"MibComplexo" type=3D"ns2:MibComplexo"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
<element name=3D"findMibById">
<complexType>
<sequence>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"soap_session_i=
d"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"web_user_name"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"id"
type=3D"xsd:long"/>
</sequence>
</complexType>
</element>
<element name=3D"findMibByIdResponse">
<complexType>
<complexContent>
<extension base=3D"tns:ReturnWebBase">
<sequence>
<!-- on Exception there will be no complex object in
the message -->
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"MibComplex=
o"
type=3D"ns2:MibComplexo"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
<element name=3D"createMib">
<complexType>
<sequence>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"soap_session_i=
d"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"web_user_name"
type=3D"xsd:string"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"MibComplexo"
type=3D"tns:MibComplexo"/>
</sequence>
</complexType>
</element>
<element name=3D"createMibResponse">
<complexType>
<complexContent>
<extension base=3D"tns:ReturnWebBase">
<sequence>
<!-- on Exception there will be no complex object in
the message -->
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"id"
type=3D"xsd:long"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
<element name=3D"updateMib">
<complexType>
<sequence>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"soap_session_i=
d"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"web_user_name"
type=3D"xsd:string"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"MibComplexo"
type=3D"tns:MibComplexo"/>
</sequence>
</complexType>
</element>
<element name=3D"deleteMib">
<complexType>
<sequence>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"soap_session_i=
d"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"web_user_name"
type=3D"xsd:string"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"id"
type=3D"xsd:long"/>
</sequence>
</complexType>
</element>
<element name=3D"mibTranslateOIDByRotulo">
<complexType>
<sequence>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"soap_session_i=
d"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"web_user_name"
type=3D"xsd:string"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"rotulo"
type=3D"xsd:string"/>
</sequence>
</complexType>
</element>
<element name=3D"mibTranslateOIDByRotuloResponse">
<complexType>
<complexContent>
<extension base=3D"tns:ReturnWebBase">
<sequence>
<!-- on Exception there will be no complex object in
the message -->
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"oid"
type=3D"xsd:string"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
<element name=3D"mibTranslateRotuloByOID">
<complexType>
<sequence>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"soap_session_i=
d"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"web_user_name"
type=3D"xsd:string"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"oid"
type=3D"xsd:string"/>
</sequence>
</complexType>
</element>
<element name=3D"mibTranslateRotuloByOIDResponse">
<complexType>
<complexContent>
<extension base=3D"tns:ReturnWebBase">
<sequence>
<!-- on Exception there will be no complex object in
the message -->
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"rotulo"
type=3D"xsd:string"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
<element name=3D"obterAvore">
<complexType>
<sequence>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"soap_session_i=
d"
type=3D"xsd:string"/>
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"web_user_name"
type=3D"xsd:string"/>
<element minOccurs=3D"1" maxOccurs=3D"1" name=3D"MibComplexo"
type=3D"tns:MibComplexo"/>
</sequence>
</complexType>
</element>
<element name=3D"obterAvoreResponse">
<complexType>
<complexContent>
<extension base=3D"tns:ReturnWebBase">
<sequence>
<!-- on Exception there will be no complex object in
the message -->
<element minOccurs=3D"0" maxOccurs=3D"1" name=3D"id"
type=3D"xsd:long"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
<element name=3D"ReturnWebBaseResponse" type=3D"ns2:ReturnWebBase"/>
</schema></types>
<message name=3D"MaragatoEndpoint_findElementoGerenciadoById">
<part name=3D"parameters" element=3D"ns2:findElementoGerenciadoById"/>
</message>
<message name=3D"MaragatoEndpoint_findElementoGerenciadoByIdResponse">
<part name=3D"result"
element=3D"ns2:findElementoGerenciadoByIdResponse"/>
</message>
<message name=3D"MaragatoEndpoint_findClienteById">
<part name=3D"parameters" element=3D"ns2:findClienteById"/>
</message>
<message name=3D"MaragatoEndpoint_findClienteByIdResponse">
<part name=3D"result" element=3D"ns2:findClienteByIdResponse"/>
</message>
<message name=3D"MaragatoEndpoint_findClienteByParameters">
<part name=3D"parameters" element=3D"ns2:findClienteByParameters"/>
</message>
<message name=3D"MaragatoEndpoint_findClienteByParametersResponse">
<part name=3D"result" element=3D"ns2:findClienteByParametersResponse"/>
</message>
<message name=3D"MaragatoEndpoint_createCliente">
<part name=3D"parameters" element=3D"ns2:createCliente"/>
</message>
<message name=3D"MaragatoEndpoint_createClienteResponse">
<part name=3D"result" element=3D"ns2:createClienteResponse"/>
</message>
<message name=3D"MaragatoEndpoint_deleteCliente">
<part name=3D"parameters" element=3D"ns2:deleteCliente"/>
</message>
<message name=3D"MaragatoEndpoint_deleteClienteResponse">
<part name=3D"result" element=3D"ns2:ReturnWebBaseResponse"/>
</message>
<message name=3D"MaragatoEndpoint_updateCliente">
<part name=3D"parameters" element=3D"ns2:updateCliente"/>
</message>
<message name=3D"MaragatoEndpoint_updateClienteResponse">
<part name=3D"result" element=3D"ns2:ReturnWebBaseResponse"/>
</message>
<message name=3D"MaragatoEndpoint_findGrupoTrapsById">
<part name=3D"parameters" element=3D"ns2:findGrupoTrapsById"/>
</message>
<message name=3D"MaragatoEndpoint_findGrupoTrapsByIdResponse">
<part name=3D"result" element=3D"ns2:findGrupoTrapsByIdResponse"/>
</message>
<message name=3D"MaragatoEndpoint_findGrupoTrapsByParameters">
<part name=3D"parameters" element=3D"ns2:findGrupoTrapsByParameters"/>
</message>
<message name=3D"MaragatoEndpoint_findGrupoTrapsByParametersResponse">
<part name=3D"result"
element=3D"ns2:findGrupoTrapsByParametersResponse"/>
</message>
<message name=3D"MaragatoEndpoint_createGrupoTraps">
<part name=3D"parameters" element=3D"ns2:createGrupoTraps"/>
</message>
<message name=3D"MaragatoEndpoint_createGrupoTrapsResponse">
<part name=3D"result" element=3D"ns2:createGrupoTrapsResponse"/>
</message>
<message name=3D"MaragatoEndpoint_updateGrupoTraps">
<part name=3D"parameters" element=3D"ns2:updateGrupoTraps"/>
</message>
<message name=3D"MaragatoEndpoint_updateGrupoTrapsResponse">
<part name=3D"result" element=3D"ns2:ReturnWebBaseResponse"/>
</message>
<message name=3D"MaragatoEndpoint_deleteGrupoTraps">
<part name=3D"parameters" element=3D"ns2:deleteGrupoTraps"/>
</message>
<message name=3D"MaragatoEndpoint_deleteGrupoTrapsResponse">
<part name=3D"result" element=3D"ns2:ReturnWebBaseResponse"/>
</message>
<message name=3D"MaragatoEndpoint_createValorTraps">
<part name=3D"parameters" element=3D"ns2:createValorTraps"/>
</message>
<message name=3D"MaragatoEndpoint_createValorTrapsResponse">
<part name=3D"result" element=3D"ns2:createValorTrapsResponse"/>
</message>
<message name=3D"MaragatoEndpoint_updateValorTraps">
<part name=3D"parameters" element=3D"ns2:updateValorTraps"/>
</message>
<message name=3D"MaragatoEndpoint_updateValorTrapsResponse">
<part name=3D"result" element=3D"ns2:ReturnWebBaseResponse"/>
</message>
<message name=3D"MaragatoEndpoint_deleteValorTraps">
<part name=3D"parameters" element=3D"ns2:deleteValorTraps"/>
</message>
<message name=3D"MaragatoEndpoint_deleteValorTrapsResponse">
<part name=3D"result" element=3D"ns2:ReturnWebBaseResponse"/>
</message>
<message name=3D"MaragatoEndpoint_testService">
<part name=3D"parameters" element=3D"ns2:testService"/>
</message>
<message name=3D"MaragatoEndpoint_testServiceResponse">
<part name=3D"result" element=3D"ns2:testServiceResponse"/>
</message>
<message name=3D"MaragatoEndpoint_findValorTrapsById">
<part name=3D"parameters" element=3D"ns2:findValorTrapsById"/>
</message>
<message name=3D"MaragatoEndpoint_findValorTrapsByIdResponse">
<part name=3D"result" element=3D"ns2:findValorTrapsByIdResponse"/>
</message>
<message name=3D"MaragatoEndpoint_findValorTrapsByParameters">
<part name=3D"parameters" element=3D"ns2:findValorTrapsByParameters"/>
</message>
<message name=3D"MaragatoEndpoint_findValorTrapsByParametersResponse">
<part name=3D"result"
element=3D"ns2:findValorTrapsByParametersResponse"/>
</message>
<message name=3D"MaragatoEndpoint_findElementoGerenciadoByParameters">
<part name=3D"parameters"
element=3D"ns2:findElementoGerenciadoByParameters"/>
</message>
<message
name=3D"MaragatoEndpoint_findElementoGerenciadoByParametersResponse">
<part name=3D"result"
element=3D"ns2:findElementoGerenciadoByParametersResponse"/>
</message>
<message name=3D"MaragatoEndpoint_createElementoGerenciado">
<part name=3D"parameters" element=3D"ns2:createElementoGerenciado"/>
</message>
<message name=3D"MaragatoEndpoint_createElementoGerenciadoResponse">
<part name=3D"result"
element=3D"ns2:createElementoGerenciadoResponse"/>
</message>
<message name=3D"MaragatoEndpoint_deleteElementoGerenciado">
<part name=3D"parameters" element=3D"ns2:deleteElementoGerenciado"/>
</message>
<message name=3D"MaragatoEndpoint_deleteElementoGerenciadoResponse">
<part name=3D"result" element=3D"ns2:ReturnWebBaseResponse"/>
</message>
<message name=3D"MaragatoEndpoint_updateElementoGerenciado">
<part name=3D"parameters" element=3D"ns2:updateElementoGerenciado"/>
</message>
<message name=3D"MaragatoEndpoint_updateElementoGerenciadoResponse">
<part name=3D"result" element=3D"ns2:ReturnWebBaseResponse"/>
</message>
<message name=3D"MaragatoEndpoint_findEventoById">
<part name=3D"parameters" element=3D"ns2:findEventoById"/>
</message>
<message name=3D"MaragatoEndpoint_findEventoByIdResponse">
<part name=3D"result" element=3D"ns2:findEventoByIdResponse"/>
</message>
<message name=3D"MaragatoEndpoint_findEventoByParameters">
<part name=3D"parameters" element=3D"ns2:findEventoByParameters"/>
</message>
<message name=3D"MaragatoEndpoint_findEventoByParametersResponse">
<part name=3D"result" element=3D"ns2:findEventoByParametersResponse"/>
</message>
<message name=3D"MaragatoEndpoint_createEvento">
<part name=3D"parameters" element=3D"ns2:createEvento"/>
</message>
<message name=3D"MaragatoEndpoint_createEventoResponse">
<part name=3D"result" element=3D"ns2:createEventoResponse"/>
</message>
<message name=3D"MaragatoEndpoint_deleteEvento">
<part name=3D"parameters" element=3D"ns2:deleteEvento"/>
</message>
<message name=3D"MaragatoEndpoint_deleteEventoResponse">
<part name=3D"result" element=3D"ns2:ReturnWebBaseResponse"/>
</message>
<message name=3D"MaragatoEndpoint_updateEvento">
<part name=3D"parameters" element=3D"ns2:updateEvento"/>
</message>
<message name=3D"MaragatoEndpoint_updateEventoResponse">
<part name=3D"result" element=3D"ns2:ReturnWebBaseResponse"/>
</message>
<message name=3D"MaragatoEndpoint_findCanalById">
<part name=3D"parameters" element=3D"ns2:findCanalById"/>
</message>
<message name=3D"MaragatoEndpoint_findCanalByIdResponse">
<part name=3D"result" element=3D"ns2:findCanalByIdResponse"/>
</message>
<message name=3D"MaragatoEndpoint_findCanalByParameters">
<part name=3D"parameters" element=3D"ns2:findCanalByParameters"/>
</message>
<message name=3D"MaragatoEndpoint_findCanalByParametersResponse">
<part name=3D"result" element=3D"ns2:findCanalByParametersResponse"/>
</message>
<message name=3D"MaragatoEndpoint_createCanal">
<part name=3D"parameters" element=3D"ns2:createCanal"/>
</message>
<message name=3D"MaragatoEndpoint_createCanalResponse">
<part name=3D"result" element=3D"ns2:createCanalResponse"/>
</message>
<message name=3D"MaragatoEndpoint_deleteCanal">
<part name=3D"parameters" element=3D"ns2:deleteCanal"/>
</message>
<message name=3D"MaragatoEndpoint_deleteCanalResponse">
<part name=3D"result" element=3D"ns2:ReturnWebBaseResponse"/>
</message>
<message name=3D"MaragatoEndpoint_updateCanal">
<part name=3D"parameters" element=3D"ns2:updateCanal"/>
</message>
<message name=3D"MaragatoEndpoint_updateCanalResponse">
<part name=3D"result" element=3D"ns2:ReturnWebBaseResponse"/>
</message>
<message name=3D"MaragatoEndpoint_findCircuitoById">
<part name=3D"parameters" element=3D"ns2:findCircuitoById"/>
</message>
<message name=3D"MaragatoEndpoint_findCircuitoByIdResponse">
<part name=3D"result" element=3D"ns2:findCircuitoByIdResponse"/>
</message>
<message name=3D"MaragatoEndpoint_findCircuitoByParameters">
<part name=3D"parameters" element=3D"ns2:findCircuitoByParameters"/>
</message>
<message name=3D"MaragatoEndpoint_findCircuitoByParametersResponse">
<part name=3D"result"
element=3D"ns2:findCircuitoByParametersResponse"/>
</message>
<message name=3D"MaragatoEndpoint_createCircuito">
<part name=3D"parameters" element=3D"ns2:createCircuito"/>
</message>
<message name=3D"MaragatoEndpoint_createCircuitoResponse">
<part name=3D"result" element=3D"ns2:createCircuitoResponse"/>
</message>
<message name=3D"MaragatoEndpoint_deleteCircuito">
<part name=3D"parameters" element=3D"ns2:deleteCircuito"/>
</message>
<message name=3D"MaragatoEndpoint_deleteCircuitoResponse">
<part name=3D"result" element=3D"ns2:ReturnWebBaseResponse"/>
</message>
<message name=3D"MaragatoEndpoint_updateCircuito">
<part name=3D"parameters" element=3D"ns2:updateCircuito"/>
</message>
<message name=3D"MaragatoEndpoint_updateCircuitoResponse">
<part name=3D"result" element=3D"ns2:ReturnWebBaseResponse"/>
</message>
<message name=3D"MaragatoEndpoint_findDispositivoById">
<part name=3D"parameters" element=3D"ns2:findDispositivoById"/>
</message>
<message name=3D"MaragatoEndpoint_findDispositivoByIdResponse">
<part name=3D"result" element=3D"ns2:findDispositivoByIdResponse"/>
</message>
<message name=3D"MaragatoEndpoint_findDispositivoByParameters">
<part name=3D"parameters"
element=3D"ns2:findDispositivoByParameters"/>
</message>
<message name=3D"MaragatoEndpoint_findDispositivoByParametersResponse">
<part name=3D"result"
element=3D"ns2:findDispositivoByParametersResponse"/>
</message>
<message name=3D"MaragatoEndpoint_createDispositivo">
<part name=3D"parameters" element=3D"ns2:createDispositivo"/>
</message>
<message name=3D"MaragatoEndpoint_createDispositivoResponse">
<part name=3D"result" element=3D"ns2:createDispositivoResponse"/>
</message>
<message name=3D"MaragatoEndpoint_deleteDispositivo">
<part name=3D"parameters" element=3D"ns2:deleteDispositivo"/>
</message>
<message name=3D"MaragatoEndpoint_deleteDispositivoResponse">
<part name=3D"result" element=3D"ns2:ReturnWebBaseResponse"/>
</message>
<message name=3D"MaragatoEndpoint_updateDispositivo">
<part name=3D"parameters" element=3D"ns2:updateDispositivo"/>
</message>
<message name=3D"MaragatoEndpoint_updateDispositivoResponse">
<part name=3D"result" element=3D"ns2:ReturnWebBaseResponse"/>
</message>
<message name=3D"MaragatoEndpoint_findTrapById">
<part name=3D"parameters" element=3D"ns2:findTrapById"/>
</message>
<message name=3D"MaragatoEndpoint_findTrapByIdResponse">
<part name=3D"result" element=3D"ns2:findTrapByIdResponse"/>
</message>
<message name=3D"MaragatoEndpoint_findTrapByParameters">
<part name=3D"parameters" element=3D"ns2:findTrapByParameters"/>
</message>
<message name=3D"MaragatoEndpoint_findTrapByParametersResponse">
<part name=3D"result" element=3D"ns2:findTrapByParametersResponse"/>
</message>
<message name=3D"MaragatoEndpoint_createTrap">
<part name=3D"parameters" element=3D"ns2:createTrap"/>
</message>
<message name=3D"MaragatoEndpoint_createTrapResponse">
<part name=3D"result" element=3D"ns2:createTrapResponse"/>
</message>
<message name=3D"MaragatoEndpoint_deleteTrap">
<part name=3D"parameters" element=3D"ns2:deleteTrap"/>
</message>
<message name=3D"MaragatoEndpoint_deleteTrapResponse">
<part name=3D"result" element=3D"ns2:ReturnWebBaseResponse"/>
</message>
<message name=3D"MaragatoEndpoint_updateTrap">
<part name=3D"parameters" element=3D"ns2:updateTrap"/>
</message>
<message name=3D"MaragatoEndpoint_updateTrapResponse">
<part name=3D"result" element=3D"ns2:ReturnWebBaseResponse"/>
</message>
<message name=3D"MaragatoEndpoint_findMibById">
<part name=3D"parameters" element=3D"ns2:findMibById"/>
</message>
<message name=3D"MaragatoEndpoint_findMibByIdResponse">
<part name=3D"result" element=3D"ns2:findMibByIdResponse"/>
</message>
<message name=3D"MaragatoEndpoint_findMibByParameters">
<part name=3D"parameters" element=3D"ns2:findMibByParameters"/>
</message>
<message name=3D"MaragatoEndpoint_findMibByParametersResponse">
<part name=3D"result" element=3D"ns2:findMibByParametersResponse"/>
</message>
<message name=3D"MaragatoEndpoint_createMib">
<part name=3D"parameters" element=3D"ns2:createMib"/>
</message>
<message name=3D"MaragatoEndpoint_createMibResponse">
<part name=3D"result" element=3D"ns2:createMibResponse"/>
</message>
<message name=3D"MaragatoEndpoint_deleteMib">
<part name=3D"parameters" element=3D"ns2:deleteMib"/>
</message>
<message name=3D"MaragatoEndpoint_deleteMibResponse">
<part name=3D"result" element=3D"ns2:ReturnWebBaseResponse"/>
</message>
<message name=3D"MaragatoEndpoint_updateMib">
<part name=3D"parameters" element=3D"ns2:updateMib"/>
</message>
<message name=3D"MaragatoEndpoint_updateMibResponse">
<part name=3D"result" element=3D"ns2:ReturnWebBaseResponse"/>
</message>
<message name=3D"MaragatoEndpoint_mibTranslateOIDByRotulo">
<part name=3D"parameters" element=3D"ns2:mibTranslateOIDByRotulo"/>
</message>
<message name=3D"MaragatoEndpoint_mibTranslateOIDByRotuloResponse">
<part name=3D"result" element=3D"ns2:mibTranslateOIDByRotuloResponse"/>
</message>
<message name=3D"MaragatoEndpoint_mibTranslateRotuloByOID">
<part name=3D"parameters" element=3D"ns2:mibTranslateRotuloByOID"/>
</message>
<message name=3D"MaragatoEndpoint_mibTranslateRotuloByOIDResponse">
<part name=3D"result" element=3D"ns2:mibTranslateRotuloByOIDResponse"/>
</message>
<message name=3D"MaragatoEndpoint_obterAvore">
<part name=3D"parameters" element=3D"ns2:obterAvore"/>
</message>
<message name=3D"MaragatoEndpoint_obterAvoreResponse">
<part name=3D"result" element=3D"ns2:obterAvoreResponse"/>
</message>
<portType name=3D"MaragatoEndpoint">
<!-- Mib -->
<operation name=3D"obterAvore">
<input message=3D"tns:MaragatoEndpoint_obterAvore"
name=3D"MaragatoEndpoint_obterAvore"/>
<output message=3D"tns:MaragatoEndpoint_obterAvoreResponse"
name=3D"MaragatoEndpoint_obterAvoreResponse"/>
</operation>
<operation name=3D"mibTranslateRotuloByOID">
<input message=3D"tns:MaragatoEndpoint_mibTranslateRotuloByOID"
name=3D"MaragatoEndpoint_mibTranslateRotuloByOID"/>
<output
message=3D"tns:MaragatoEndpoint_mibTranslateRotuloByOIDResponse"
name=3D"MaragatoEndpoint_mibTranslateRotuloByOIDResponse"/>
</operation>
<operation name=3D"mibTranslateOIDByRotulo">
<input message=3D"tns:MaragatoEndpoint_mibTranslateOIDByRotulo"
name=3D"MaragatoEndpoint_mibTranslateOIDByRotulo"/>
<output
message=3D"tns:MaragatoEndpoint_mibTranslateOIDByRotuloResponse"
name=3D"MaragatoEndpoint_mibTranslateOIDByRotuloResponse"/>
</operation>
<operation name=3D"createMib">
<input message=3D"tns:MaragatoEndpoint_createMib"
name=3D"MaragatoEndpoint_createMib"/>
<output message=3D"tns:MaragatoEndpoint_createMibResponse"
name=3D"MaragatoEndpoint_createMibResponse"/>
</operation>
<operation name=3D"findMibByParameters">
<input message=3D"tns:MaragatoEndpoint_findMibByParameters"
name=3D"MaragatoEndpoint_findMibByParameters"/>
<output
message=3D"tns:MaragatoEndpoint_findMibByParametersResponse"
name=3D"MaragatoEndpoint_findMibByParametersResponse"/>
</operation>
<operation name=3D"findMibById">
<input message=3D"tns:MaragatoEndpoint_findMibById"
name=3D"MaragatoEndpoint_findMibById"/>
<output message=3D"tns:MaragatoEndpoint_findMibByIdResponse"
name=3D"MaragatoEndpoint_findMibByIdResponse"/>
</operation>
<operation name=3D"updateMib">
<input message=3D"tns:MaragatoEndpoint_updateMib"
name=3D"MaragatoEndpoint_updateMib"/>
<output message=3D"tns:MaragatoEndpoint_updateMibResponse"
name=3D"MaragatoEndpoint_updateMibResponse"/>
</operation>
<operation name=3D"deleteMib">
<input message=3D"tns:MaragatoEndpoint_deleteMib"
name=3D"MaragatoEndpoint_deleteMib"/>
<output message=3D"tns:MaragatoEndpoint_deleteMibResponse"
name=3D"MaragatoEndpoint_deleteMibResponse"/>
</operation>
<!-- Trap -->
<operation name=3D"createTrap">
<input message=3D"tns:MaragatoEndpoint_createTrap"
name=3D"MaragatoEndpoint_createTrap"/>
<output message=3D"tns:MaragatoEndpoint_createTrapResponse"
name=3D"MaragatoEndpoint_createTrapResponse"/>
</operation>
<operation name=3D"findTrapByParameters">
<input message=3D"tns:MaragatoEndpoint_findTrapByParameters"
name=3D"MaragatoEndpoint_findTrapByParameters"/>
<output
message=3D"tns:MaragatoEndpoint_findTrapByParametersResponse"
name=3D"MaragatoEndpoint_findTrapByParametersResponse"/>
</operation>
<operation name=3D"findTrapById">
<input message=3D"tns:MaragatoEndpoint_findTrapById"
name=3D"MaragatoEndpoint_findTrapById"/>
<output message=3D"tns:MaragatoEndpoint_findTrapByIdResponse"
name=3D"MaragatoEndpoint_findTrapByIdResponse"/>
</operation>
<operation name=3D"updateTrap">
<input message=3D"tns:MaragatoEndpoint_updateTrap"
name=3D"MaragatoEndpoint_updateTrap"/>
<output message=3D"tns:MaragatoEndpoint_updateTrapResponse"
name=3D"MaragatoEndpoint_updateTrapResponse"/>
</operation>
<operation name=3D"deleteTrap">
<input message=3D"tns:MaragatoEndpoint_deleteTrap"
name=3D"MaragatoEndpoint_deleteTrap"/>
<output message=3D"tns:MaragatoEndpoint_deleteTrapResponse"
name=3D"MaragatoEndpoint_deleteTrapResponse"/>
</operation>
<!-- Dispositivo -->
<operation name=3D"createDispositivo">
<input message=3D"tns:MaragatoEndpoint_createDispositivo"
name=3D"MaragatoEndpoint_createDispositivo"/>
<output message=3D"tns:MaragatoEndpoint_createDispositivoResponse"
name=3D"MaragatoEndpoint_createDispositivoResponse"/>
</operation>
<operation name=3D"findDispositivoByParameters">
<input message=3D"tns:MaragatoEndpoint_findDispositivoByParameters"
name=3D"MaragatoEndpoint_findDispositivoByParameters"/>
<output
message=3D"tns:MaragatoEndpoint_findDispositivoByParametersResponse"
name=3D"MaragatoEndpoint_findDispositivoByParametersResponse"/>
</operation>
<operation name=3D"findDispositivoById">
<input message=3D"tns:MaragatoEndpoint_findDispositivoById"
name=3D"MaragatoEndpoint_findDispositivoById"/>
<output
message=3D"tns:MaragatoEndpoint_findDispositivoByIdResponse"
name=3D"MaragatoEndpoint_findDispositivoByIdResponse"/>
</operation>
<operation name=3D"updateDispositivo">
<input message=3D"tns:MaragatoEndpoint_updateDispositivo"
name=3D"MaragatoEndpoint_updateDispositivo"/>
<output message=3D"tns:MaragatoEndpoint_updateDispositivoResponse"
name=3D"MaragatoEndpoint_updateDispositivoResponse"/>
</operation>
<operation name=3D"deleteDispositivo">
<input message=3D"tns:MaragatoEndpoint_deleteDispositivo"
name=3D"MaragatoEndpoint_deleteDispositivo"/>
<output message=3D"tns:MaragatoEndpoint_deleteDispositivoResponse"
name=3D"MaragatoEndpoint_deleteDispositivoResponse"/>
</operation>
<!-- Circuito -->
<operation name=3D"createCircuito">
<input message=3D"tns:MaragatoEndpoint_createCircuito"
name=3D"MaragatoEndpoint_createCircuito"/>
<output message=3D"tns:MaragatoEndpoint_createCircuitoResponse"
name=3D"MaragatoEndpoint_createCircuitoResponse"/>
</operation>
<operation name=3D"findCircuitoByParameters">
<input message=3D"tns:MaragatoEndpoint_findCircuitoByParameters"
name=3D"MaragatoEndpoint_findCircuitoByParameters"/>
<output
message=3D"tns:MaragatoEndpoint_findCircuitoByParametersResponse"
name=3D"MaragatoEndpoint_findCircuitoByParametersResponse"/>
</operation>
<operation name=3D"findCircuitoById">
<input message=3D"tns:MaragatoEndpoint_findCircuitoById"
name=3D"MaragatoEndpoint_findCircuitoById"/>
<output message=3D"tns:MaragatoEndpoint_findCircuitoByIdResponse"
name=3D"MaragatoEndpoint_findCircuitoByIdResponse"/>
</operation>
<operation name=3D"updateCircuito">
<input message=3D"tns:MaragatoEndpoint_updateCircuito"
name=3D"MaragatoEndpoint_updateCircuito"/>
<output message=3D"tns:MaragatoEndpoint_updateCircuitoResponse"
name=3D"MaragatoEndpoint_updateCircuitoResponse"/>
</operation>
<operation name=3D"deleteCircuito">
<input message=3D"tns:MaragatoEndpoint_deleteCircuito"
name=3D"MaragatoEndpoint_deleteCircuito"/>
<output message=3D"tns:MaragatoEndpoint_deleteCircuitoResponse"
name=3D"MaragatoEndpoint_deleteCircuitoResponse"/>
</operation>
<!-- Canal -->
<operation name=3D"createCanal">
<input message=3D"tns:MaragatoEndpoint_createCanal"
name=3D"MaragatoEndpoint_createCanal"/>
<output message=3D"tns:MaragatoEndpoint_createCanalResponse"
name=3D"MaragatoEndpoint_createCanalResponse"/>
</operation>
<operation name=3D"findCanalByParameters">
<input message=3D"tns:MaragatoEndpoint_findCanalByParameters"
name=3D"MaragatoEndpoint_findCanalByParameters"/>
<output
message=3D"tns:MaragatoEndpoint_findCanalByParametersResponse"
name=3D"MaragatoEndpoint_findCanalByParametersResponse"/>
</operation>
<operation name=3D"findCanalById">
<input message=3D"tns:MaragatoEndpoint_findCanalById"
name=3D"MaragatoEndpoint_findCanalById"/>
<output message=3D"tns:MaragatoEndpoint_findCanalByIdResponse"
name=3D"MaragatoEndpoint_findCanalByIdResponse"/>
</operation>
<operation name=3D"updateCanal">
<input message=3D"tns:MaragatoEndpoint_updateCanal"
name=3D"MaragatoEndpoint_updateCanal"/>
<output message=3D"tns:MaragatoEndpoint_updateCanalResponse"
name=3D"MaragatoEndpoint_updateCanalResponse"/>
</operation>
<operation name=3D"deleteCanal">
<input message=3D"tns:MaragatoEndpoint_deleteCanal"
name=3D"MaragatoEndpoint_deleteCanal"/>
<output message=3D"tns:MaragatoEndpoint_deleteCanalResponse"
name=3D"MaragatoEndpoint_deleteCanalResponse"/>
</operation>
<!-- eventos -->
<operation name=3D"createEvento">
<input message=3D"tns:MaragatoEndpoint_createEvento"
name=3D"MaragatoEndpoint_createEvento"/>
<output message=3D"tns:MaragatoEndpoint_createEventoResponse"
name=3D"MaragatoEndpoint_createEventoResponse"/>
</operation>
<operation name=3D"findEventoByParameters">
<input message=3D"tns:MaragatoEndpoint_findEventoByParameters"
name=3D"MaragatoEndpoint_findEventoByParameters"/>
<output
message=3D"tns:MaragatoEndpoint_findEventoByParametersResponse"
name=3D"MaragatoEndpoint_findEventoByParametersResponse"/>
</operation>
<operation name=3D"findEventoById">
<input message=3D"tns:MaragatoEndpoint_findEventoById"
name=3D"MaragatoEndpoint_findEventoById"/>
<output message=3D"tns:MaragatoEndpoint_findEventoByIdResponse"
name=3D"MaragatoEndpoint_findEventoByIdResponse"/>
</operation>
<operation name=3D"updateEvento">
<input message=3D"tns:MaragatoEndpoint_updateEvento"
name=3D"MaragatoEndpoint_updateEvento"/>
<output message=3D"tns:MaragatoEndpoint_updateEventoResponse"
name=3D"MaragatoEndpoint_updateEventoResponse"/>
</operation>
<operation name=3D"deleteEvento">
<input message=3D"tns:MaragatoEndpoint_deleteEvento"
name=3D"MaragatoEndpoint_deleteEvento"/>
<output message=3D"tns:MaragatoEndpoint_deleteEventoResponse"
name=3D"MaragatoEndpoint_deleteEventoResponse"/>
</operation>
<!-- elemento gerenciado -->
<operation name=3D"updateElementoGerenciado">
<input message=3D"tns:MaragatoEndpoint_updateElementoGerenciado"
name=3D"MaragatoEndpoint_updateElementoGerenciado"/>
<output
message=3D"tns:MaragatoEndpoint_updateElementoGerenciadoResponse"
name=3D"MaragatoEndpoint_updateElementoGerenciadoResponse"/>
</operation>
<operation name=3D"deleteElementoGerenciado">
<input message=3D"tns:MaragatoEndpoint_deleteElementoGerenciado"
name=3D"MaragatoEndpoint_deleteElementoGerenciado"/>
<output
message=3D"tns:MaragatoEndpoint_deleteElementoGerenciadoResponse"
name=3D"MaragatoEndpoint_deleteElementoGerenciadoResponse"/>
</operation>
<operation name=3D"createElementoGerenciado">
<input message=3D"tns:MaragatoEndpoint_createElementoGerenciado"
name=3D"MaragatoEndpoint_createElementoGerenciado"/>
<output
message=3D"tns:MaragatoEndpoint_createElementoGerenciadoResponse"
name=3D"MaragatoEndpoint_createElementoGerenciadoResponse"/>
</operation>
<operation name=3D"findElementoGerenciadoByParameters">
<input
message=3D"tns:MaragatoEndpoint_findElementoGerenciadoByParameters"
name=3D"MaragatoEndpoint_findElementoGerenciadoByParameters"/>
<output
message=3D"tns:MaragatoEndpoint_findElementoGerenciadoByParametersResponse"
name=3D"MaragatoEndpoint_findElementoGerenciadoByParametersResponse"/>
</operation>
<operation name=3D"findElementoGerenciadoById">
<input message=3D"tns:MaragatoEndpoint_findElementoGerenciadoById"
name=3D"MaragatoEndpoint_findElementoGerenciadoById"/>
<output
message=3D"tns:MaragatoEndpoint_findElementoGerenciadoByIdResponse"
name=3D"MaragatoEndpoint_findElementoGerenciadoByIdResponse"/>
</operation>
<!-- valor traps -->
<operation name=3D"updateValorTraps">
<input message=3D"tns:MaragatoEndpoint_updateValorTraps"
name=3D"MaragatoEndpoint_updateValorTraps"/>
<output message=3D"tns:MaragatoEndpoint_updateValorTrapsResponse"
name=3D"MaragatoEndpoint_updateValorTrapsResponse"/>
</operation>
<operation name=3D"createValorTraps">
<input message=3D"tns:MaragatoEndpoint_createValorTraps"
name=3D"MaragatoEndpoint_createValorTraps"/>
<output message=3D"tns:MaragatoEndpoint_createValorTrapsResponse"
name=3D"MaragatoEndpoint_createValorTrapsResponse"/>
</operation>
<operation name=3D"deleteValorTraps">
<input message=3D"tns:MaragatoEndpoint_deleteValorTraps"
name=3D"MaragatoEndpoint_deleteValorTraps"/>
<output message=3D"tns:MaragatoEndpoint_deleteValorTrapsResponse"
name=3D"MaragatoEndpoint_deleteValorTrapsResponse"/>
</operation>
<operation name=3D"findValorTrapsById">
<input message=3D"tns:MaragatoEndpoint_findValorTrapsById"
name=3D"MaragatoEndpoint_findValorTrapsById"/>
<output message=3D"tns:MaragatoEndpoint_findValorTrapsByIdResponse"
name=3D"MaragatoEndpoint_findValorTrapsByIdResponse"/>
</operation>
<operation name=3D"findValorTrapsByParameters">
<input message=3D"tns:MaragatoEndpoint_findValorTrapsByParameters"
name=3D"MaragatoEndpoint_findValorTrapsByParameters"/>
<output
message=3D"tns:MaragatoEndpoint_findValorTrapsByParametersResponse"
name=3D"MaragatoEndpoint_findValorTrapsByParametersResponse"/>
</operation>
<!-- grupo traps -->
<operation name=3D"findGrupoTrapsById">
<input message=3D"tns:MaragatoEndpoint_findGrupoTrapsById"
name=3D"MaragatoEndpoint_findGrupoTrapsById"/>
<output message=3D"tns:MaragatoEndpoint_findGrupoTrapsByIdResponse"
name=3D"MaragatoEndpoint_findGrupoTrapsByIdResponse"/>
</operation>
<operation name=3D"findGrupoTrapsByParameters">
<input message=3D"tns:MaragatoEndpoint_findGrupoTrapsByParameters"
name=3D"MaragatoEndpoint_findGrupoTrapsByParameters"/>
<output
message=3D"tns:MaragatoEndpoint_findGrupoTrapsByParametersResponse"
name=3D"MaragatoEndpoint_findGrupoTrapsByParametersResponse"/>
</operation>
<operation name=3D"updateGrupoTraps">
<input message=3D"tns:MaragatoEndpoint_updateGrupoTraps"
name=3D"MaragatoEndpoint_updateGrupoTraps"/>
<output message=3D"tns:MaragatoEndpoint_updateGrupoTrapsResponse"
name=3D"MaragatoEndpoint_updateGrupoTrapsResponse"/>
</operation>
<operation name=3D"createGrupoTraps">
<input message=3D"tns:MaragatoEndpoint_createGrupoTraps"
name=3D"MaragatoEndpoint_createGrupoTraps"/>
<output message=3D"tns:MaragatoEndpoint_createGrupoTrapsResponse"
name=3D"MaragatoEndpoint_createGrupoTrapsResponse"/>
</operation>
<operation name=3D"deleteGrupoTraps">
<input message=3D"tns:MaragatoEndpoint_deleteGrupoTraps"
name=3D"MaragatoEndpoint_deleteGrupoTraps"/>
<output message=3D"tns:MaragatoEndpoint_deleteGrupoTrapsResponse"
name=3D"MaragatoEndpoint_deleteGrupoTrapsResponse"/>
</operation>
<!-- s=C3=B3 pra ingl=C3=AAs ver -->
<operation name=3D"testService">
<input message=3D"tns:MaragatoEndpoint_testService"
name=3D"MaragatoEndpoint_testService"/>
<output message=3D"tns:MaragatoEndpoint_testServiceResponse"
name=3D"MaragatoEndpoint_testServiceResponse"/>
</operation>
<!-- cliente -->
<operation name=3D"findClienteById">
<input message=3D"tns:MaragatoEndpoint_findClienteById"
name=3D"MaragatoEndpoint_findClienteById"/>
<output message=3D"tns:MaragatoEndpoint_findClienteByIdResponse"
name=3D"MaragatoEndpoint_findClienteByIdResponse"/>
</operation>
<operation name=3D"findClienteByParameters">
<input message=3D"tns:MaragatoEndpoint_findClienteByParameters"
name=3D"MaragatoEndpoint_findClienteByParameters"/>
<output
message=3D"tns:MaragatoEndpoint_findClienteByParametersResponse"
name=3D"MaragatoEndpoint_findClienteByParametersResponse"/>
</operation>
<operation name=3D"createCliente">
<input message=3D"tns:MaragatoEndpoint_createCliente"
name=3D"MaragatoEndpoint_createCliente"/>
<output message=3D"tns:MaragatoEndpoint_createClienteResponse"
name=3D"MaragatoEndpoint_createClienteResponse"/>
</operation>
<operation name=3D"deleteCliente">
<input message=3D"tns:MaragatoEndpoint_deleteCliente"
name=3D"MaragatoEndpoint_deleteCliente"/>
<output message=3D"tns:MaragatoEndpoint_deleteClienteResponse"
name=3D"MaragatoEndpoint_deleteClienteResponse"/>
</operation>
<operation name=3D"updateCliente">
<input message=3D"tns:MaragatoEndpoint_updateCliente"
name=3D"MaragatoEndpoint_updateCliente"/>
<output message=3D"tns:MaragatoEndpoint_updateClienteResponse"
name=3D"MaragatoEndpoint_updateClienteResponse"/>
</operation>
</portType>
<binding name=3D"MaragatoEndpointBinding" type=3D"tns:MaragatoEndpoint">
<soap:binding transport=3D"http://schemas.xmlsoap.org/soap/http"
style=3D"document"/>
<operation name=3D"mibTranslateOIDByRotulo">
<soap:operation soapAction=3D"mibTranslateOIDByRotulo"/>
<input name=3D"MaragatoEndpoint_mibTranslateOIDByRotulo">
<soap:body use=3D"literal"/>
</input>
<output name=3D"MaragatoEndpoint_mibTranslateOIDByRotuloResponse">
<soap:body use=3D"literal"/>
</output>
</operation>
<operation name=3D"mibTranslateRotuloByOID">
<soap:operation soapAction=3D"mibTranslateRotuloByOID"/>
<input name=3D"MaragatoEndpoint_mibTranslateRotuloByOID">
<soap:body use=3D"literal"/>
</input>
<output name=3D"MaragatoEndpoint_mibTranslateRotuloByOIDResponse">
<soap:body use=3D"literal"/>
</output>
</operation>
<operation name=3D"obterAvore">
<soap:operation soapAction=3D"obterAvore"/>
<input name=3D"MaragatoEndpoint_obterAvore">
<soap:body use=3D"literal"/>
</input>
<output name=3D"MaragatoEndpoint_obterAvoreResponse">
<soap:body use=3D"literal"/>
</output>
</operation>
<operation name=3D"createMib">
<soap:operation soapAction=3D"createMib"/>
<input name=3D"MaragatoEndpoint_createMib">
<soap:body use=3D"literal"/>
</input>
<output name=3D"MaragatoEndpoint_createMibResponse">
<soap:body use=3D"literal"/>
</output>
</operation>
<operation name=3D"updateMib">
<soap:operation soapAction=3D"updateMib"/>
<input name=3D"MaragatoEndpoint_updateMib">
<soap:body use=3D"literal"/>
</input>
<output name=3D"MaragatoEndpoint_updateMibResponse">
<soap:body use=3D"literal"/>
</output>
</operation>
<operation name=3D"deleteMib">
<soap:operation soapAction=3D"deleteMib"/>
<input name=3D"MaragatoEndpoint_deleteMib">
<soap:body use=3D"literal"/>
</input>
<output name=3D"MaragatoEndpoint_deleteMibResponse">
<soap:body use=3D"literal"/>
</output>
</operation>
<operation name=3D"findMibByParameters">
<soap:operation soapAction=3D"findMibByParameters"/>
<input name=3D"MaragatoEndpoint_findMibByParameters">
<soap:body use=3D"literal"/>
</input>
<output name=3D"MaragatoEndpoint_findMibByParametersResponse">
<soap:body use=3D"literal"/>
</output>
</operation>
<operation name=3D"findMibById">
<soap:operation soapAction=3D"findMibById"/>
<input name=3D"MaragatoEndpoint_findMibById">
<soap:body use=3D"literal"/>
</input>
<output name=3D"MaragatoEndpoint_findMibByIdResponse">
<soap:body use=3D"literal"/>
</output>
</operation>
<operation name=3D"createTrap">
<soap:operation soapAction=3D"createTrap"/>
<input name=3D"MaragatoEndpoint_createTrap">
<soap:body use=3D"literal"/>
</input>
<output name=3D"MaragatoEndpoint_createTrapResponse">
<soap:body use=3D"literal"/>
</output>
</operation>
<operation name=3D"updateTrap">
<soap:operation soapAction=3D"updateTrap"/>
<input name=3D"MaragatoEndpoint_updateTrap">
<soap:body use=3D"literal"/>
</input>
<output name=3D"MaragatoEndpoint_updateTrapResponse">
<soap:body use=3D"literal"/>
</output>
</operation>
<operation name=3D"deleteTrap">
<soap:operation soapAction=3D"deleteTrap"/>
<input name=3D"MaragatoEndpoint_deleteTrap">
<soap:body use=3D"literal"/>
</input>
<output name=3D"MaragatoEndpoint_deleteTrapResponse">
<soap:body use=3D"literal"/>
</output>
</operation>
<operation name=3D"findTrapByParameters">
<soap:operation soapAction=3D"findTrapByParameters"/>
<input name=3D"MaragatoEndpoint_findTrapByParameters">
<soap:body use=3D"literal"/>
</input>
<output name=3D"MaragatoEndpoint_findTrapByParametersResponse">
<soap:body use=3D"literal"/>
</output>
</operation>
<operation name=3D"findTrapById">
<soap:operation soapAction=3D"findTrapById"/>
<input name=3D"MaragatoEndpoint_findTrapById">
<soap:body use=3D"literal"/>
</input>
<output name=3D"MaragatoEndpoint_findTrapByIdResponse">
<soap:body use=3D"literal"/>
</output>
</operation>
<operation name=3D"createDispositivo">
<soap:operation soapAction=3D"createDispositivo"/>
<input name=3D"MaragatoEndpoint_createDispositivo">
<soap:body use=3D"literal"/>
</input>
<output name=3D"MaragatoEndpoint_createDispositivoResponse">
<soap:body use=3D"literal"/>
</output>
</operation>
<operation name=3D"updateDispositivo">
<soap:operation soapAction=3D"updateDispositivo"/>
<input name=3D"MaragatoEndpoint_updateDispositivo">
<soap:body use=3D"literal"/>
</input>
<output name=3D"MaragatoEndpoint_updateDispositivoResponse">
<soap:body use=3D"literal"/>
</output>
</operation>
<operation name=3D"deleteDispositivo">
<soap:operation soapAction=3D"deleteDispositivo"/>
<input name=3D"MaragatoEndpoint_deleteDispositivo">
<soap:body use=3D"literal"/>
</input>
<output name=3D"MaragatoEndpoint_deleteDispositivoResponse">
<soap:body use=3D"literal"/>
</output>
</operation>
<operation name=3D"findDispositivoByParameters">
<soap:operation soapAction=3D"findDispositivoByParameters"/>
<input name=3D"MaragatoEndpoint_findDispositivoByParameters">
<soap:body use=3D"literal"/>
</input>
<output
name=3D"MaragatoEndpoint_findDispositivoByParametersResponse">
<soap:body use=3D"literal"/>
</output>
</operation>
<operation name=3D"findDispositivoById">
<soap:operation soapAction=3D"findDispositivoById"/>
<input name=3D"MaragatoEndpoint_findDispositivoById">
<soap:body use=3D"literal"/>
</input>
<output name=3D"MaragatoEndpoint_findDispositivoByIdResponse">
<soap:body use=3D"literal"/>
</output>
</operation>
<operation name=3D"createCircuito">
<soap:operation soapAction=3D"createCircuito"/>
<input name=3D"MaragatoEndpoint_createCircuito">
<soap:body use=3D"literal"/>
</input>
<output name=3D"MaragatoEndpoint_createCircuitoResponse">
<soap:body use=3D"literal"/>
</output>
</operation>
<operation name=3D"updateCircuito">
<soap:operation soapAction=3D"updateCircuito"/>
<input name=3D"MaragatoEndpoint_updateCircuito">
<soap:body use=3D"literal"/>
</input>
<output name=3D"MaragatoEndpoint_updateCircuitoResponse">
<soap:body use=3D"literal"/>
</output>
</operation>
<operation name=3D"deleteCircuito">
<soap:operation soapAction=3D"deleteCircuito"/>
<input name=3D"MaragatoEndpoint_deleteCircuito">
<soap:body use=3D"literal"/>
</input>
<output name=3D"MaragatoEndpoint_deleteCircuitoResponse">
<soap:body use=3D"literal"/>
</output>
</operation>
<operation name=3D"findCircuitoByParameters">
<soap:operation soapAction=3D"findCircuitoByParameters"/>
<input name=3D"MaragatoEndpoint_findCircuitoByParameters">
<soap:body use=3D"literal"/>
</input>
<output name=3D"MaragatoEndpoint_findCircuitoByParametersResponse">
<soap:body use=3D"literal"/>
</output>
</operation>
<operation name=3D"findCircuitoById">
<soap:operation soapAction=3D"findCircuitoById"/>
<input name=3D"MaragatoEndpoint_findCircuitoById">
<soap:body use=3D"literal"/>
</input>
<output name=3D"MaragatoEndpoint_findCircuitoByIdResponse">
<soap:body use=3D"literal"/>
</output>
</operation>
<operation name=3D"createCanal">
<soap:operation soapAction=3D"createCanal"/>
<input name=3D"MaragatoEndpoint_createCanal">
<soap:body use=3D"literal"/>
</input>
<output name=3D"MaragatoEndpoint_createCanalResponse">
<soap:body use=3D"literal"/>
</output>
</operation>
<operation name=3D"updateCanal">
<soap:operation soapAction=3D"updateCanal"/>
<input name=3D"MaragatoEndpoint_updateCanal">
<soap:body use=3D"literal"/>
</input>
<output name=3D"MaragatoEndpoint_updateCanalResponse">
<soap:body use=3D"literal"/>
</output>
</operation>
<operation name=3D"deleteCanal">
<soap:operation soapAction=3D"deleteCanal"/>
<input name=3D"MaragatoEndpoint_deleteCanal">
<soap:body use=3D"literal"/>
</input>
<output name=3D"MaragatoEndpoint_deleteCanalResponse">
<soap:body use=3D"literal"/>
</output>
</operation>
<operation name=3D"findCanalByParameters">
<soap:operation soapAction=3D"findCanalByParameters"/>
<input name=3D"MaragatoEndpoint_findCanalByParameters">
<soap:body use=3D"literal"/>
</input>
<output name=3D"MaragatoEndpoint_findCanalByParametersResponse">
<soap:body use=3D"literal"/>
</output>
</operation>
<operation name=3D"findCanalById">
<soap:operation soapAction=3D"findCanalById"/>
<input name=3D"MaragatoEndpoint_findCanalById">
<soap:body use=3D"literal"/>
</input>
<output name=3D"MaragatoEndpoint_findCanalByIdResponse">
<soap:body use=3D"literal"/>
</output>
</operation>
<operation name=3D"createEvento">
<soap:operation soapAction=3D"createEvento"/>
<input name=3D"MaragatoEndpoint_createEvento">
<soap:body use=3D"literal"/>
</input>
<output name=3D"MaragatoEndpoint_createEventoResponse">
<soap:body use=3D"literal"/>
</output>
</operation>
<operation name=3D"updateEvento">
<soap:operation soapAction=3D"updateEvento"/>
<input name=3D"MaragatoEndpoint_updateEvento">
<soap:body use=3D"literal"/>
</input>
<output name=3D"MaragatoEndpoint_updateEventoResponse">
<soap:body use=3D"literal"/>
</output>
</operation>
<operation name=3D"deleteEvento">
<soap:operation soapAction=3D"deleteEvento"/>
<input name=3D"MaragatoEndpoint_deleteEvento">
<soap:body use=3D"literal"/>
</input>
<output name=3D"MaragatoEndpoint_deleteEventoResponse">
<soap:body use=3D"literal"/>
</output>
</operation>
<operation name=3D"findEventoByParameters">
<soap:operation soapAction=3D"findEventoByParameters"/>
<input name=3D"MaragatoEndpoint_findEventoByParameters">
<soap:body use=3D"literal"/>
</input>
<output name=3D"MaragatoEndpoint_findEventoByParametersResponse">
<soap:body use=3D"literal"/>
</output>
</operation>
<operation name=3D"findEventoById">
<soap:operation soapAction=3D"findEventoById"/>
<input name=3D"MaragatoEndpoint_findEventoById">
<soap:body use=3D"literal"/>
</input>
<output name=3D"MaragatoEndpoint_findEventoByIdResponse">
<soap:body use=3D"literal"/>
</output>
</operation>
<operation name=3D"updateElementoGerenciado">
<soap:operation soapAction=3D"updateElementoGerenciado"/>
<input name=3D"MaragatoEndpoint_updateElementoGerenciado">
<soap:body use=3D"literal"/>
</input>
<output name=3D"MaragatoEndpoint_updateElementoGerenciadoResponse">
<soap:body use=3D"literal"/>
</output>
</operation>
<operation name=3D"deleteElementoGerenciado">
<soap:operation soapAction=3D"deleteElementoGerenciado"/>
<input name=3D"MaragatoEndpoint_deleteElementoGerenciado">
<soap:body use=3D"literal"/>
</input>
<output name=3D"MaragatoEndpoint_deleteElementoGerenciadoResponse">
<soap:body use=3D"literal"/>
</output>
</operation>
<operation name=3D"createElementoGerenciado">
<soap:operation soapAction=3D"createElementoGerenciado"/>
<input name=3D"MaragatoEndpoint_createElementoGerenciado">
<soap:body use=3D"literal"/>
</input>
<output name=3D"MaragatoEndpoint_createElementoGerenciadoResponse">
<soap:body use=3D"literal"/>
</output>
</operation>
<operation name=3D"findElementoGerenciadoByParameters">
<soap:operation soapAction=3D"findElementoGerenciadoByParameters"/>
<input
name=3D"MaragatoEndpoint_findElementoGerenciadoByParameters">
<soap:body use=3D"literal"/>
</input>
<output
name=3D"MaragatoEndpoint_findElementoGerenciadoByParametersResponse">
<soap:body use=3D"literal"/>
</output>
</operation>
<operation name=3D"findElementoGerenciadoById">
<soap:operation soapAction=3D"findElementoGerenciadoById"/>
<input name=3D"MaragatoEndpoint_findElementoGerenciadoById">
<soap:body use=3D"literal"/>
</input>
<output
name=3D"MaragatoEndpoint_findElementoGerenciadoByIdResponse">
<soap:body use=3D"literal"/>
</output>
</operation>
<operation name=3D"findClienteById">
<soap:operation soapAction=3D"findClienteById"/>
<input name=3D"MaragatoEndpoint_findClienteById">
<soap:body use=3D"literal"/>
</input>
<output name=3D"MaragatoEndpoint_findClienteByIdResponse">
<soap:body use=3D"literal"/>
</output>
</operation>
<operation name=3D"findClienteByParameters">
<soap:operation soapAction=3D"findClienteByParameters"/>
<input name=3D"MaragatoEndpoint_findClienteByParameters">
<soap:body use=3D"literal"/>
</input>
<output name=3D"MaragatoEndpoint_findClienteByParametersResponse">
<soap:body use=3D"literal"/>
</output>
</operation>
<operation name=3D"createCliente">
<soap:operation soapAction=3D"createCliente"/>
<input name=3D"MaragatoEndpoint_createCliente">
<soap:body use=3D"literal"/>
</input>
<output name=3D"MaragatoEndpoint_createClienteResponse">
<soap:body use=3D"literal"/>
</output>
</operation>
<operation name=3D"deleteCliente">
<soap:operation soapAction=3D"deleteCliente"/>
<input name=3D"MaragatoEndpoint_deleteCliente">
<soap:body use=3D"literal"/>
</input>
<output name=3D"MaragatoEndpoint_deleteClienteResponse">
<soap:body use=3D"literal"/>
</output>
</operation>
<operation name=3D"updateCliente">
<soap:operation soapAction=3D"updateCliente"/>
<input name=3D"MaragatoEndpoint_updateCliente">
<soap:body use=3D"literal"/>
</input>
<output name=3D"MaragatoEndpoint_updateClienteResponse">
<soap:body use=3D"literal"/>
</output>
</operation>
<operation name=3D"findGrupoTrapsById">
<soap:operation soapAction=3D"findGrupoTrapsById"/>
<input name=3D"MaragatoEndpoint_findGrupoTrapsById">
<soap:body use=3D"literal"/>
</input>
<output name=3D"MaragatoEndpoint_findGrupoTrapsByIdResponse">
<soap:body use=3D"literal"/>
</output>
</operation>
<operation name=3D"findGrupoTrapsByParameters">
<soap:operation soapAction=3D"findGrupoTrapsByParameters"/>
<input name=3D"MaragatoEndpoint_findGrupoTrapsByParameters">
<soap:body use=3D"literal"/>
</input>
<output
name=3D"MaragatoEndpoint_findGrupoTrapsByParametersResponse">
<soap:body use=3D"literal"/>
</output>
</operation>
<operation name=3D"createGrupoTraps">
<soap:operation soapAction=3D"createGrupoTraps"/>
<input name=3D"MaragatoEndpoint_createGrupoTraps">
<soap:body use=3D"literal"/>
</input>
<output name=3D"MaragatoEndpoint_createGrupoTrapsResponse">
<soap:body use=3D"literal"/>
</output>
</operation>
<operation name=3D"updateGrupoTraps">
<soap:operation soapAction=3D"updateGrupoTraps"/>
<input name=3D"MaragatoEndpoint_updateGrupoTraps">
<soap:body use=3D"literal"/>
</input>
<output name=3D"MaragatoEndpoint_updateGrupoTrapsResponse">
<soap:body use=3D"literal"/>
</output>
</operation>
<operation name=3D"deleteGrupoTraps">
<soap:operation soapAction=3D"deleteGrupoTraps"/>
<input name=3D"MaragatoEndpoint_deleteGrupoTraps">
<soap:body use=3D"literal"/>
</input>
<output name=3D"MaragatoEndpoint_deleteGrupoTrapsResponse">
<soap:body use=3D"literal"/>
</output>
</operation>
<operation name=3D"findValorTrapsById">
<soap:operation soapAction=3D"findValorTrapsById"/>
<input name=3D"MaragatoEndpoint_findValorTrapsById">
<soap:body use=3D"literal"/>
</input>
<output name=3D"MaragatoEndpoint_findValorTrapsByIdResponse">
<soap:body use=3D"literal"/>
</output>
</operation>
<operation name=3D"findValorTrapsByParameters">
<soap:operation soapAction=3D"findValorTrapsByParameters"/>
<input name=3D"MaragatoEndpoint_findValorTrapsByParameters">
<soap:body use=3D"literal"/>
</input>
<output
name=3D"MaragatoEndpoint_findValorTrapsByParametersResponse">
<soap:body use=3D"literal"/>
</output>
</operation>
<operation name=3D"createValorTraps">
<soap:operation soapAction=3D"createValorTraps"/>
<input name=3D"MaragatoEndpoint_createValorTraps">
<soap:body use=3D"literal"/>
</input>
<output name=3D"MaragatoEndpoint_createValorTrapsResponse">
<soap:body use=3D"literal"/>
</output>
</operation>
<operation name=3D"updateValorTraps">
<soap:operation soapAction=3D"updateValorTraps"/>
<input name=3D"MaragatoEndpoint_updateValorTraps">
<soap:body use=3D"literal"/>
</input>
<output name=3D"MaragatoEndpoint_updateValorTrapsResponse">
<soap:body use=3D"literal"/>
</output>
</operation>
<operation name=3D"deleteValorTraps">
<soap:operation soapAction=3D"deleteValorTraps"/>
<input name=3D"MaragatoEndpoint_deleteValorTraps">
<soap:body use=3D"literal"/>
</input>
<output name=3D"MaragatoEndpoint_deleteValorTrapsResponse">
<soap:body use=3D"literal"/>
</output>
</operation>
<operation name=3D"testService">
<soap:operation soapAction=3D"testService"/>
<input name=3D"MaragatoEndpoint_testService">
<soap:body use=3D"literal"/>
</input>
<output name=3D"MaragatoEndpoint_testServiceResponse">
<soap:body use=3D"literal"/>
</output>
</operation>
</binding>
<service name=3D"MaragatoService">
<port name=3D"MaragatoEndpointPort"
binding=3D"tns:MaragatoEndpointBinding">
<soap:address
location=3D"http://localhost/maragato/services/MaragatoEndpoint"/></port></=
service></definitions>
|
 | 

|  |
These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.
|  |
| |
 |
 |
 |