Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6074329
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T10:22:12+00:00 2026-05-23T10:22:12+00:00

I have sybase stored procedures that I have written which we use in our

  • 0

I have sybase stored procedures that I have written which we use in our c# application and all is working well. Now I am trying to use an IPAD and be able to call those stored procedures. From what I understand I will need to build a webservice and expose those stored procedures. I have become very familiar with IPHONE ( developed an app). I learned how to call a web service from an IPHONE by posting some questions here and getting some tutorials.
I need to know how to build a web service in c# or if mac has an equivalent then so be it. Are there documentation on how to build a web service around a stored procedure or even a sql? I gladly read any books or documentations but I can’t find any that is worth while.

Thanks
Saro

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T10:22:13+00:00Added an answer on May 23, 2026 at 10:22 am

    I would definately recommend looking at WCF based web services rather than the old asmx web services. If you use WCF creating a service communicating in json is as easy as doing proper attribute decoration. What you need to look for is the WebHttpBinding and a

         [WebGet(ResponseFormat = WebMessageFormat.Json)]
    

    decorator on your methods. You can also use uri matching to get parameters etc.

        [OperationContract]
        [WebGet(UriTemplate = "/lookup/{username}", ResponseFormat = WebMessageFormat.Json)]
        Model.UserIdentifierResponse LookupUser(string username);
    

    (Here the {username} is matched with the input parameter.)

    http://msdn.microsoft.com/en-us/library/bb412178.aspx

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have 500 stored procedures in a Sybase database. Using SQL, can I get
Have some data in a sybase image type column that I want to use
I have an application that originally needed to connect to Sybase (via ODBC), but
I have a standalone application that needs to connect to a Sybase database via
I have an Apache server running PHP 5.3.3. Our sybase ASE servers use HOSTNAME
So I have a Sybase stored proc that takes 1 parameter that's a comma
I have the following code that executes a Stored Procedure in Sybase throught VBA.
I have a C# Console application which references Sybase.Data.AseClient . dev machine has version
Sybase 15 is what I use. I have a table which kind of looks
I have a stored procedure'test' in Sybase ASA with for example 4 parameters. par1

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.