Learn to write API

Hi, I am new to programming and working on an application where we have to pull pricing data with different vendors of their websites and load it to a SQL Server table. Well I am not sure where to start and how to proceed. Could you please help me get started.
Thanks in advance.
P.S: Please excuse me if I am posting in the wrong thread.
Ione

Hi lone,
Thank you for visiting the MSDN forum. I’m afraid that it is not the correct forum about this issue, since this forum is to discuss Visual C#. I am moving your question to the moderator
forum ("Where is the forum for..?"). The owner of the forum will direct you to a right forum. Thanks for your understanding.
Have a nice day!
Kristin
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.

Similar Messages

  • Learn to write A/v program or Webconference

    I am planning a website where my custemers will communicate
    with each other via A/V proragm.
    I have no computing knolwedge (my PhD is in managment) but I
    want to learn to write the program and run on my server providing
    service to my customers. One of my fridends (she has a PhD in
    computing) suggested to attend a free seminar run by Adobe. I am
    confused.
    Can Adobe help me (I do not want to buy a commerical program
    with a standard windows. I want create my own version of software
    providing possibilities of personalized windows to my customers)?
    Many thanks for your valuable comment!
    [email protected]

    // create the user profile, get the handle back,
    // and set the membership profile attributes.
    ProfileAdmin newProfile = null;
    try {
    // the users profile name is the domain      
    // he belongs to plus their userName
    // you will request.domain if your doing this from a servlet, domain_name is the domain_name the user belongs too
    String profileName = domain_name + "/" + user;
         if (debug.messageEnabled()) {
    debug.message("creating profile for " + profileName);
    // create the user profile object
    newProfile = ProfileManager.createProfile(
    getSession(), profileName ,Profile.USER);
    UserProfile userProfile = (UserProfile)newProfile;
         // set the role the user is a member of. Default is to set
         // the users to the default role of the domain they surfed to
         StringBuffer roleName = new StringBuffer(64);
    // request.domain instead of domain_name if your doing this from a servlet ..
    Profile dp = getDomainProfile(domain_name);
    roleName.append(dp.getAttributeString("iwtAuth-defaultRole"));
         if (debug.messageEnabled()) {
    debug.message("setting role for " + user + " = " + roleName);
    userProfile.setRole(roleName.toString());
    newProfile.store(false);
    } catch (ProfileException pe) {
         debug.error("profile exception occured: ",pe);
    return;
    } catch (ProfileException pe) {
         debug.error("login exception occured: ",le);
    return;
    HTH ..

  • How to write API for web cam?

    who knows how to write API for web cam?

    if you mean capture from the cam try JMF I've done it a million times
    salut

  • Learning the webtools API / Netapoints api ...

    I have hunted a bit for documentation for Webtools API in order to learn to use it.
    Is there sample code that is available?  I read there is a SDK folder which comes with the install but I could not find it.  We are the reseller for it.
    What I basically need to do is to write a custom OrderHistory web part (ascx) which will link up the order history based on Logged In UserID and not Account ID due to 2nd sync assigning the processed orders to the consolidated BP on the B1 side.
    So I need to know who is logged in?  I suppose I need to somehow talk to:
    netpoint.api.account
    And then based on the userid logged in, run a custom sql and display the data.
    Thanks
    Mike

    The SDK folder should be in the zip file you download from SAP that has the installer.
    There's not much sample code to go by ... the SDK folder has some and if you look in the plugins folder of the site you will see all these ascx files have the code in the ascx and not compiled in a dll so they can give you an idea of what you can do.
    For you example, if you just want to get the currently logged in user in a user control (ascx) just add a "using netpoint.classes" at the top, create a new NPBasePage object by casting the current Page to NPBasePage "NPBasePage basePage = (NPBasePage)Page;" and then use the UserID property of the page (basePage.UserID).

  • Learn to write code for app

    I am brand to new creating an app or writing code.  I just thought of an idea for an app that isn't created yet so I wanted to reseach how to do that.  I understand it will take a long time to learn how to write code and everthing else that goes into creating an app.  I just want to know from everyone out there what your suggestions are for learning how to do that.  I know there are books and websites and a whole lot else out there stating they are the 'best' at teaching how to write code, but I want some of your opinions on what really is the best way to learn.  Thanks!

    Hi brad344. I too am just beginning to learn how to make Mac Apps.
    As Mark says, "Save your $99..." until you're ready to publish your app. Note that if you're developing mobile apps (iPhone, iPad, etc), you cannot test your app on a mobile device unless you buy the iOS developer account.
    If you are developing Mac apps, I would recommend the book "Cocoa Programming for Mac OS X Fourth Edition" by Big Nerd Ranch. I'm in the process of reading it. Though it can be somewhat in-depth, if you have the talent of app development, you'll be able to figure it out
    I also bought the book "Programming in Objective-C Fourth Edition" Developer's Library. I've finished this book and I didn't find it as useful as the other book for developing apps, although it does provide some good fundamentals.
    You can also get some good information at the Mac Dev Center online. It's a good in-depth resource center, for example it provides good info on icons, code signing, user interface guidelines, etc.

  • Learn a new API

    Hi all,
    So what would you guys be interested in? Ive been playing around with making java games for the last 10 months or so. Before that was some work with AI (which is what lead me to playing around with game dev). But now I think something new might be nice.
    Ive been reading a bit about the java media framework(jmf) which sounds great. Would any of you recommend putting some time into learning and using jmf? The potential programs that seem possible with the jmf api look relatively exciting (imo), although i dont really want to dedicate a lot of time learning a new aspect of java that isnt very popular or usefull.
    What would you guys recommend as a usefull api to look into?
    any thaughts
    regards
    R

    I read through some of the sun API guide last night for jmf aswell as looking through the forums and it appears that jmf is not being kept up to date and doesnt appear to have much of a future. correct me if im wrong?
    I would really appreciate any thaughts from those of you that know what is usefull out there as far as what aspects of java to look into.
    I guess sticking with jdbc and the general database connectivity area is always a safe bet. I was just hoping for something different and intriguing aswell as usefull.
    thanks again
    R

  • Learning to write user interface

    Dear All,
    With zero experience in writing LV user interface, we needs to write a User-Interface program for end-user data entry of "structured command script" (text with specific keyword_command)
    Basically, we need to have the LV equivalent of some basic window commands, like
    list box for user to select one from several keyword_commands
    push button  to 'enter' 'save' etc.
    radio button to select options (like inch vs. mm) 
    a graphic plot showing the  'execution'    (like the x-y grid inspection (template).vi in the motion find-example)   
    drop down menu (like File in windows)
    Grateful pointers for beginner's learning resources on user interface.
    Thanks in advance

    Depending on your version, all of these things exist in the LabVIEW palettes, you just have to place them on your front panel. Just look through the different palette, since there aren't many palettes. If you want controls which look like the MS ones, go for the Dialog Controls palette, which uses OS specific controls. The tricky bit is the menu, which can be controlled through code, or from the Edit menu.
    After placing all things on your FP, however, the real trick is connecting the code to those things. Here is a standard passage I provide to beginners (although I don't know how much of that applies to user interface):
    To learn more about LabVIEW, I suggest you try searching this site and google for LabVIEW tutorials. Here and here are a couple you can start with and here are some tutorial videos. You can also contact your local NI office and join one of their courses.
    In addition, I suggest you read the LabVIEW style guide and the LabVIEW user manual (Help>>Search the LabVIEW Bookshelf).
    You can try searching this site for a presentation called "the good, the bad and the ugly", which deals in UI design, but is not a tutorial. You can also try the LAVA forums UI board (I believe they have one), but read what's there instead of bombarding them with questions. Above all, this will have to take your time. You can't write an LV program without learning LV (and that's relatively easy).
    Try to take over the world!

  • Where exactly should i write API and function calls in OAF

    Can anybody tell me where to call the API's and functions and also please specify the reason for that so that i can understand properly.
    Thanks a lot in advance.
    kumar

    In case you need to call the pl/sql API's then you should create an PL/SQL EO based on each business function per each pl/sql package and override the dml methods.
    Please go through the section "PL/SQL Entity Object Design and Development" in OA Fwk Dev Guide.
    Thanks,
    Ravi

  • Books and resources for learning to write a string parser?

    Hi there,
    I need names of some good core c# books which teaches string manipulation in depth. 
    What functions I need to know to master the string manipulation techniques in c#?

    You can start with these links:
    https://msdn.microsoft.com/en-us/library/ms228595.aspx
    http://www.developerfusion.com/code/4398/string-manipulation-in-c/
    https://msdn.microsoft.com/en-us/library/vstudio/ms228362%28v=vs.110%29.aspx?f=255&MSPPError=-2147217396
    http://www.regular-expressions.info/dotnet.html

  • Performance of Machine Learning Webservice API

    Hi Team,
    I have some questions about the performance of Machine Learning Web Service API.
    I've recently grabbed the tweeter sentiment analysis model sample and tested the web service performance in both single request/response and batch execution mode. Based on the result, single request API takes about 5 seconds to process one
    tweet, which is not applicable to real-time processing as the speed that tweet get generated is much faster than this. So I have to buffer tweet stream and send batch execution requests which takes about 0.25 sec per tweet when sending 500 tweets per batch.
    The questions are:
    1. Given a task such as tweeter sentiment analysis, can the API running under single request mode do better than a few seconds per record, in order to enable real-time processing? Currently I am using the free version ML service.
    Could standard version have better performance in terms of processing single web service request?
    2. How to evaluate the performance and estimate the execution time/pricing of a model built on Azure ML? From the pricing web page it says "The best way to estimate prediction API call times is to benchmark a model on the Machine Learning
    service.". Can anyone explain this a bit more in details about how to "benchmark a model" ?
    Thanks

    Hi Dexter,
    It is likely that the initial calls to the web service are triggering model initialization and are taking longer than steady state calls. To measure the performance of a fully initialized service - you would need to send multiple concurrent requests at once.
    There is an unofficial tool that helps you do this today:
    https://github.com/paveldournov/RRSWarmer but you can do that with simple client code as well.
    There is an option in the ML APIs to send multiple entries (tweets in your case) in a single request to the Request/Response service. In this case - all of the entries will be sent to the model at once, which can be faster per each tweet, while it will not
    require asynchronous batch processing. Sending 500 entries per call in this case should not be a problem.
    The free workspace allows you to build services that can scale only to 4 concurrent calls at a time. A paid workspace will allow scaling this to 20 concurrent calls by default, and to 200 with an API call to adjust the max concurrent calls. The performance
    of an individual call should not change with going from Free to Paid, but the amount of call volume and rps is up to 50 times more in the Paid case.
    Re. the pricing - the resources on this page are outlining the key pricing points:
    http://azure.microsoft.com/en-us/pricing/details/machine-learning/ . The API pricing is composed out of two components - the number of calls and the time to process the calls.
    I'd recommend to setup a web service and do perf testing of the service from a single client sending serialized requests. This will allow you to measure the compute time per call. Then a simple multiplication by the expected number of calls should give
    an idea about the total cost.
    Thanks!

  • Best Practices to write an Api in Oracle

    Hi all.
    I need any information about How to write an Api with standard code.
    I need a document or examples.
    Thanks
    Matias

    Hello,
    Your probably going to want to google some of that since it's not APEX specific
    http://www.cincomsmalltalk.com/blog/blogView?showComments=true&entry=3258158706
    http://www.google.com/search?hl=en&safe=off&client=firefox-a&rls=org.mozilla:en-US:official&hs=vn3&pwst=1&sa=X&oi=spell&resnum=0&ct=result&cd=1&q=how+to+write+api&spell=1
    Carl

  • What are the limitations of remote API?

    Excuse me,
    I am new to Oracle BPEL, and going to customize the worklist application using remote API.
    I read the Sample Worklist Application for learning the remote API.
    When I learning about task attachment's API,
    I saw a thread
    RemoteWorklistServiceClient -- attachment
    Suddenly, I found that there is different between local and remote API.
    Would anyone like to tell me what are the limitations of remote API?
    By the way, could there is any API for retrieve process list?
    The reason is I am trying combine some feature of the console into my worklist application
    such as list process with details, deploy/undeploy process, active/retired process lifecycle and turn on/off process state.
    I only found how to start process:
    Locator lLocator = new Locator({Domain}, {Domain.Password}, {Properties});
    IDeliveryService lDeliveryService = (IDeliveryService) lLocator.lookupService(IDeliveryService.SERVICE_NAME);
    lDeliveryService.request({ProcessName}, {OperationName}, {NormalizedMessage});
    Thank you very much ^^
    Roy

    Excuse me,
    I got the answer by testing the remote API
    And I have another question about the BPEL API which used in the console
    I have success construct the class com.oracle.bpel.client.Locator
    It providing a set of methods for invoking Oracle BPEL
    However, the methods always using WhereCondition as parameter
    therefore, I need to know about the database.
    1. Could anyone tell me where can I found the database schema?
    2. There are some deprecated APIs what is the preferred APIs of them?
    - IDeliveryService.SERVICE_NAME
    - IDeliveryService.request({Process}, {Operation}, {NormalizedMessage})
    - IDeliveryService.post({Process}, {Operation}, {NormalizedMessage})
    Thank you very much ^^
    Roy

  • BAM APIs and TPE in BizTalk

    Hi - i have been assigned work related to tracking data using BAM (its like Purchase Order, Sending/receiving Invoice, for Property related work)
    I know TPE is used to track only at Ports level which is not always helpful and if there is looping involved it doesnt work.
    BAM APIs is better way to approach as it can be customisable as per requirement. 
    Is there any real good detailed example of showing  using BAM for tracking # of Received files, # of loop records, tracking within Orchestration, Sent delivery , and lot other stuff.
    Please let me know.
    MBH

    There are few SDK samples available for learning about BAM
    API:
    From BizTalk SDK samples:
    BAM
    API(BizTalk
    Server Sample)
    Instrumenting a Solution: Step-by-Step
    APIUsage
    BAM
    APIfrom
    an Orchestration Expression (BizTalk Server Sample)
    For looping records:
    Capturing BizTalk 2006 BAM Data On Looping Process
    I would also recommend this book,
    Pro BAM in BizTalk Server 2009
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

  • Report Writer - Using Formula in a set

    Hi I am trying to learn Report Writer (GR31) and one of the things I want to do is put a formula in a set, but I am having hard time getting it to work.
    I want to put a formula like this...
    if account is 5000000 then put do one thing else put 1
    IF '&ZACCT1' = 500000 THEN '001' * 'A' ELSE 1
    but I am not getting any value back.
    Anyone have any idea what I am doing wrong.
    Thanks in advance for any help/suggestions.
    John

    Hi John Lee,
    The logic that you would want , can be implemented through a column set. That is, as per your logic written in the set, your column values differ.
    First in your set, keep your account number in the first set line. ie. 5000000.
    Then you enter the following formula in the second line of a set defined for a report column:
    IF u2018001u2019 > 5000000 THEN u2018001u2019 ELSE 0
    If the value in the first column (set line 001) is greater than 5000000, then this value displays in the second column; if the value in the first column is less than 1000, the value 0 displays in the second column.
    Revert if you need any additional help.
    Regards,
    Subin John

  • Can't un-write protect TDM files

    I am using the storage VIs to manipulate a TDM file that was created using the TDM header writer API. When I try to do any operations on it (specifically, deleting a channel), i get error -2561 "Data storage is write-protected.". I have checked the permissions on the file and they should be correct.
    I ran some tests and found that i can create a TDM file using the storage VIs and delete a channel without any issues. According to LabVIEW, the file created using this method has the same permissions of the problem file.
    Do you think this could be a bug with the TDM header writer VIs? Or am i missing something obvious?
    I have attached  files showcasing the issue.
    Thanks in advance for any help.
    Attachments:
    TDM test.zip ‏131 KB

    Bazookazuz-
    The standard is described in the Developer Zone described above.  TDM files are binary files written such that it follows a particular pattern.  That way the data can be easily retrieved and interpreted later.  It is written in the fashion to save disk space and to be created/modified quickly.  All TDM files acquiring data from multiple channels follow the same format alternating between each channel taking each sample (also described in the Developer Zone article).  By converting the data to End-to-End, it makes all the data for each channel together. 
    In order to distinguish between the modified and unmodified tdm files, there is no way to just look at the file type and know without a naming scheme.  Programmatically, you can parse out the first few data sets and see if they are the same channel and then you can determine from there. 
    Regards,
    Mike S
    NI AE

Maybe you are looking for

  • JCO - RFC_ERROR_SYSTEM_FAILURE: com/sap/mw/jco/JCO$Server

    Hi, I call from Java an ABAP RFC and this RFC in turn call back the Java stack and it fails. At Java side I get: #1#com.sap.mw.jco.JCO$Exception: (104) RFC_ERROR_SYSTEM_FAILURE: com/sap/mw/jco/JCO$Server      at com.sap.mw.jco.MiddlewareJRfc.generate

  • DB Mirroring disconnected

    Hi, I'm getting the below error. I tried stop & start the port. I resumed the partner also.. But mirroring is still disconnected. Can anyone help. "The Database Mirroring protocol transport is disabled or not configured. The Database Mirroring protoc

  • Defining + testing Web Service

    Hi, I've defined a web service from ID and loaded the WSDL into XML Spy and trying to SOAP request from the WSDL. But I get the following error when I try to validate the WSDL. Unable to locate a reference to a supported schema type (DTD, W3C Schema)

  • External file transferring (windows copy paste from network to PC or vice vers sa) and lynk freeze.

    os: win7 64bit Lynk 2010 on 64bits Problem: Every time i transfer a file on my PC to the network or download a file off network (Big video file - working in a video on demand company) lync keeps on working. If you send me a msg, i'll get that msg. BU

  • How to configure SSL on Cisco Load Balancer

    I want to configure SSL termination on cisco LB. i just want to know is there any license required for this deployment ? please share me some configuration steps to deploy the SSL. Thanks Irfan Hussain