[Dev] i have one issue ,can u please explain me

2012-09-07 Thread Anil Kancheti
Hi ,

If it possible can you explain me the following issue how to solve it.

Issue:-

1.I created the one service on data service sever which connecting the
mysql.
2.I have to display the mysql data on jsp page(Eclipse platform).
3.Can you explain me the step by step process how to do it.


Thanks and Regards
Anil
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] i have one issue ,can u please explain me

2012-09-07 Thread Nuwan Bandara
Hi,

You can find, DataServices HowTos at [1]. The articles might be bit
outdated however the concepts remains the same.

[1] http://wso2.org/library/3183

Regards,
/Nuwan

On Fri, Sep 7, 2012 at 12:15 PM, Anil Kancheti
anil.kanch...@youtility.inwrote:

 Hi ,

 If it possible can you explain me the following issue how to solve it.

 Issue:-

 1.I created the one service on data service sever which connecting the
 mysql.
 2.I have to display the mysql data on jsp page(Eclipse platform).
 3.Can you explain me the step by step process how to do it.


 Thanks and Regards
 Anil


 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




-- 
*Thanks  Regards,

Nuwan Bandara
Associate Technical Lead  Member, MC, Development Technologies
WSO2 Inc. - lean . enterprise . middleware |  http://wso2.com
blog : http://nuwanbando.com; email: nu...@wso2.com; phone: +94 11 763 9629
*
http://www.nuwanbando.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] i have one issue ,can u please explain me

2012-09-07 Thread Jasintha Dasanayake
Hi

Data service is a web service. So you need to create service client to
access the service in the JSP

using developer studio you can easily create the web service client, please
follow Developer studio documentation[1] to find step to generate service
client

 Thanks and Regards

/Jasintha

 [1]-
http://wso2.org/project/developer-studio/docs/axis2_jaxws_category.html#Axis2Utils2

On Fri, Sep 7, 2012 at 2:04 PM, Nuwan Bandara nu...@wso2.com wrote:

 Hi,

 You can find, DataServices HowTos at [1]. The articles might be bit
 outdated however the concepts remains the same.

 [1] http://wso2.org/library/3183

 Regards,
 /Nuwan

 On Fri, Sep 7, 2012 at 12:15 PM, Anil Kancheti anil.kanch...@youtility.in
  wrote:

 Hi ,

 If it possible can you explain me the following issue how to solve it.

 Issue:-

 1.I created the one service on data service sever which connecting the
 mysql.
 2.I have to display the mysql data on jsp page(Eclipse platform).
 3.Can you explain me the step by step process how to do it.


 Thanks and Regards
 Anil


 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 *Thanks  Regards,

 Nuwan Bandara
 Associate Technical Lead  Member, MC, Development Technologies
 WSO2 Inc. - lean . enterprise . middleware |  http://wso2.com
 blog : http://nuwanbando.com; email: nu...@wso2.com; phone: +94 11 763
 9629
 *
 http://www.nuwanbando.com/

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




-- 
*Jasintha Dasanayake
**Software Engineer
WSO2 Inc. | http://wso2.com
lean . enterprise . middleware*
*
*
*mobile :- 077 291 6596*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] i have one issue ,can u please explain me

2012-09-07 Thread Anil Kancheti
Hi Jasintha and Nuwan,

As per your mail
[1]-
http://wso2.org/project/developer-studio/docs/axis2_jaxws_category.html#Axis2Utils2

i created the Axis2 service Project(Create Axis2 service using WSDL file)
and Generated the Axis2 web service client.

Deploy the WAR file in to the Stratos Application Server it shows the
following error.

---
HTTP Status 404 - /readingslitews/
--

*type* Status report

*message* */readingslitews/*

*description* *The requested resource (/readingslitews/) is not available.*
--
Apache Tomcat/7.0.14
--
Could you please me .

Thanks and Regards
Anil



On Fri, Sep 7, 2012 at 2:17 PM, Jasintha Dasanayake jasin...@wso2.comwrote:

 Hi

 Data service is a web service. So you need to create service client to
 access the service in the JSP

 using developer studio you can easily create the web service client,
 please follow Developer studio documentation[1] to find step to generate
 service client

  Thanks and Regards

 /Jasintha

  [1]-
 http://wso2.org/project/developer-studio/docs/axis2_jaxws_category.html#Axis2Utils2

 On Fri, Sep 7, 2012 at 2:04 PM, Nuwan Bandara nu...@wso2.com wrote:

 Hi,

 You can find, DataServices HowTos at [1]. The articles might be bit
 outdated however the concepts remains the same.

 [1] http://wso2.org/library/3183

 Regards,
 /Nuwan

 On Fri, Sep 7, 2012 at 12:15 PM, Anil Kancheti 
 anil.kanch...@youtility.in wrote:

 Hi ,

 If it possible can you explain me the following issue how to solve it.

 Issue:-

 1.I created the one service on data service sever which connecting the
 mysql.
 2.I have to display the mysql data on jsp page(Eclipse platform).
 3.Can you explain me the step by step process how to do it.


 Thanks and Regards
 Anil


 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 *Thanks  Regards,

 Nuwan Bandara
 Associate Technical Lead  Member, MC, Development Technologies
 WSO2 Inc. - lean . enterprise . middleware |  http://wso2.com
 blog : http://nuwanbando.com; email: nu...@wso2.com; phone: +94 11 763
 9629
 *
 http://www.nuwanbando.com/

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 *Jasintha Dasanayake
 **Software Engineer
 WSO2 Inc. | http://wso2.com

 lean . enterprise . middleware
 *
 *
 *
 *mobile :- 077 291 6596*


___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev