-1

i want to connect sqlserver 2005 with the android application. i came to know that webservice is required to connect. but i dont know how to create webservice and dont have any idea of creating it. can please anyone help me with the source code or any related articles regarding it.

hope to hear soon.

Anil
  • 11
  • 1
  • 4

2 Answers2

1

Your question is not very specific, hence you might receive downvotes. These tutorials are found in the first page of a google search:

Web services are nothing else than data input and output, so you might have to start reading here even: Send string from Android phone to PC.

Community
  • 1
  • 1
Sebastian Roth
  • 11,344
  • 14
  • 61
  • 110
1

u can use apache axis2 and soap to connect any database...

try to read and undrstand tutorials on net.....

http://ws.apache.org/axis/java/install.html#ThingsYouHaveToKnow-

Sundaram
  • 37
  • 2