You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Michael Xiong (JIRA)" <ji...@apache.org> on 2006/08/03 08:29:13 UTC

[jira] Created: (AXIS2C-222) WSDL2Code.sh created for Axis2/C on unix/linux world

WSDL2Code.sh created for Axis2/C on unix/linux world
----------------------------------------------------

                 Key: AXIS2C-222
                 URL: http://issues.apache.org/jira/browse/AXIS2C-222
             Project: Axis2-C
          Issue Type: Improvement
          Components: code generation
    Affects Versions: Current (Nightly)
         Environment: Linux FC3
Axis2 nightly build
            Reporter: Michael Xiong
            Priority: Minor


There has a WSDL2Code.bat  for windows in Axis2 to help us to generate C code from WSDL on windows platform. The generated C code can be built  as playing together with Axis2/C.
But it's pityful that no shell script existing, which make unix/linux guys difficult to use.
So I'd like to create a WSDL2Code.sh as attached, wish can make unix/linux guys happy.
It's very simple, but it can surely make our life easy !

The below is some sample usage of this shell script:
To generarte a server skeleton in C:
WSDL2Code.sh -D org.apache.adb.properties=/org/apache/axis2/schema/c-schema-compile.properties -uri test1.wsdl -o test1/Server -l c -t -d adb -u -ss -sd

To generate a client sbub in C:
WSDL2Code.sh -D org.apache.adb.properties=/org/apache/axis2/schema/c-schema-compile.properties -uri test1.wsdl -o test1/Client -l c -t -d adb -u 

Thank you!

-- 
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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Updated: (AXIS2C-222) WSDL2Code.sh created for Axis2/C on unix/linux world

Posted by "Michael Xiong (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2C-222?page=all ]

Michael Xiong updated AXIS2C-222:
---------------------------------

    Attachment: WSDL2Code.sh

The attached WSDL2Code.sh has been verified on nighly Axis2.

> WSDL2Code.sh created for Axis2/C on unix/linux world
> ----------------------------------------------------
>
>                 Key: AXIS2C-222
>                 URL: http://issues.apache.org/jira/browse/AXIS2C-222
>             Project: Axis2-C
>          Issue Type: Improvement
>          Components: code generation
>    Affects Versions: Current (Nightly)
>         Environment: Linux FC3
> Axis2 nightly build
>            Reporter: Michael Xiong
>            Priority: Minor
>         Attachments: WSDL2Code.sh
>
>
> There has a WSDL2Code.bat  for windows in Axis2 to help us to generate C code from WSDL on windows platform. The generated C code can be built  as playing together with Axis2/C.
> But it's pityful that no shell script existing, which make unix/linux guys difficult to use.
> So I'd like to create a WSDL2Code.sh as attached, wish can make unix/linux guys happy.
> It's very simple, but it can surely make our life easy !
> The below is some sample usage of this shell script:
> To generarte a server skeleton in C:
> WSDL2Code.sh -D org.apache.adb.properties=/org/apache/axis2/schema/c-schema-compile.properties -uri test1.wsdl -o test1/Server -l c -t -d adb -u -ss -sd
> To generate a client sbub in C:
> WSDL2Code.sh -D org.apache.adb.properties=/org/apache/axis2/schema/c-schema-compile.properties -uri test1.wsdl -o test1/Client -l c -t -d adb -u 
> Thank you!

-- 
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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Closed: (AXIS2C-222) WSDL2Code.sh created for Axis2/C on unix/linux world

Posted by "Dushshantha Chandradasa (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2C-222?page=all ]

Dushshantha Chandradasa closed AXIS2C-222.
------------------------------------------

    Fix Version/s: Current (Nightly)
                       (was: 0.96)
       Resolution: Fixed

added a shell script and areadme file.

> WSDL2Code.sh created for Axis2/C on unix/linux world
> ----------------------------------------------------
>
>                 Key: AXIS2C-222
>                 URL: http://issues.apache.org/jira/browse/AXIS2C-222
>             Project: Axis2-C
>          Issue Type: Improvement
>          Components: code generation
>    Affects Versions: Current (Nightly)
>         Environment: Linux FC3
> Axis2 nightly build
>            Reporter: Michael Xiong
>         Assigned To: Dushshantha Chandradasa
>            Priority: Minor
>             Fix For: Current (Nightly)
>
>         Attachments: WSDL2Code.sh
>
>
> There has a WSDL2Code.bat  for windows in Axis2 to help us to generate C code from WSDL on windows platform. The generated C code can be built  as playing together with Axis2/C.
> But it's pityful that no shell script existing, which make unix/linux guys difficult to use.
> So I'd like to create a WSDL2Code.sh as attached, wish can make unix/linux guys happy.
> It's very simple, but it can surely make our life easy !
> The below is some sample usage of this shell script:
> To generarte a server skeleton in C:
> WSDL2Code.sh -D org.apache.adb.properties=/org/apache/axis2/schema/c-schema-compile.properties -uri test1.wsdl -o test1/Server -l c -t -d adb -u -ss -sd
> To generate a client sbub in C:
> WSDL2Code.sh -D org.apache.adb.properties=/org/apache/axis2/schema/c-schema-compile.properties -uri test1.wsdl -o test1/Client -l c -t -d adb -u 
> Thank you!

-- 
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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Commented: (AXIS2C-222) WSDL2Code.sh created for Axis2/C on unix/linux world

Posted by "Dushshantha Chandradasa (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2C-222?page=comments#action_12455941 ] 
            
Dushshantha Chandradasa commented on AXIS2C-222:
------------------------------------------------

Hi Michael,

I changed your WSDL2Code.sh file as required to suit WSDL2C tool and added it with the name  WSDL2C.sh and a readme file into $AXIS2C_HOME\tools\bin folder. 

Thanks for your suggestion.



> WSDL2Code.sh created for Axis2/C on unix/linux world
> ----------------------------------------------------
>
>                 Key: AXIS2C-222
>                 URL: http://issues.apache.org/jira/browse/AXIS2C-222
>             Project: Axis2-C
>          Issue Type: Improvement
>          Components: code generation
>    Affects Versions: Current (Nightly)
>         Environment: Linux FC3
> Axis2 nightly build
>            Reporter: Michael Xiong
>         Assigned To: Dushshantha Chandradasa
>            Priority: Minor
>             Fix For: 0.96
>
>         Attachments: WSDL2Code.sh
>
>
> There has a WSDL2Code.bat  for windows in Axis2 to help us to generate C code from WSDL on windows platform. The generated C code can be built  as playing together with Axis2/C.
> But it's pityful that no shell script existing, which make unix/linux guys difficult to use.
> So I'd like to create a WSDL2Code.sh as attached, wish can make unix/linux guys happy.
> It's very simple, but it can surely make our life easy !
> The below is some sample usage of this shell script:
> To generarte a server skeleton in C:
> WSDL2Code.sh -D org.apache.adb.properties=/org/apache/axis2/schema/c-schema-compile.properties -uri test1.wsdl -o test1/Server -l c -t -d adb -u -ss -sd
> To generate a client sbub in C:
> WSDL2Code.sh -D org.apache.adb.properties=/org/apache/axis2/schema/c-schema-compile.properties -uri test1.wsdl -o test1/Client -l c -t -d adb -u 
> Thank you!

-- 
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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Commented: (AXIS2C-222) WSDL2Code.sh created for Axis2/C on unix/linux world

Posted by "Michael Xiong (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2C-222?page=comments#action_12425466 ] 
            
Michael Xiong commented on AXIS2C-222:
--------------------------------------

The above description has some spelling error, corrected as the below:
There has a WSDL2Code.bat for windows in nightly Axis2 to help us to generate C code from WSDL on windows platform. The generated C code can be built as playing together with Axis2/C.
But it's pitiful that no shell script existing, which make unix/linux guys difficult to use.
So I'd like to create a WSDL2Code.sh as attached, wish can make unix/linux guys happy.
It's very simple, but it can surely make our life easy !

The below is some sample usage of this shell script:
To generate a server skeleton in C:
WSDL2Code.sh -D org.apache.adb.properties=/org/apache/axis2/schema/c-schema-compile.properties -uri test1.wsdl -o test1/Server -l c -t -d adb -u -ss -sd

To generate a client stub in C:
WSDL2Code.sh -D org.apache.adb.properties=/org/apache/axis2/schema/c-schema-compile.properties -uri test1.wsdl -o test1/Client -l c -t -d adb -u

> WSDL2Code.sh created for Axis2/C on unix/linux world
> ----------------------------------------------------
>
>                 Key: AXIS2C-222
>                 URL: http://issues.apache.org/jira/browse/AXIS2C-222
>             Project: Axis2-C
>          Issue Type: Improvement
>          Components: code generation
>    Affects Versions: Current (Nightly)
>         Environment: Linux FC3
> Axis2 nightly build
>            Reporter: Michael Xiong
>            Priority: Minor
>         Attachments: WSDL2Code.sh
>
>
> There has a WSDL2Code.bat  for windows in Axis2 to help us to generate C code from WSDL on windows platform. The generated C code can be built  as playing together with Axis2/C.
> But it's pityful that no shell script existing, which make unix/linux guys difficult to use.
> So I'd like to create a WSDL2Code.sh as attached, wish can make unix/linux guys happy.
> It's very simple, but it can surely make our life easy !
> The below is some sample usage of this shell script:
> To generarte a server skeleton in C:
> WSDL2Code.sh -D org.apache.adb.properties=/org/apache/axis2/schema/c-schema-compile.properties -uri test1.wsdl -o test1/Server -l c -t -d adb -u -ss -sd
> To generate a client sbub in C:
> WSDL2Code.sh -D org.apache.adb.properties=/org/apache/axis2/schema/c-schema-compile.properties -uri test1.wsdl -o test1/Client -l c -t -d adb -u 
> Thank you!

-- 
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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Commented: (AXIS2C-222) WSDL2Code.sh created for Axis2/C on unix/linux world

Posted by "Michael Xiong (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2C-222?page=comments#action_12455949 ] 
            
Michael Xiong commented on AXIS2C-222:
--------------------------------------

Hi Dushshantha,

No thanks.
I always feel very pleasure for contributing to OSS community, for I've also benefited from the community very much.

Regards.
Michael

> WSDL2Code.sh created for Axis2/C on unix/linux world
> ----------------------------------------------------
>
>                 Key: AXIS2C-222
>                 URL: http://issues.apache.org/jira/browse/AXIS2C-222
>             Project: Axis2-C
>          Issue Type: Improvement
>          Components: code generation
>    Affects Versions: Current (Nightly)
>         Environment: Linux FC3
> Axis2 nightly build
>            Reporter: Michael Xiong
>         Assigned To: Dushshantha Chandradasa
>            Priority: Minor
>             Fix For: Current (Nightly)
>
>         Attachments: WSDL2Code.sh
>
>
> There has a WSDL2Code.bat  for windows in Axis2 to help us to generate C code from WSDL on windows platform. The generated C code can be built  as playing together with Axis2/C.
> But it's pityful that no shell script existing, which make unix/linux guys difficult to use.
> So I'd like to create a WSDL2Code.sh as attached, wish can make unix/linux guys happy.
> It's very simple, but it can surely make our life easy !
> The below is some sample usage of this shell script:
> To generarte a server skeleton in C:
> WSDL2Code.sh -D org.apache.adb.properties=/org/apache/axis2/schema/c-schema-compile.properties -uri test1.wsdl -o test1/Server -l c -t -d adb -u -ss -sd
> To generate a client sbub in C:
> WSDL2Code.sh -D org.apache.adb.properties=/org/apache/axis2/schema/c-schema-compile.properties -uri test1.wsdl -o test1/Client -l c -t -d adb -u 
> Thank you!

-- 
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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Updated: (AXIS2C-222) WSDL2Code.sh created for Axis2/C on unix/linux world

Posted by "Samisa Abeysinghe (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2C-222?page=all ]

Samisa Abeysinghe updated AXIS2C-222:
-------------------------------------

    Fix Version/s: 0.96
         Assignee: Dushshantha Chandradasa

> WSDL2Code.sh created for Axis2/C on unix/linux world
> ----------------------------------------------------
>
>                 Key: AXIS2C-222
>                 URL: http://issues.apache.org/jira/browse/AXIS2C-222
>             Project: Axis2-C
>          Issue Type: Improvement
>          Components: code generation
>    Affects Versions: Current (Nightly)
>         Environment: Linux FC3
> Axis2 nightly build
>            Reporter: Michael Xiong
>         Assigned To: Dushshantha Chandradasa
>            Priority: Minor
>             Fix For: 0.96
>
>         Attachments: WSDL2Code.sh
>
>
> There has a WSDL2Code.bat  for windows in Axis2 to help us to generate C code from WSDL on windows platform. The generated C code can be built  as playing together with Axis2/C.
> But it's pityful that no shell script existing, which make unix/linux guys difficult to use.
> So I'd like to create a WSDL2Code.sh as attached, wish can make unix/linux guys happy.
> It's very simple, but it can surely make our life easy !
> The below is some sample usage of this shell script:
> To generarte a server skeleton in C:
> WSDL2Code.sh -D org.apache.adb.properties=/org/apache/axis2/schema/c-schema-compile.properties -uri test1.wsdl -o test1/Server -l c -t -d adb -u -ss -sd
> To generate a client sbub in C:
> WSDL2Code.sh -D org.apache.adb.properties=/org/apache/axis2/schema/c-schema-compile.properties -uri test1.wsdl -o test1/Client -l c -t -d adb -u 
> Thank you!

-- 
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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Commented: (AXIS2C-222) WSDL2Code.sh created for Axis2/C on unix/linux world

Posted by "Samisa Abeysinghe (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2C-222?page=comments#action_12454807 ] 
            
Samisa Abeysinghe commented on AXIS2C-222:
------------------------------------------

We now have WSDL2C class in Java tool. We should update the attached script to use WSDL2C and commit it to svn

> WSDL2Code.sh created for Axis2/C on unix/linux world
> ----------------------------------------------------
>
>                 Key: AXIS2C-222
>                 URL: http://issues.apache.org/jira/browse/AXIS2C-222
>             Project: Axis2-C
>          Issue Type: Improvement
>          Components: code generation
>    Affects Versions: Current (Nightly)
>         Environment: Linux FC3
> Axis2 nightly build
>            Reporter: Michael Xiong
>            Priority: Minor
>         Attachments: WSDL2Code.sh
>
>
> There has a WSDL2Code.bat  for windows in Axis2 to help us to generate C code from WSDL on windows platform. The generated C code can be built  as playing together with Axis2/C.
> But it's pityful that no shell script existing, which make unix/linux guys difficult to use.
> So I'd like to create a WSDL2Code.sh as attached, wish can make unix/linux guys happy.
> It's very simple, but it can surely make our life easy !
> The below is some sample usage of this shell script:
> To generarte a server skeleton in C:
> WSDL2Code.sh -D org.apache.adb.properties=/org/apache/axis2/schema/c-schema-compile.properties -uri test1.wsdl -o test1/Server -l c -t -d adb -u -ss -sd
> To generate a client sbub in C:
> WSDL2Code.sh -D org.apache.adb.properties=/org/apache/axis2/schema/c-schema-compile.properties -uri test1.wsdl -o test1/Client -l c -t -d adb -u 
> Thank you!

-- 
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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org