Explorar o código

대구파티마병원 전자동의서 soap-inf-tools

Siyoung Ahn %!s(int64=8) %!d(string=hai) anos
pai
achega
573650f3d6

+ 33 - 0
soap-inf-tools/.classpath

@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="src" output="target/classes" path="src/main/java">
+		<attributes>
+			<attribute name="optional" value="true"/>
+			<attribute name="maven.pomderived" value="true"/>
+		</attributes>
+	</classpathentry>
+	<classpathentry kind="src" output="target/classes" path="target/generated/cxf">
+		<attributes>
+			<attribute name="optional" value="true"/>
+			<attribute name="maven.pomderived" value="true"/>
+		</attributes>
+	</classpathentry>
+	<classpathentry kind="src" output="target/test-classes" path="src/test/java">
+		<attributes>
+			<attribute name="optional" value="true"/>
+			<attribute name="maven.pomderived" value="true"/>
+		</attributes>
+	</classpathentry>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
+		<attributes>
+			<attribute name="maven.pomderived" value="true"/>
+		</attributes>
+	</classpathentry>
+	<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
+		<attributes>
+			<attribute name="maven.pomderived" value="true"/>
+			<attribute name="org.eclipse.jst.component.nondependency" value=""/>
+		</attributes>
+	</classpathentry>
+	<classpathentry kind="output" path="target/classes"/>
+</classpath>

+ 1 - 0
soap-inf-tools/.gitignore

@@ -0,0 +1 @@
+/target/

+ 36 - 0
soap-inf-tools/.project

@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>soap-inf-tools</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.wst.common.project.facet.core.builder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.m2e.core.maven2Builder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.wst.validation.validationbuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
+		<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+		<nature>org.eclipse.m2e.core.maven2Nature</nature>
+		<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
+	</natures>
+</projectDescription>

+ 2 - 0
soap-inf-tools/.settings/org.eclipse.core.resources.prefs

@@ -0,0 +1,2 @@
+eclipse.preferences.version=1
+encoding/<project>=UTF-8

+ 8 - 0
soap-inf-tools/.settings/org.eclipse.jdt.core.prefs

@@ -0,0 +1,8 @@
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
+org.eclipse.jdt.core.compiler.compliance=1.7
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
+org.eclipse.jdt.core.compiler.source=1.7

+ 4 - 0
soap-inf-tools/.settings/org.eclipse.m2e.core.prefs

@@ -0,0 +1,4 @@
+activeProfiles=
+eclipse.preferences.version=1
+resolveWorkspaceProjects=true
+version=1

+ 5 - 0
soap-inf-tools/.settings/org.eclipse.wst.common.component

@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">
+    <wb-module deploy-name="soap-inf-tools">
+        <wb-resource deploy-path="/" source-path="/target/generated/cxf"/>
+    </wb-module>
+</project-modules>

+ 5 - 0
soap-inf-tools/.settings/org.eclipse.wst.common.project.facet.core.xml

@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<faceted-project>
+  <installed facet="java" version="1.7"/>
+  <installed facet="jst.utility" version="1.0"/>
+</faceted-project>

+ 120 - 0
soap-inf-tools/pom.xml

@@ -0,0 +1,120 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>com.dbs.mplus.fatimadaegu.inf</groupId>
+	<artifactId>soap-inf-tools</artifactId>
+	<packaging>jar</packaging>
+	<version>1.0.0</version>
+	<name>soap-inf-tools</name>
+	<url>http://maven.apache.org</url>
+
+	<properties>
+		<cxf.version>3.1.7</cxf.version>
+		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+		<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+		
+		<maven.ant.run.plugin.version>1.7</maven.ant.run.plugin.version>
+		<maven.resources.plugin.version>2.7</maven.resources.plugin.version>
+		<maven.compiler.plugin.version>3.1</maven.compiler.plugin.version>
+		<maven.compiler.source.version>1.7</maven.compiler.source.version>
+		<maven.compiler.target.version>1.7</maven.compiler.target.version>
+		<maven.compiler.debug.mode>true</maven.compiler.debug.mode>
+		<encoding.type>UTF-8</encoding.type>
+	</properties>
+
+	<dependencies>
+
+	</dependencies>
+
+	<build>
+		<plugins>
+              <plugin>
+                <groupId>org.apache.cxf</groupId>
+                <artifactId>cxf-codegen-plugin</artifactId>
+                <version>${cxf.version}</version>
+                <executions>
+                    <execution>
+                        <id>generate-sources</id>
+                        <phase>generate-sources</phase>
+                        <configuration>
+                            <sourceRoot>${project.build.directory}/generated/cxf</sourceRoot>
+                            <wsdlOptions>
+                                <wsdlOption>
+                                	<wsdl>https://consent.fatima.or.kr/ConsentSvc.asmx?wsdl</wsdl>
+						            <extraargs>
+						                <extraarg>-verbose</extraarg>
+						                <extraarg>-client</extraarg>
+								        <extraarg>-databinding</extraarg>
+								        <extraarg>jaxb</extraarg>
+										<extraarg>-mark-generated</extraarg>
+										<extraarg>-validate</extraarg>
+						            </extraargs>
+						            <packagenames>
+						            	<packagename>http://tempuri.org/=com.dbs.mplus.fatimadeagu.inf</packagename>
+						            </packagenames>
+                                </wsdlOption>
+                                <wsdlOption>
+                                	<wsdl>https://consent.fatima.or.kr/HospitalSvc.asmx?wsdl</wsdl>
+						            <extraargs>
+						                <extraarg>-verbose</extraarg>
+						                <extraarg>-client</extraarg>
+								        <extraarg>-databinding</extraarg>
+								        <extraarg>jaxb</extraarg>
+										<extraarg>-mark-generated</extraarg>
+										<extraarg>-validate</extraarg>
+						            </extraargs>
+						            <packagenames>
+						            	<packagename>http://tempuri.org/=com.dbs.mplus.fatimadeagu.inf</packagename>
+						            </packagenames>
+                                </wsdlOption>
+                            </wsdlOptions>
+                            <encoding>${encoding.type}</encoding>
+                        </configuration>
+                        <goals>
+                            <goal>wsdl2java</goal>
+                        </goals>
+                    </execution>
+                </executions>
+              </plugin>
+              
+              <plugin>
+					<groupId>org.apache.maven.plugins</groupId>
+					<artifactId>maven-compiler-plugin</artifactId>
+					<version>${maven.compiler.plugin.version}</version>
+					<configuration>
+						<source>${maven.compiler.source.version}</source>
+						<target>${maven.compiler.target.version}</target>
+						<maven.compiler.debug>${maven.compiler.debug.mode}</maven.compiler.debug>
+						<encoding>${encoding.type}</encoding>
+						<compilerArgs>
+							<arg>-Xlint:deprecation</arg>
+						</compilerArgs>
+					</configuration>
+				</plugin>
+				<plugin>
+					<groupId>org.apache.maven.plugins</groupId>
+					<artifactId>maven-resources-plugin</artifactId>
+					<version>${maven.resources.plugin.version}</version>
+					<configuration>
+						<encoding>${encoding.type}</encoding>
+					</configuration>
+				</plugin>
+              
+		</plugins>
+		<finalName>${project.name}-${project.version}</finalName>
+	</build>
+	
+	<distributionManagement>
+		<repository>
+			<id>mcare_release</id>
+			<name>MCare Release Repository (DBS)</name>
+			<url>http://sa.idatabank.com/nexus/content/repositories/mcare_release</url>
+		</repository>
+		<snapshotRepository>
+			<id>mcare_snapshot</id>
+			<name>MCare Snapshot Repository (DBS)</name>
+			<url>http://sa.idatabank.com/nexus/content/repositories/mcare_snapshot</url>
+		</snapshotRepository>
+	</distributionManagement>
+	
+</project>