Jongjin Choi wrote:
Guilaume,
I just committed the second patch for AXIS-1891.
An example also is uploaded in JIRA as the attached file named 'AXIS-1891-Working.zip'
Can you check it again?
I'm launching my interop tests right now ..
[some time passed ...]
Well, there is no change for me :'( Nevermind, I was hoping for some kind of miracle ;)
I'll continue to search.
For now, RI complains about type mismatch, axis sends soapenc type instead of schema type (or reverse) ...
I have to look at the messages.
Regards Guillaume
Thanks.
----- Original Message ----- From: "Guillaume Sauthier" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Monday, March 21, 2005 11:17 PM
Subject: Re: [jira] Resolved: (AXIS-1891) Expanding Java2wsdl to support the starting-from-java wrapped style web service
Just to let you know : this patch doesn't change something about my array problem. I've tried just in case of :)
I'll post an updated patch for my change. RoundtripService still fails ...
Guillaume
Davanum Srinivas wrote:
jongjin,
am not rolling it back. you can add a new test case into cvs directly. i can confirm that stand-alone tck is still ok after ur fix.
-- dims
On Mon, 21 Mar 2005 23:06:53 +0900, Jongjin Choi <[EMAIL PROTECTED]> wrote:
Dear, Dims.
Sorry for non-working version for AXIS-1891. I'll fix it into cvs directly if you don't roll it back.
Thanks.
----- Original Message ----- From: "Davanum Srinivas (JIRA)" <[email protected]> To: <[EMAIL PROTECTED]> Sent: Monday, March 21, 2005 10:28 PM Subject: [jira] Resolved: (AXIS-1891) Expanding Java2wsdl to support the starting-from-java wrapped style web service
[ http://issues.apache.org/jira/browse/AXIS-1891?page=history ]
Davanum Srinivas resolved AXIS-1891: ------------------------------------
Resolution: Fixed
Applied patch.
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
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
