Skip to content

Commit c8fdd35

Browse files
committed
configurando en el app context mi endpoint
1 parent 67b5dc2 commit c8fdd35

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

calculonotas/src/main/webapp/WEB-INF/applicationContext.xml

+5
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,9 @@
1010

1111

1212

13+
<bean id="notaService" class="com.mycompany.calculonotas.service.NotaServiceImpl" />
14+
15+
<jaxws:endpoint id="notaServiceEndpoint" implementor="#notaService"
16+
address="/NotaService" />
17+
1318
</beans>

calculonotas/target/m2e-wtp/web-resources/META-INF/maven/com.mycompany/calculonotas/pom.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#Generated by Maven Integration for Eclipse
2-
#Sat Aug 18 18:10:26 PET 2012
2+
#Sat Aug 18 18:21:11 PET 2012
33
version=1.0
44
groupId=com.mycompany
55
m2e.projectName=calculonotas

0 commit comments

Comments
 (0)