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 "Charitha Kankanamge (JIRA)" <ji...@apache.org> on 2007/03/30 08:15:25 UTC

[jira] Created: (AXIS2-2440) Change REST urls in all documents and README files

Change REST urls in all documents and README files
--------------------------------------------------

                 Key: AXIS2-2440
                 URL: https://issues.apache.org/jira/browse/AXIS2-2440
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: documentation
    Affects Versions: 1.2
            Reporter: Charitha Kankanamge


REST url has been altered due to latest changes. Thus, all the rest service invocation urls should be changed in all Axis2 documents and readme files. 

eg:- old way of specifying REST url
http://localhost:8080/axis2/rest/StockQuoteService/getPrice?symbol=IBM

New rest uri ==> http://localhost:8080/axis2/services/StockQuoteService/getPrice?symbol=IBM



-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Resolved: (AXIS2-2440) Change REST urls in all documents and README files

Posted by "Chatra Nakkawita (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chatra Nakkawita resolved AXIS2-2440.
-------------------------------------

    Resolution: Fixed

Reviewed and committed patch. Thanks

-Chatra

> Change REST urls in all documents and README files
> --------------------------------------------------
>
>                 Key: AXIS2-2440
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2440
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 1.2
>            Reporter: Charitha Kankanamge
>             Fix For: 1.2
>
>         Attachments: axis2rest.patch
>
>
> REST url has been altered due to latest changes. Thus, all the rest service invocation urls should be changed in all Axis2 documents and readme files. 
> eg:- old way of specifying REST url
> http://localhost:8080/axis2/rest/StockQuoteService/getPrice?symbol=IBM
> New rest uri ==> http://localhost:8080/axis2/services/StockQuoteService/getPrice?symbol=IBM

-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-2440) Change REST urls in all documents and README files

Posted by "Chatra Nakkawita (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-2440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499009 ] 

Chatra Nakkawita commented on AXIS2-2440:
-----------------------------------------

I have corrected the problem on the site: http://ws.apache.org/axis2/1_2/rest-ws.html

Thanks,
Chatra

> Change REST urls in all documents and README files
> --------------------------------------------------
>
>                 Key: AXIS2-2440
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2440
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 1.2
>            Reporter: Charitha Kankanamge
>             Fix For: 1.2
>
>         Attachments: axis2rest.patch
>
>
> REST url has been altered due to latest changes. Thus, all the rest service invocation urls should be changed in all Axis2 documents and readme files. 
> eg:- old way of specifying REST url
> http://localhost:8080/axis2/rest/StockQuoteService/getPrice?symbol=IBM
> New rest uri ==> http://localhost:8080/axis2/services/StockQuoteService/getPrice?symbol=IBM

-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Resolved: (AXIS2-2440) Change REST urls in all documents and README files

Posted by "Chatra Nakkawita (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chatra Nakkawita resolved AXIS2-2440.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.2

Resolved issue by applying patch in https://issues.apache.org/jira/browse/AXIS2-2444

Thanks,

Marietta

> Change REST urls in all documents and README files
> --------------------------------------------------
>
>                 Key: AXIS2-2440
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2440
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 1.2
>            Reporter: Charitha Kankanamge
>             Fix For: 1.2
>
>
> REST url has been altered due to latest changes. Thus, all the rest service invocation urls should be changed in all Axis2 documents and readme files. 
> eg:- old way of specifying REST url
> http://localhost:8080/axis2/rest/StockQuoteService/getPrice?symbol=IBM
> New rest uri ==> http://localhost:8080/axis2/services/StockQuoteService/getPrice?symbol=IBM

-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Reopened: (AXIS2-2440) Change REST urls in all documents and README files

Posted by "Chatra Nakkawita (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chatra Nakkawita reopened AXIS2-2440:
-------------------------------------


rest-ws.html in xdocs and servicelifecycleguide.html doc in service lifecycle sample has not been corrected for this issue.

Thanks,
Chatra

> Change REST urls in all documents and README files
> --------------------------------------------------
>
>                 Key: AXIS2-2440
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2440
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 1.2
>            Reporter: Charitha Kankanamge
>             Fix For: 1.2
>
>
> REST url has been altered due to latest changes. Thus, all the rest service invocation urls should be changed in all Axis2 documents and readme files. 
> eg:- old way of specifying REST url
> http://localhost:8080/axis2/rest/StockQuoteService/getPrice?symbol=IBM
> New rest uri ==> http://localhost:8080/axis2/services/StockQuoteService/getPrice?symbol=IBM

-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-2440) Change REST urls in all documents and README files

Posted by "Chatra Nakkawita (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-2440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12485474 ] 

Chatra Nakkawita commented on AXIS2-2440:
-----------------------------------------

Oops. What I meant to say was.... 'Thanks Marietta',

Regards,

Chatra :-)

> Change REST urls in all documents and README files
> --------------------------------------------------
>
>                 Key: AXIS2-2440
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2440
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 1.2
>            Reporter: Charitha Kankanamge
>             Fix For: 1.2
>
>
> REST url has been altered due to latest changes. Thus, all the rest service invocation urls should be changed in all Axis2 documents and readme files. 
> eg:- old way of specifying REST url
> http://localhost:8080/axis2/rest/StockQuoteService/getPrice?symbol=IBM
> New rest uri ==> http://localhost:8080/axis2/services/StockQuoteService/getPrice?symbol=IBM

-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Updated: (AXIS2-2440) Change REST urls in all documents and README files

Posted by "Marietta Lovendhal (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marietta Lovendhal updated AXIS2-2440:
--------------------------------------

    Attachment: axis2rest.patch

patch attached

> Change REST urls in all documents and README files
> --------------------------------------------------
>
>                 Key: AXIS2-2440
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2440
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 1.2
>            Reporter: Charitha Kankanamge
>             Fix For: 1.2
>
>         Attachments: axis2rest.patch
>
>
> REST url has been altered due to latest changes. Thus, all the rest service invocation urls should be changed in all Axis2 documents and readme files. 
> eg:- old way of specifying REST url
> http://localhost:8080/axis2/rest/StockQuoteService/getPrice?symbol=IBM
> New rest uri ==> http://localhost:8080/axis2/services/StockQuoteService/getPrice?symbol=IBM

-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org