Skip to content

Commit 4d01180

Browse files
committed
updated web.xml format, remove session management
1 parent 2d703d7 commit 4d01180

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

integration-tests/src/test/resources/apps/testwsapp/WEB-INF/weblogic_temp.xml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@
22
<!-- Copyright 2019, Oracle Corporation and/or its affiliates. All rights reserved.
33
Licensed under the Universal Permissive License v 1.0 as shown at
44
http://oss.oracle.com/licenses/upl.-->
5-
<weblogic-web-app xmlns="http://www.bea.com/ns/weblogic/90">
6-
<description> weblogic.xml for invoking web service </description>
7-
<session-descriptor>
8-
<timeout-secs>60</timeout-secs>
9-
</session-descriptor>
10-
<service-reference-description>
5+
<weblogic-web-app xmlns="http://www.bea.com/ns/weblogic/90">
6+
<description>weblogic.xml for invoking web service</description>
7+
<service-reference-description>
118
<service-ref-name>ref1</service-ref-name>
129
<wsdl-url>@WSDL_URL@</wsdl-url>
13-
</service-reference-description>
10+
</service-reference-description>
1411
</weblogic-web-app>

0 commit comments

Comments
 (0)