Author: mmerz
Date: Wed Apr 27 18:58:40 2005
New Revision: 165084
URL: http://svn.apache.org/viewcvs?rev=165084&view=rev
Log:
Minor changes to the samples.
Contributor: Daryoush Mehrtash
Modified:
incubator/beehive/trunk/samples/wsm-samples/WEB-INF/src/web/complex/RpcEncodedSample.jws
incubator/beehive/trunk/samples/wsm-samples/WEB-INF/src/web/complex/RpcLiteralSample.jws
Modified:
incubator/beehive/trunk/samples/wsm-samples/WEB-INF/src/web/complex/RpcEncodedSample.jws
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/wsm-samples/WEB-INF/src/web/complex/RpcEncodedSample.jws?rev=165084&r1=165083&r2=165084&view=diff
==============================================================================
---
incubator/beehive/trunk/samples/wsm-samples/WEB-INF/src/web/complex/RpcEncodedSample.jws
(original)
+++
incubator/beehive/trunk/samples/wsm-samples/WEB-INF/src/web/complex/RpcEncodedSample.jws
Wed Apr 27 18:58:40 2005
@@ -71,7 +71,7 @@
@WebMethod
@WebResult(name="ReturnCreateAddressInBodyResult")
public int createAddressInBody(@WebParam(name="out_param_body",
mode=WebParam.Mode.OUT) AddressHolder addressHolder) {
- StateType state = new StateType("WA");
+ StateType state = new StateType("CO");
Phone phoneNumber = new Phone(425, "555", "1234");
Address address = new Address(10230, "NE Points Drive", "Kirkland",
state, 98008, phoneNumber);
addressHolder.value = address;
Modified:
incubator/beehive/trunk/samples/wsm-samples/WEB-INF/src/web/complex/RpcLiteralSample.jws
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/wsm-samples/WEB-INF/src/web/complex/RpcLiteralSample.jws?rev=165084&r1=165083&r2=165084&view=diff
==============================================================================
---
incubator/beehive/trunk/samples/wsm-samples/WEB-INF/src/web/complex/RpcLiteralSample.jws
(original)
+++
incubator/beehive/trunk/samples/wsm-samples/WEB-INF/src/web/complex/RpcLiteralSample.jws
Wed Apr 27 18:58:40 2005
@@ -71,7 +71,7 @@
@WebMethod
@WebResult(name="ReturnCreateAddressInBodyResult")
public int createAddressInBody(@WebParam(name="out_param_body",
mode=WebParam.Mode.OUT) AddressHolder addressHolder) {
- StateType state = new StateType("WA");
+ StateType state = new StateType("PA");
Phone phoneNumber = new Phone(425, "555", "1234");
Address address = new Address(10230, "NE Points Drive", "Kirkland",
state, 98008, phoneNumber);
addressHolder.value = address;