[ADD] SE AGREGO JBOSS WEB PARA WILDFLY

parent b0df1303
<?xml version="1.0" encoding="UTF-8"?>
<module version="4">
<component name="FacetManager">
<facet type="web" name="Web2">
<configuration>
<descriptors>
<deploymentDescriptor name="web.xml" url="file://$MODULE_DIR$/src/main/webapp/web/WEB-INF/web.xml" />
</descriptors>
<webroots>
<root url="file://$MODULE_DIR$/src/main/webapp/web" relative="/" />
</webroots>
</configuration>
</facet>
</component>
</module>
\ No newline at end of file
Manifest-Version: 1.0
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 1997, 2018 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
http://www.eclipse.org/legal/epl-2.0.
This Source Code may also be made available under the following Secondary
Licenses when the conditions for such availability set forth in the
Eclipse Public License v. 2.0 are satisfied: GNU General Public License,
version 2 with the GNU Classpath Exception, which is available at
https://www.gnu.org/software/classpath/license.html.
SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
-->
<!DOCTYPE glassfish-web-app PUBLIC "-//GlassFish.org//DTD GlassFish Application Server 3.1 Servlet 3.0//EN" "http://glassfish.org/dtds/glassfish-web-app_3_0-1.dtd">
<glassfish-web-app error-url="">
<class-loader delegate="true"/>
<jsp-config>
<property name="keepgenerated" value="true">
<description>Keep a copy of the generated servlet class' java code.</description>
</property>
</jsp-config>
</glassfish-web-app>
<?xml version='1.0' encoding='UTF-8'?><!-- Published by JAX-WS RI (http://jax-ws.java.net). RI's version is Metro/2.3.2-b608 (trunk-7979; 2015-01-21T12:50:19+0000) JAXWS-RI/2.2.11-b150120.1832 JAXWS-API/2.2.12 JAXB-RI/2.2.12-b141219.1637 JAXB-API/2.2.13-b141020.1521 svn-revision#unknown. --><!-- Generated by JAX-WS RI (http://jax-ws.java.net). RI's version is Metro/2.3.2-b608 (trunk-7979; 2015-01-21T12:50:19+0000) JAXWS-RI/2.2.11-b150120.1832 JAXWS-API/2.2.12 JAXB-RI/2.2.12-b141219.1637 JAXB-API/2.2.13-b141020.1521 svn-revision#unknown. --><definitions xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsp="http://www.w3.org/ns/ws-policy" xmlns:wsp1_2="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://service.planillaws.siso.pe/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://service.planillaws.siso.pe/" name="PersonalService">
<types>
<xsd:schema>
<xsd:import namespace="http://service.planillaws.siso.pe/" schemaLocation="http://app9.sacooliveros.edu.pe:8080/PlanillaWS/PersonalService?xsd=1"/>
</xsd:schema>
</types>
<message name="listarPersonalPorTipoDocNumDoc">
<part name="parameters" element="tns:listarPersonalPorTipoDocNumDoc"/>
</message>
<message name="listarPersonalPorTipoDocNumDocResponse">
<part name="parameters" element="tns:listarPersonalPorTipoDocNumDocResponse"/>
</message>
<message name="listarPersonalPorCodigo">
<part name="parameters" element="tns:listarPersonalPorCodigo"/>
</message>
<message name="listarPersonalPorCodigoResponse">
<part name="parameters" element="tns:listarPersonalPorCodigoResponse"/>
</message>
<portType name="PersonalService">
<operation name="listarPersonalPorTipoDocNumDoc">
<input wsam:Action="http://service.planillaws.siso.pe/PersonalService/listarPersonalPorTipoDocNumDocRequest" message="tns:listarPersonalPorTipoDocNumDoc"/>
<output wsam:Action="http://service.planillaws.siso.pe/PersonalService/listarPersonalPorTipoDocNumDocResponse" message="tns:listarPersonalPorTipoDocNumDocResponse"/>
</operation>
<operation name="listarPersonalPorCodigo">
<input wsam:Action="http://service.planillaws.siso.pe/PersonalService/listarPersonalPorCodigoRequest" message="tns:listarPersonalPorCodigo"/>
<output wsam:Action="http://service.planillaws.siso.pe/PersonalService/listarPersonalPorCodigoResponse" message="tns:listarPersonalPorCodigoResponse"/>
</operation>
</portType>
<binding name="PersonalServicePortBinding" type="tns:PersonalService">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
<operation name="listarPersonalPorTipoDocNumDoc">
<soap:operation soapAction=""/>
<input>
<soap:body use="literal"/>
</input>
<output>
<soap:body use="literal"/>
</output>
</operation>
<operation name="listarPersonalPorCodigo">
<soap:operation soapAction=""/>
<input>
<soap:body use="literal"/>
</input>
<output>
<soap:body use="literal"/>
</output>
</operation>
</binding>
<service name="PersonalService">
<port name="PersonalServicePort" binding="tns:PersonalServicePortBinding">
<soap:address location="http://app9.sacooliveros.edu.pe:8080/PlanillaWS/PersonalService"/>
</port>
</service>
</definitions>
\ No newline at end of file
<?xml version='1.0' encoding='UTF-8'?><!-- Published by JAX-WS RI (http://jax-ws.java.net). RI's version is Metro/2.3.2-b608 (trunk-7979; 2015-01-21T12:50:19+0000) JAXWS-RI/2.2.11-b150120.1832 JAXWS-API/2.2.12 JAXB-RI/2.2.12-b141219.1637 JAXB-API/2.2.13-b141020.1521 svn-revision#unknown. --><xs:schema xmlns:tns="http://service.planillaws.siso.pe/" xmlns:xs="http://www.w3.org/2001/XMLSchema" version="1.0" targetNamespace="http://service.planillaws.siso.pe/">
<xs:element name="listarPersonalPorCodigo" type="tns:listarPersonalPorCodigo"/>
<xs:element name="listarPersonalPorCodigoResponse" type="tns:listarPersonalPorCodigoResponse"/>
<xs:element name="listarPersonalPorTipoDocNumDoc" type="tns:listarPersonalPorTipoDocNumDoc"/>
<xs:element name="listarPersonalPorTipoDocNumDocResponse" type="tns:listarPersonalPorTipoDocNumDocResponse"/>
<xs:complexType name="listarPersonalPorCodigo">
<xs:sequence>
<xs:element name="tipoDocumento" type="xs:string" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="listarPersonalPorCodigoResponse">
<xs:sequence>
<xs:element name="return" type="tns:personal" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="personal">
<xs:sequence>
<xs:element name="ape_mat_per" type="xs:string" minOccurs="0"/>
<xs:element name="ape_pat_per" type="xs:string" minOccurs="0"/>
<xs:element name="cod_area" type="xs:string" minOccurs="0"/>
<xs:element name="cod_cargo" type="xs:string" minOccurs="0"/>
<xs:element name="cod_sede" type="xs:string" minOccurs="0"/>
<xs:element name="cod_trabajador" type="xs:string" minOccurs="0"/>
<xs:element name="dni" type="xs:string" minOccurs="0"/>
<xs:element name="estado" type="xs:string" minOccurs="0"/>
<xs:element name="nom_are" type="xs:string" minOccurs="0"/>
<xs:element name="nom_car" type="xs:string" minOccurs="0"/>
<xs:element name="nom_per" type="xs:string" minOccurs="0"/>
<xs:element name="nom_sed" type="xs:string" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="listarPersonalPorTipoDocNumDoc">
<xs:sequence>
<xs:element name="tipoDocumento" type="xs:string" minOccurs="0"/>
<xs:element name="numeroDocumento" type="xs:string" minOccurs="0"/>
<xs:element name="estado" type="xs:string" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="listarPersonalPorTipoDocNumDocResponse">
<xs:sequence>
<xs:element name="return" type="tns:personal" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:schema>
\ No newline at end of file
<?xml version='1.0' encoding='UTF-8'?><!-- Published by JAX-WS RI (http://jax-ws.java.net). RI's version is Metro/2.3.2-b608 (trunk-7979; 2015-01-21T12:50:19+0000) JAXWS-RI/2.2.11-b150120.1832 JAXWS-API/2.2.12 JAXB-RI/2.2.12-b141219.1637 JAXB-API/2.2.13-b141020.1521 svn-revision#unknown. --><xs:schema xmlns:tns="http://service.planillaws.siso.pe/" xmlns:xs="http://www.w3.org/2001/XMLSchema" version="1.0" targetNamespace="http://service.planillaws.siso.pe/">
<xs:element name="listarPersonalPorCodigo" type="tns:listarPersonalPorCodigo"/>
<xs:element name="listarPersonalPorCodigoResponse" type="tns:listarPersonalPorCodigoResponse"/>
<xs:element name="listarPersonalPorTipoDocNumDoc" type="tns:listarPersonalPorTipoDocNumDoc"/>
<xs:element name="listarPersonalPorTipoDocNumDocResponse" type="tns:listarPersonalPorTipoDocNumDocResponse"/>
<xs:complexType name="listarPersonalPorCodigo">
<xs:sequence>
<xs:element name="tipoDocumento" type="xs:string" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="listarPersonalPorCodigoResponse">
<xs:sequence>
<xs:element name="return" type="tns:personal" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="personal">
<xs:sequence>
<xs:element name="ape_mat_per" type="xs:string" minOccurs="0"/>
<xs:element name="ape_pat_per" type="xs:string" minOccurs="0"/>
<xs:element name="cod_area" type="xs:string" minOccurs="0"/>
<xs:element name="cod_cargo" type="xs:string" minOccurs="0"/>
<xs:element name="cod_sede" type="xs:string" minOccurs="0"/>
<xs:element name="cod_trabajador" type="xs:string" minOccurs="0"/>
<xs:element name="dni" type="xs:string" minOccurs="0"/>
<xs:element name="estado" type="xs:string" minOccurs="0"/>
<xs:element name="nom_are" type="xs:string" minOccurs="0"/>
<xs:element name="nom_car" type="xs:string" minOccurs="0"/>
<xs:element name="nom_per" type="xs:string" minOccurs="0"/>
<xs:element name="nom_sed" type="xs:string" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="listarPersonalPorTipoDocNumDoc">
<xs:sequence>
<xs:element name="tipoDocumento" type="xs:string" minOccurs="0"/>
<xs:element name="numeroDocumento" type="xs:string" minOccurs="0"/>
<xs:element name="estado" type="xs:string" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="listarPersonalPorTipoDocNumDocResponse">
<xs:sequence>
<xs:element name="return" type="tns:personal" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:schema>
\ No newline at end of file
<?xml version='1.0' encoding='UTF-8'?><!-- Published by JAX-WS RI (http://jax-ws.java.net). RI's version is Metro/2.3.2-b608 (trunk-7979; 2015-01-21T12:50:19+0000) JAXWS-RI/2.2.11-b150120.1832 JAXWS-API/2.2.12 JAXB-RI/2.2.12-b141219.1637 JAXB-API/2.2.13-b141020.1521 svn-revision#unknown. --><!-- Generated by JAX-WS RI (http://jax-ws.java.net). RI's version is Metro/2.3.2-b608 (trunk-7979; 2015-01-21T12:50:19+0000) JAXWS-RI/2.2.11-b150120.1832 JAXWS-API/2.2.12 JAXB-RI/2.2.12-b141219.1637 JAXB-API/2.2.13-b141020.1521 svn-revision#unknown. --><definitions xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsp="http://www.w3.org/ns/ws-policy" xmlns:wsp1_2="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://service.planillaws.siso.pe/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://service.planillaws.siso.pe/" name="TipoDocumentoService">
<types>
<xsd:schema>
<xsd:import namespace="http://service.planillaws.siso.pe/" schemaLocation="http://app9.sacooliveros.edu.pe:8080/PlanillaWS/TipoDocumentoService?xsd=1"/>
</xsd:schema>
</types>
<message name="listarTipoDocumento">
<part name="parameters" element="tns:listarTipoDocumento"/>
</message>
<message name="listarTipoDocumentoResponse">
<part name="parameters" element="tns:listarTipoDocumentoResponse"/>
</message>
<portType name="TipoDocumentoService">
<operation name="listarTipoDocumento">
<input wsam:Action="http://service.planillaws.siso.pe/TipoDocumentoService/listarTipoDocumentoRequest" message="tns:listarTipoDocumento"/>
<output wsam:Action="http://service.planillaws.siso.pe/TipoDocumentoService/listarTipoDocumentoResponse" message="tns:listarTipoDocumentoResponse"/>
</operation>
</portType>
<binding name="TipoDocumentoServicePortBinding" type="tns:TipoDocumentoService">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
<operation name="listarTipoDocumento">
<soap:operation soapAction=""/>
<input>
<soap:body use="literal"/>
</input>
<output>
<soap:body use="literal"/>
</output>
</operation>
</binding>
<service name="TipoDocumentoService">
<port name="TipoDocumentoServicePort" binding="tns:TipoDocumentoServicePortBinding">
<soap:address location="http://app9.sacooliveros.edu.pe:8080/PlanillaWS/TipoDocumentoService"/>
</port>
</service>
</definitions>
\ No newline at end of file
<?xml version='1.0' encoding='UTF-8'?><!-- Published by JAX-WS RI (http://jax-ws.java.net). RI's version is Metro/2.3.2-b608 (trunk-7979; 2015-01-21T12:50:19+0000) JAXWS-RI/2.2.11-b150120.1832 JAXWS-API/2.2.12 JAXB-RI/2.2.12-b141219.1637 JAXB-API/2.2.13-b141020.1521 svn-revision#unknown. --><xs:schema xmlns:tns="http://service.planillaws.siso.pe/" xmlns:xs="http://www.w3.org/2001/XMLSchema" version="1.0" targetNamespace="http://service.planillaws.siso.pe/">
<xs:element name="listarTipoDocumento" type="tns:listarTipoDocumento"/>
<xs:element name="listarTipoDocumentoResponse" type="tns:listarTipoDocumentoResponse"/>
<xs:complexType name="listarTipoDocumento">
<xs:sequence/>
</xs:complexType>
<xs:complexType name="listarTipoDocumentoResponse">
<xs:sequence>
<xs:element name="return" type="tns:tipoDocumento" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="tipoDocumento">
<xs:sequence>
<xs:element name="cod_tipo_documento" type="xs:string" minOccurs="0"/>
<xs:element name="est" type="xs:string" minOccurs="0"/>
<xs:element name="lon" type="xs:string" minOccurs="0"/>
<xs:element name="nom_cor" type="xs:string" minOccurs="0"/>
<xs:element name="nom_lar" type="xs:string" minOccurs="0"/>
<xs:element name="tip" type="xs:string" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:schema>
\ No newline at end of file
<?xml version='1.0' encoding='UTF-8'?><!-- Published by JAX-WS RI (http://jax-ws.java.net). RI's version is Metro/2.3.2-b608 (trunk-7979; 2015-01-21T12:50:19+0000) JAXWS-RI/2.2.11-b150120.1832 JAXWS-API/2.2.12 JAXB-RI/2.2.12-b141219.1637 JAXB-API/2.2.13-b141020.1521 svn-revision#unknown. --><xs:schema xmlns:tns="http://service.planillaws.siso.pe/" xmlns:xs="http://www.w3.org/2001/XMLSchema" version="1.0" targetNamespace="http://service.planillaws.siso.pe/">
<xs:element name="listarTipoDocumento" type="tns:listarTipoDocumento"/>
<xs:element name="listarTipoDocumentoResponse" type="tns:listarTipoDocumentoResponse"/>
<xs:complexType name="listarTipoDocumento">
<xs:sequence/>
</xs:complexType>
<xs:complexType name="listarTipoDocumentoResponse">
<xs:sequence>
<xs:element name="return" type="tns:tipoDocumento" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="tipoDocumento">
<xs:sequence>
<xs:element name="cod_tipo_documento" type="xs:string" minOccurs="0"/>
<xs:element name="est" type="xs:string" minOccurs="0"/>
<xs:element name="lon" type="xs:string" minOccurs="0"/>
<xs:element name="nom_cor" type="xs:string" minOccurs="0"/>
<xs:element name="nom_lar" type="xs:string" minOccurs="0"/>
<xs:element name="tip" type="xs:string" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:schema>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glassfish-web-app PUBLIC "-//GlassFish.org//DTD GlassFish Application Server 3.1 Servlet 3.0//EN" "http://glassfish.org/dtds/glassfish-web-app_3_0-1.dtd">
<glassfish-web-app error-url="">
<context-root>/moduloSeguridad</context-root>
<class-loader delegate="true"/>
<jsp-config>
<property name="keepgenerated" value="true">
<description>Keep a copy of the generated servlet class' java code.</description>
</property>
</jsp-config>
</glassfish-web-app>
<?xml version="1.0" encoding="UTF-8"?>
<jboss-web version="8.0" xmlns="http://www.jboss.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.jboss.com/xml/ns/javaee http://www.jboss.org/schema/jbossas/jboss-web_8_0.xsd">
</jboss-web>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment