You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Davanum Srinivas (JIRA)" <ji...@apache.org> on 2005/08/08 05:53:36 UTC

[jira] Created: (AXIS2-122) Java2WSDL for WSDL 2.0

Java2WSDL for WSDL 2.0
----------------------

         Key: AXIS2-122
         URL: http://issues.apache.org/jira/browse/AXIS2-122
     Project: Apache Axis 2.0 (Axis2)
        Type: New Feature
    Reporter: Davanum Srinivas


Please see request from Tom, http://marc.theaimsgroup.com/?l=axis-dev&m=112315857401435&w=2

thanks,
dims

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXIS2-122) Java2WSDL for WSDL 2.0

Posted by "Arthur Ryman (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2-122?page=comments#action_12372786 ] 

Arthur Ryman commented on AXIS2-122:
------------------------------------

I see that this issue is marked FIXED, but the last comment says that WSDL 2.0 is not supported yet. Seems odd to say this is FIXED given that the subject of this issue is "Java2WSDL for WSDL 2.0". If there is no issue currently open for adding WSDL 2.0 support to Axis2, then I'll open a new one.

> Java2WSDL for WSDL 2.0
> ----------------------
>
>          Key: AXIS2-122
>          URL: http://issues.apache.org/jira/browse/AXIS2-122
>      Project: Apache Axis 2.0 (Axis2)
>         Type: New Feature
>     Reporter: Davanum Srinivas

>
> Please see request from Tom, http://marc.theaimsgroup.com/?l=axis-dev&m=112315857401435&w=2
> thanks,
> dims

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXIS2-122) Java2WSDL for WSDL 2.0

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2-122?page=comments#action_12361655 ] 

Davanum Srinivas commented on AXIS2-122:
----------------------------------------

not so fast :)...do we have a command line utility?

-- dims

> Java2WSDL for WSDL 2.0
> ----------------------
>
>          Key: AXIS2-122
>          URL: http://issues.apache.org/jira/browse/AXIS2-122
>      Project: Apache Axis 2.0 (Axis2)
>         Type: New Feature
>     Reporter: Davanum Srinivas

>
> Please see request from Tom, http://marc.theaimsgroup.com/?l=axis-dev&m=112315857401435&w=2
> thanks,
> dims

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXIS2-122) Java2WSDL for WSDL 2.0

Posted by "Deepal Jayasinghe (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2-122?page=comments#action_12361706 ] 

Deepal Jayasinghe commented on AXIS2-122:
-----------------------------------------

Yes we are done with Java2WSDL , it work as follows

1.At the deployment time if there is no WSDL file in META-INF directory I inspect the service implementation class and using JAM (something similar to Java reflection) I generate schema corresponding to that class and store that in AxisService.

2.At the run time when some one ask for ?wsdl , generate WOM object model using AxisService and write that using WSDL writer (right now we only write WSDL 1.0 not yet WSDL 2.0 since that writer is not yet complete)

I am thinking of writing command line tool and IDEA plug-in for Java2WSDL and it will be there in next release. 

> Java2WSDL for WSDL 2.0
> ----------------------
>
>          Key: AXIS2-122
>          URL: http://issues.apache.org/jira/browse/AXIS2-122
>      Project: Apache Axis 2.0 (Axis2)
>         Type: New Feature
>     Reporter: Davanum Srinivas

>
> Please see request from Tom, http://marc.theaimsgroup.com/?l=axis-dev&m=112315857401435&w=2
> thanks,
> dims

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXIS2-122) Java2WSDL for WSDL 2.0

Posted by "Eran Chinthaka (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2-122?page=comments#action_12361653 ] 

Eran Chinthaka commented on AXIS2-122:
--------------------------------------

Deepal, I think we are done with this. Can you please comment on this ?

> Java2WSDL for WSDL 2.0
> ----------------------
>
>          Key: AXIS2-122
>          URL: http://issues.apache.org/jira/browse/AXIS2-122
>      Project: Apache Axis 2.0 (Axis2)
>         Type: New Feature
>     Reporter: Davanum Srinivas

>
> Please see request from Tom, http://marc.theaimsgroup.com/?l=axis-dev&m=112315857401435&w=2
> thanks,
> dims

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (AXIS2-122) Java2WSDL for WSDL 2.0

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-122?page=all ]
     
Davanum Srinivas resolved AXIS2-122:
------------------------------------

    Resolution: Fixed

closing issue as fixed.

thanks,
dims

> Java2WSDL for WSDL 2.0
> ----------------------
>
>          Key: AXIS2-122
>          URL: http://issues.apache.org/jira/browse/AXIS2-122
>      Project: Apache Axis 2.0 (Axis2)
>         Type: New Feature
>     Reporter: Davanum Srinivas

>
> Please see request from Tom, http://marc.theaimsgroup.com/?l=axis-dev&m=112315857401435&w=2
> thanks,
> dims

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira