org.apache.ws.scout.util.ScoutJaxrUddiV3Helper.getAddress fails to fill in line
field of AddressLine
----------------------------------------------------------------------------------------------------
Key: SCOUT-100
URL: https://issues.apache.org/jira/browse/SCOUT-100
Project: Scout
Issue Type: Bug
Affects Versions: 1.2
Reporter: Tom Cunningham
Assignee: Tom Cunningham
Fix For: 1.2.1
org.apache.ws.scout.util.ScoutJaxrUddiV3Helper.getAddress should be filling in
the line field of AddressLine.
Example :
AddressLine stateAL = objectFactory.createAddressLine();
stateAL.setKeyName("STATE");
if (state != null) {
stateAL.setKeyValue(state);
stateAL.setValue(state);
}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]