[ http://issues.apache.org/jira/browse/AXIS-1891?page=comments#action_61325 ] Davanum Srinivas commented on AXIS-1891: ----------------------------------------
- one possible location for the test is ws-axis/java/test/addr2 (not to clash with samples/addr). - You can keep the namespace as http://addr2.test as well. - Better to use http://localhost:8080/axis/services/AddressBook2 (as AddressBook is used by samples/addr) thanks, dims > Expanding Java2wsdl to support the starting-from-java wrapped style web > service > ------------------------------------------------------------------------------- > > Key: AXIS-1891 > URL: http://issues.apache.org/jira/browse/AXIS-1891 > Project: Axis > Type: Improvement > Components: WSDL processing > Versions: current (nightly) > Reporter: Jongjin Choi > Assignee: Davanum Srinivas > Priority: Blocker > Attachments: AXIS-1891-Working.zip, first-patch.txt > > The orignal post in axis-dev from me is > http://marc.theaimsgroup.com/?l=axis-dev&m=111099335527238&w=2. > This patches objectives are: > - to keep the axis-user away from hand-writing deploy.wsdd which can be > error-prone and confused. > - to support the document(wrapped)-literal web service in > "Starting-from-Java" way. This include the wrapper-style literal array > handling in ser/deser process without modify the user's java bean. > The followings are contained in the attaching patcg: > 1. java2wsdl : '--deploy' option > The java2wsdl now has '--deploy' option which generates deploy.wsdd and > required java classes such as ArrayOfT.java and T_Helper.java. > 2. ArrayOfT <--> T[] conversion in runtime (ser/deser process) > /Jongjin -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira
