Web Service: UserServiceService
Target Namespace:
http://api.lmssambatech.com.br/app_dev.php/api/soap/user/
Port UserServicePort Port typeSource code
Location PROD:
http://api.lmssambatech.com.br/app_dev.php/api/soap/user/
Location HML:
http://apihml.lmssambatech.com.br/app_dev.php/api/soap/user/
Protocol:
SOAP
Default style:
rpc
Transport protocol:
SOAP over HTTP
Operations:
- CriarDetailSource code
- DesativarDetailSource code
- EditarDetailSource code
- ListarDetailSource code
- GetTokenDetailSource code
Operations
-
Criar
Description:Criar usuarioOperation type:Request-response. The endpoint receives a message, and sends a correlated message.SOAP action:http://api.lmssambatech.com.br/app_dev.php/api/soap/user/#CriarInput:CriarIn (soap:body, use = encoded)Source codetoken type stringparameters type anyTypeparameters.situacaoAfastamento type Stringparameters.job_role type Stringparameters.sector type Stringparameters.email type Stringparameters.enabled type Booleanparameters.first_name type Stringparameters.last_name type Stringparameters.celphone type Stringparameters.phone type Stringparameters.numEmp type Intparameters.tipCol type Intparameters.numCad type Intparameters.numCadSuperior type Intparameters.codPes type Intparameters.photo type Stringparameters.grupo type Stringparameters.cpf type Stringparameters.gestao type Stringparameters.login type String<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://unimed.com.br">
<soapenv:Header/>
<soapenv:Body>
<user:Criar>
<token>String</token>
<parameters>
<situacaoAfastamento>String<situacaoAfastamento>
<job_role>String</job_role>
<sector>Int</sector>
<email>String</email>
<enabled>Boolean</enabled>
<first_name>String</first_name>
<last_name>String</last_name>
<celphone>String</celphone>
<phone>String</phone>
<numEmp>Int</numEmp>
<tipCol>Int</tipCol>
<numCad>Int</numCad>
<numCadSuperior>Int</numCadSuperior>
<codPes>Int</codPes>
<photo>String</photo>
<grupo>String</grupo>
<cpf>String</cpf>
<gestao>String</gestao>
<login>String</login>
</parameters>
</user:Criar>
</soapenv:Body>
</soapenv:Envelope>
Output:CriarOut (soap:body, use = encoded)Source codereturn type ArraycodRet type IntnumCad type StringmenRet type String<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://unimed.com.br">
<soapenv:Body>
<ns1:RemoverResponse>
<return>
<codRet>Int</codRet>
<numCad>String</numCad>
<menRet>String</menRet>
</return>
</ns1:RemoverResponse>
</soapenv:Body>
</soapenv:Envelope>
-
Desativar
Description:Desativar usuarioOperation type:Request-response. The endpoint receives a message, and sends a correlated message.SOAP action:http://api.lmssambatech.com.br/app_dev.php/api/soap/user/#DesativarInput:DesativarIn (soap:body, use = encoded)Source codetoken type stringid type IntnumCad type stringlogin type stringgrupo type string<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://unimed.com.br">
<soapenv:Header/>
<soapenv:Body>
<ins:Desativar>
<token>String</token>
<id>Int</id>
<numCad>String</numCad>
<login>String</login>
<grupo>String</grupo>
</ins:Desativar>
</soapenv:Body>
</soapenv:Envelope>
Output:DesativarOut (soap:body, use = encoded)Source codereturn type ArraycodRet type IntmenRet type String<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://unimed.com.br">
<soapenv:Body>
<ns1:DesativarResponse>
<return>
<codRet>Int</codRet>
<menRet>String</menRet>
</return>
</ns1:DesativarResponse>
</soapenv:Body>
</soapenv:Envelope>
-
Editar
Description:Atualizar usuarioOperation type:Request-response. The endpoint receives a message, and sends a correlated message.SOAP action:http://api.lmssambatech.com.br/app_dev.php/api/soap/user/#EditarInput:EditarIn (soap:body, use = encoded)Source codetoken type stringparameters type Arrayparameters.id type Intparameters.situacaoAfastamento type Stringparameters.job_role type Stringparameters.sector type Stringparameters.email type Stringparameters.enabled type Booleanparameters.first_name type Stringparameters.last_name type Stringparameters.celphone type Stringparameters.phone type Stringparameters.numEmp type Intparameters.tipCol type Intparameters.numCad type Intparameters.numCadSuperior type Intparameters.codPes type Intparameters.photo type Stringparameters.grupo type Stringparameters.cpf type Stringparameters.gestao type Stringparameters.login type String<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://unimed.com.br">
<soapenv:Header/>
<soapenv:Body>
<user:Editar>
<token>String</token>
<parameters>
<id>String</id>
<situacaoAfastamento>String</situacaoAfastamento>
<job_role>String</job_role>
<sector>Int</sector>
<email>String</email>
<enabled>Boolean</enabled>
<first_name>String</first_name>
<last_name>String</last_name>
<celphone>String</celphone>
<phone>String</phone>
<numEmp>Int</numEmp>
<tipCol>Int</tipCol>
<numCad>Int</numCad>
<numCadSuperior>Int</numCadSuperior>
<codPes>Int</codPes>
<photo>String</photo>
<grupo>String</grupo>
<cpf>String</cpf>
<gestao>String</gestao>
<login>String</login>
</parameters>
</user:Editar>
</soapenv:Body>
</soapenv:Envelope>
Output:EditarOut (soap:body, use = encoded)Source codereturn type ArraycodRet type IntnumCad type StringmenRet type String<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://unimed.com.br">
<soapenv:Body>
<ns1:EditarResponse>
<return>
<codRet>Int</codRet>
<numCad>String</numCad>
<menRet>String</menRet>
</return>
</ns1:EditarResponse>
</soapenv:Body>
</soapenv:Envelope>
-
Listar
Description:Listar usuariosOperation type:Request-response. The endpoint receives a message, and sends a correlated message.SOAP action:http://api.lmssambatech.com.br/app_dev.php/api/soap/user/#ListarInput:ListarIn (soap:body, use = encoded)Source codetoken type stringnumCad type stringlogin type stringgrupo type string<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://unimed.com.br">
<soapenv:Header/>
<soapenv:Body>
<ins:Listar>
<token>String</token>
<numCad>String</numCad>
<login>String</login>
<grupo>String</grupo>
</ins:Listar>
</soapenv:Body>
</soapenv:Envelope>
Output:ListarOut (soap:body, use = encoded)Source codereturn type ArraycodRet type InterroExecucao type Stringusuarios type Arrayitem.id type Intitem.user_status type Stringitem.job_role type Stringitem.sector type Stringitem.email type Stringitem.enabled type Booleanitem.first_name type Stringitem.last_name type Stringitem.celphone type Stringitem.phone type Stringitem.numEmp type Intitem.tipCol type Intitem.numCad type Intitem.numCadSuperior type Intitem.codPes type Int<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://unimed.com.br">
<soapenv:Header/>
<soapenv:Body>
<ns1:ListarResponse>
<return>
<codRet>Int</codRet>
<erroExecucao>String</erroExecucao>
<usuarios>
<item>
<id>Int</id>
<user_status>String</user_status>
<job_role>String</job_role>
<sector>Int</sector>
<email>String</email>
<enabled>Boolean</enabled>
<first_name>String</first_name>
<last_name>String</last_name>
<celphone>String</celphone>
<phone>String</phone>
<numEmp>Int</numEmp>
<tipCol>Int</tipCol>
<numCad>Int</numCad>
<numCadSuperior>Int</numCadSuperior>
<codPes>Int</codPes>
<item>
</usuarios>
</return>
</ns1:ListarResponse>
</soapenv:Body>
</soapenv:Envelope>
-
GetToken
Description:Obtem o token para autenticaçãoOperation type:Request-response. The endpoint receives a message, and sends a correlated message.SOAP action:http://api.lmssambatech.com.br/app_dev.php/api/soap/user/#GetTokenInput:GetTokenIn (soap:body, use = encoded)Source codeuser type stringpassword type string<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://unimed.com.br">
<soapenv:Header/>
<soapenv:Body>
<ins:GetToken>
<user>String</user>
<password>String</password>
</ins:GetToken>
</soapenv:Body>
</soapenv:Envelope>
Output:GetTokenOut (soap:body, use = encoded)Source codereturn type Arraytoken type String<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://unimed.com.br">
<soapenv:Header/>
<soapenv:Body>
<ns1:GetTokenResponse>
<return>
<token>Int</token>
</return>
</ns1:GetTokenResponse>
</soapenv:Body>
</soapenv:Envelope>
Port type UserServicePortSource code
WSDL source code
<?xml version="1.0"?>
<definitions name="UserService" targetNamespace="http://api.lmssambatech.com.br/app_dev.php/api/soap/user/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="http://schemas.xmlsoap.org/wsdl/"
xmlns:tns="http://api.lmssambatech.com.br/app_dev.php/api/soap/user/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:soap-enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
>
<types>
</types>
<portType name="UserServicePort">
<operation name="Listar">
<documentation>Listar usuarios</documentation>
</operation>
<operation name="Criar">
<documentation>Criar usuario</documentation>
</operation>
<operation name="Desativar">
<documentation>Desativar usuario</documentation>
</operation>
<operation name="Editar">
<documentation>Atualizar usuario</documentation>
</operation>
<operation name="GetToken">
</portType>
<documentation>Obter Token Autenticação</documentation>
</operation>
<binding name="UserServiceBinding" type="tns:UserServicePort">
<operation name="Listar">
<input>
</input>
</operation>
<operation name="Criar">
<input>
</input>
</operation>
<operation name="Desativar">
<input>
</input>
</operation>
<operation name="Editar">
<input>
</input>
</operation>
<operation name="GetToken">
</binding>
<input>
</input>
</operation>
<service name="UserServiceService">
</service>
<message name="ListarIn">
</message>
<message name="CriarIn">
</message>
<message name="DesativarIn">
</message>
<message name="EditarIn">
</message>
<message name="GetTokenIn">
</message>
</definitions>
About wsdl-viewer.xsl
This document was generated by SAXON 9.1.0.8 from Saxonica XSLT engine.
The engine processed the WSDL in XSLT 2.0 compliant mode.
This page has been generated by wsdl-viewer.xsl, version
3.1.02
Author: tomi vanek
Download at http://tomi.vanek.sk/xml/wsdl-viewer.xsl.
The transformation was inspired by the article
Uche Ogbuji: WSDL processing with XSLT
Author: tomi vanek
Download at http://tomi.vanek.sk/xml/wsdl-viewer.xsl.
The transformation was inspired by the article
Uche Ogbuji: WSDL processing with XSLT