Revision 3:84fa6720f031

View differences:

WebContent/WEB-INF/web.xml
1 1
<?xml version="1.0" encoding="UTF-8"?>
2 2
<web-app id="WebApp_ID" version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
3
	<display-name>Agrobank UPass Web Services</display-name>
3
	<display-name>M2U UPass Web Services</display-name>
4 4
	<welcome-file-list>
5 5
		<welcome-file>index.html</welcome-file>
6 6
		<welcome-file>index.htm</welcome-file>
......
47 47
    <servlet-name>AdminServlet</servlet-name>
48 48
    <url-pattern>/servlet/AdminServlet</url-pattern>
49 49
  </servlet-mapping>
50
</web-app>
50
</web-app>
WebContent/wsdl/WS_UPass.wsdl
2437 2437
		<wsdl:port binding="impl:WS_UPassSoapBinding" name="WS_UPass">
2438 2438

  
2439 2439
			<wsdlsoap:address
2440
				location="http://localhost:8080/agro-upass-ws/services/WS_UPass" />
2440
				location="http://localhost:8080/m2u-upass-ws/services/WS_UPass" />
2441 2441

  
2442 2442
		</wsdl:port>
2443 2443

  
pom.xml
455 455
		</dependency>
456 456
		<dependency>
457 457
			<groupId>net.penril</groupId>
458
			<artifactId>agro-upass</artifactId>
458
			<artifactId>m2u-upass-ws</artifactId>
459 459
			<version>2.0-SNAPSHOT</version>
460 460
			<type>jar</type>
461 461
			<scope>compile</scope>
test/jmeter/UPass-test-plan.jmx
64 64
          <elementProp name="HTTPsampler.Arguments" elementType="Arguments">
65 65
            <collectionProp name="Arguments.arguments"/>
66 66
          </elementProp>
67
          <stringProp name="SoapSampler.URL_DATA">http://localhost:9090/agro-upass-ws/services/WS_UPass</stringProp>
67
          <stringProp name="SoapSampler.URL_DATA">http://localhost:9090/m2u-upass-ws/services/WS_UPass</stringProp>
68 68
          <stringProp name="HTTPSamper.xml_data">&lt;soapenv:Envelope xmlns:soapenv=&quot;http://schemas.xmlsoap.org/soap/envelope/&quot; xmlns:upas=&quot;http://upass.ws.my&quot;&gt;
69 69
   &lt;soapenv:Header/&gt;
70 70
   &lt;soapenv:Body&gt;
......
205 205
          <elementProp name="HTTPsampler.Arguments" elementType="Arguments">
206 206
            <collectionProp name="Arguments.arguments"/>
207 207
          </elementProp>
208
          <stringProp name="SoapSampler.URL_DATA">http://localhost:9090/agro-upass-ws/services/WS_UPass</stringProp>
208
          <stringProp name="SoapSampler.URL_DATA">http://localhost:9090/m2u-upass-ws/services/WS_UPass</stringProp>
209 209
          <stringProp name="HTTPSamper.xml_data">&lt;soapenv:Envelope xmlns:soapenv=&quot;http://schemas.xmlsoap.org/soap/envelope/&quot; xmlns:upas=&quot;http://upass.ws.my&quot;&gt;
210 210
   &lt;soapenv:Header/&gt;
211 211
   &lt;soapenv:Body&gt;
test/soap-ui/soap-ui-workspace.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<con:soapui-workspace name="Projects" soapui-version="4.0.1" xmlns:con="http://eviware.com/soapui/config">
3
  <con:settings/>
4
  <con:project name="UPass">/home/hadi/projects/penril-workspace/agro-upass-ws/test/soap-ui/UPass-soapui-project.xml</con:project>
5
</con:soapui-workspace>

Also available in: Unified diff