WEBSERVICE ON MY IPHONE?

I would like to see surveiilance cameras that Ihave at work on my Iphone. They have an IP address that I use to watch from any computer and I tried to do the same on my iphone but the site that usually appears on a computer does not open on my iphone.

I would doubt it, but the place to ask is in the iPhone Forum - this forum is for the website creation program iWeb. You would be more likelyto get help if you can post an example page, otherwise people can only offer guesses, though I realiase that you may not want to do this for security reasons.

Similar Messages

  • Webservice compatible in iphone

    Hi all,
    I am very new to this mac os also to iphone application developement. Currently, we are going to develope an iphone application, which will get the inputs from the user(thro iphone) and process it and send response back to the iPhone and it will be displayed on the screen.we are having the same kind of application in windows plateform,for that we are using the webservice and this webservice was developed in .net.My question here is, can i use this same webservice for the iphone application also? will this mac plateform support this webservice? If any one of you did similar kind of application please guide me and that will be a greate help for me.

    Yes, a webservice is just a SOAP call, so you can create a SOAP message and send it to your service and get a response. You will have to parse the result to get what you need. Read up on SOAP and how to make those calls manually.

  • Webservices & XSLT

    Hi everyone,
    I'm very new to the objective-c language but have been tasked with looking into it for work.
    I've been googling for a few days now looking into how to consume a .asmx (.net) webservice from the iPhone. It sounds like this isn't as easy as we are used to via Visual Studio.
    From what I can find, there is no easy way to do it on the iPhone, however serveral people mention using http requests/responses. This would therefore require me to create the message body ie. the soap envelope etc. myself.
    So a few of questions...
    - Firstly can anybody point me towards a good example of http requests/responses?
    - Is it possible to use XSLT on the iPhone?
    - Have I missed something obvious? is there an easier way? Can you point me at a good example?
    Thanks in advance.
    David

    http://developer.apple.com/documentation/Cocoa/Conceptual/URLLoadingSystem/URLLo adingSystem.html

  • Not able to access web service with axis and tomcat

    Dear all
    i am trying to access web service using axis in tomcat.
    i downloaded axis-bin-1_4.zip, unzipped it and installed it properly in tomcat.
    i had tested axis, its working fine.
    i had created a simple java class(a sample class from book) and deployed it in axis. i also created a client(a java consol class) for accessing that web service. but its giving error. i have no idea why this is comming.
    plz point me in right direction.
    thanks in advance
    The error is:
    Exception in thread "main" AxisFault
    faultCode: {http://xml.apache.org/axis/}HTTP
    faultSubcode:
    faultString: (404)/axis/ArithmeticProcessor.jws
    faultActor:
    faultNode:
    faultDetail:
            {}:return code:  404
    <html><head><title>Apache Tomcat/6.0.14 - Error report</tit
    le><style><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;ba
    ckground-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;
    color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Ari
    al,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-f
    amily:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-famil
    y:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:
    Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color :
    black;}A.name {color : black;}HR {color : #525D76;}--></style> </hea
    d><body><h1>HTTP Status 404 - /axis/ArithmeticProcessor.jws</h
    1><HR size="1" noshade="noshade"><p><b>
    type</b> Status report</p><p><b>message</b> <u&
    gt;/axis/ArithmeticProcessor.jws</u></p><p><b>descriptio
    n</b> <u>The requested resource (/axis/ArithmeticProcessor.jws) is n
    ot available.</u></p><HR size="1" noshade="noshade
    "><h3>Apache Tomcat/6.0.14</h3></body></html>
            {http://xml.apache.org/axis/}HttpErrorCode:404
    (404)/axis/ArithmeticProcessor.jws
            at org.apache.axis.transport.http.HTTPSender.readFromSocket(HTTPSender.j
    ava:744)
            at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:144)
            at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrateg
    y.java:32)
            at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
            at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
            at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
            at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
            at org.apache.axis.client.Call.invoke(Call.java:2767)
            at org.apache.axis.client.Call.invoke(Call.java:2443)
            at org.apache.axis.client.Call.invoke(Call.java:2366)
            at org.apache.axis.client.Call.invoke(Call.java:1812)
            at ArithmeticClient.main(ArithmeticClient.java:50)

    Hi ,
    Please go through this link and check in this way only you created the webservice correctly or not. If not follow and do it definitely will get you the webservice access by iphone or any application.
    www.scribd.com/doc/19255987/Web-Services-in-Abap

  • ESA webservice in IPHONE application

    Hi all,
    I want to build a IPHONE application with a connection to SAP by using webservices. Has someone already done this?
    Kind Regards,
    Richard

    A bit of a late reply, but YES.
    I've been working on such an application for quite a while now. The main problem with doing this, apart from there being no web service API in the SDK is that using SOAP isn't recommended for various reasons. We have therefore taken the step of implementing our services as REST services; these are much simpler and I have been told will be available for Netweaver web services in future.
    As a starting point you could look at this blog, was very helpful to me to assess the webservice requirements.
    Link: [https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sapportals.km.docs/library/web-application-server/p-r/real%20web%20services%20with%20rest%20and%20icf.article]
    In terms of the phone app, you should aim to create a single web service requester class which can accept and forward requests for any relevant REST service that you have published.

  • [iPhone SDK] WebService Options

    So anyone reading this, probably has seen the numerous other topics about how the iPhone and SOAP simply is on the complexity level that makes it almost not worth the effort.
    Multiple places have recommended: RESTful Web Services
    As an alternative method for doing it.
    Given I have spent the last multiple years using SOAP driven webservices... going a new path is well.. "interesting"
    Does anyone out there have a very basic iPhone code segment, that will show the usage of a RESTful Web Service.
    Our long term needs, we have multiple web-service all of which are parameter driven.. With the combination of limited XML functions on the iPhone, we need to do some heavy lifting on the server end... basically putting RESTFul services around our existing SOAP ones.
    So any basic examples on using parameter based calls, via RESTful web-service method... would be very much appreciated.
    Also... anyone that any other alternatives to this issue... it would also be appreciated as at this point, we are identifying what needs to be done... in order to get all our pieces working, without starting over from scratch.

    The appended code adds a record to a Ruby on Rails-based website by treating it as a RESTful web service. (Recent versions of Rails include this capability natively; in this case, I'm exploiting the fact that if you POST an XML data structure corresponding to the structure of a model to a Rails resource, it will create a new resource of the appropriate type.) I've lightly edited it to obscure a few details, but not in any way that will affect you.
    The code registers the user's locale with my site so I have some idea of my user base's demographics. I don't check for success or save the result body (which is the return value of sendSynchronousRequest:returningResponse:error:), since my users don't actually care if this process was successful. If you need to include such checks in your app, or want to use the result body, read the URL Loading System article in your documentation.
    Keep in mind, though, that there are several approaches to REST. You could send XML back and forth, or you could use the application/x-www-form-urlencoded or multipart/form-data formats used by HTML forms. If the other end of the connection is Mac OS X Server, you could even send NSCoder-serialized objects or XML property lists back and forth! Just use whatever you find easiest with the tools you have available and the requirements you need to meet.
    What makes it REST is:
    1. I'm specifying what I want to operate on (the set of all registrations) with a URL.
    2. I'm specifying the operation I want to perform (adding a record) with the HTTP method. (If I wanted to delete the registration later, I could do it by using the HTTP DELETE method on /registrations/434.xml, or whatever its URL ended up being. Actually, I've forbidden that action except by administrators, but that's beside the point.)
    - (NSString*)locale { (code omitted due to irrelevance) }
    - (NSString*)xml {
    return [NSString stringWithFormat:@"<?xml version="1.0" encoding="UTF-8"?><registration><locale>%@</locale></registration>",
    [self locale]];
    - (void)sendRegistration {
    // This method is invoked as a background thread, so it doesn't
    NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
    NSURL * url = [NSURL URLWithString:@"http://mycompany.com/registrations.xml"];
    NSMutableURLRequest * request = [NSMutableURLRequest requestWithURL:url];
    [request setHTTPMethod:@"POST"];
    [request setValue:@"application/xml" forHTTPHeaderField:@"Content-Type"];
    [request setHTTPBody:[[self xml] dataUsingEncoding:NSUTF8StringEncoding]];
    NSURLResponse * response;
    NSError * error;
    [NSURLConnection sendSynchronousRequest:request returningResponse:&response error:&error];
    // We're ignoring all the outputs because we don't really care.
    [pool release];

  • IPhone App via Adobe AIR and Webservice

    Hi Forum,
    I am trying to deploy a iPhone App developed with ADOBE AIR. This gets data from SAP via a webservice. When I test it on the iphone simulator provided by Flash Builder it works fine. But when I try to run it on the iPhone, it just does not get any data. It does not ask for the user credentials also. I was wondering if any one has tried this route and succeeded ?
    Any pointers will be greatly appreciated.
    rgds,
    Rajvish

    Hello,
    Just try to open the any sample sap webpage sitting on SAP server ,where the webservice is residing on the iphone browser,if
    the webpage is opening,then there is problem in the application or else,your SAP server is not exposed on internet,so the webservice is not called.
    regards
    kaushik

  • Consuming webservices in Iphone

    Hi,
    I new to iPhone sdk and i have to quickly develop an application for demo in which i have to consume web service. I search it in example code but i could not find any sample code.
    If any one can give me sample code for it i will be thankful to him
    Thanks
    Bill jonshon

    "Consume" is tech talk. A Web Service offers a product (i.e., data, a calculation, etc.) When you take advantage of that offering you "consume" it.
    Another way to look at it: A Web Service is like a web page without the formatting. It provides content, but to a program rather than to an end user. The program then uses that content to present something to the user.

  • How can i pass array as argument in magento api method calling using sudzc API in iphone Native APP

    0down votefavorite
    I am implementing magento standard api method in native iphone app. I use webservice generated by sudzc. To call method I use:
    [service call:self action:@selector(callHandler:) sessionId:@" " resourcePath:@" " args:@""];
    When I used methods e.g. cart.info or product.info in which I have to pass one parameter; it gives valid response. But when I used method e.g. cart_product.add in which I have to pass an argument as value of array it gives error
    SQLSTATE[42000]: Syntax error or access violation:
        1064 You have an error in your SQL syntax;
        check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1
    I have tested in SOAP UI also. There also it gives me same error. But same method works in PHP file. Even I tried by creating same soap request which I created using JavaScript but still it doesn't work.
    Can anyone help me to pass array as a parameter using sudzc api to call magento web services?

    There is an error in your SQL.

  • Looking for a person familar with Livecycle 8 webservices

    These forums are great but I have gotten over my head and instead of posting question after question, I would rather like to hire someone already familar with this subject.
    I am looking for a person familar with Livecycle webservices to assist with my PDF running in an Adobe Reader 8 and 9 enviroment to send and recieve data with my PHP/MySQl Internet server.
    See PHP script snipet code examples: http://www.tylerbutler.com/projects/Pages/ParsingXFDFinPHP.aspx
    Thank you so much
    kpenner36 at yahoo d o t c o m

    Kensington LiquidAUX for iPhone and iPod
    http://store.apple.com/us/product/TR824LL/A?fnode=MTY1NDA0Mw&mco=MTA4MzcxMDg
    no stand, but has a wireless remote.
    Belkin TuneBase Direct with Handsfree for iPhone
    http://store.apple.com/us/product/TY247LL/A?fnode=MTY1NDA0Mw&mco=MTM3NzgxNDQ
    I like this one because it also double as a hands free car kit
    Monster iCarCharger AUX 1000 for iPhone and iPod
    http://store.apple.com/us/product/TW684LL/A?fnode=MTY1NDA0Mw&mco=MTA4MzY3NTI&p=1 &s=topSellers
    Kensington LiquidAUX Deluxe for iPhone and iPod
    http://store.apple.com/us/product/TR951LL/A?fnode=MTY1NDA0Mw&mco=MTA4MzcwODQ
    this one has a wireless remote that you can strap onto your steering wheel to control music playback. it's much easer to use then to try and use your touch screen while driving.
    Message was edited by: Sherman Campbell

  • How to send a  mail to outlook   from iphone flex 4.5.1 app automatically..?

    HI folks,
                     i have to send a mail to outlook for correpanding mailler id  with out  opeing  outlook  from my app(iphonoe flex 4.5.1 app.) with taking the input values what ever  we have given as input those values has to be send to outlook  while pressing submit button  on that  view....(i dont want  to open outlook  and user action on that).
    Please help out on thsi issue..
    Regards,
    Madhu.

    Hello Madhu,
    The only way to send an email without opening a client is: using server-side mail objects invoked by your app.
    This would be the workflow:
    - your user fills in form data (subject, body, mail_to)
    - your application sends form data to a server (via httpservice or webservice or AMF)
    - the server takes care of sending the mail in a way that is transparent to your user
    So: it is not possible to send emails without opening the iPhone client (I think by "outlook" you mean the "mail client" with an Exchange account) for security reasons. You wouldn't want any app to send mails without you pressing "Send" in a known interface.

  • IPhone Web App - Push vs Pull

    I am new to the iPhone development scene and I am looking into developing a web based game that will communicate with other phones via a web service. One thing that I need to tackle is how a message from the service will reach the iPhone in the most battery efficient way. Obviously, it is not ideal to leave the antenna on constantly, so what is the best way to go about pushing a message to the phone while its antenna is off?

    There was PUSH delivery implemented in SDK 2.1 beta that would send messages to applications that weren't open (as there are no running background applications). That feature was removed until further notice.
    When dealing with a webservice protocols such as SOAP, there is no idea of push, like rtwomey said. You have to make a request to the service to get a response.
    If you want to have your "service" send messages to a device, the device would have to listen for incoming packets on a stream using TCP/IP or UDP. But that would not be the traditional notion of a "web service".

  • Where is the WebService class located in the Flex SDK?

    I checked there and all I found in the
    \frameworks\source\mx\rpc folder is the IResponder.as class file.
    There wasn't a soap package or anything... When you do the
    import mx.rpc.soap.Webservice where is it coming from?

    Still no answer to this important question, nearly a year after it was posted? WHERE IS THE REMOTE BUTTON that we are supposed to pair Remote app on the iPhone with? Here's what the help file says in French :
    Jumeler Remote avec une bibliothèque iTunes
    1. Touchez Remote sur l’écran d’accueil de votre appareil.
    2. Touchez Ajouter une bibliothèque iTunes.Un code à 4 chiffres apparaît.
    3. Ouvrez iTunes sur votre ordinateur, puis cliquez sur le bouton Remote .
    4. Tapez le code à 4 chiffres dans la fenêtre iTunes.iTunes jumelle la bibliothèque de votre ordinateur avec l’app Remote de votre appareil.
    NO REMOTE BUTTON ANYWHERE IN ITUNES THAT I CAN SEE... HELP!

  • How to connect WCF using RESTful service from iphone

    Hi ,
    I have been facing trouble to connect .Net based  WCF webservice through REST from iPhone.
    Please let me know any idea to implement that.
    Thanks in advance,

    Hi
    1) Login to the relevant system
    2) Goto the transaction IF_SPAF_INB_PROCESS_AGENT~PERFORM_ERROR_HANDLING
    7) Click on the method to get into source code and then goto menu u2018Gotoà Class Definitionu2019
    Click tab u2018Propertiesu2019
    Double Click the Package
    Note the Application Component of the Package
    The application component is the component in which the CSS message has to be raised
    Regards,
    Jayakumar

  • Query regarding OdiInvokeWebService, not able to use it with any webservice

    I am trying to invoke a webservice using the OdiInvokeWebservice, but not able to do that, tried with 11.1.1.6 and 11.1.1.5
    any one tried that before in the following version ?
    Please help !!
    Regards,
    Uday

    What did Orange say when you requested them to unlock the iPhone?
    You have to request an unlock - it is not automatic after a period of time.

Maybe you are looking for

  • Change Gl account to reconciliation account

    Dear Friends, While creating a Reconciliation account I miss to assign a Vendor account in controling tab and the account become an GL account. Is it ok if I can change this account as a Recon account Is it possible to change the GL to Recon account

  • Task Flow Exit Using contextual Events ??

    I am using Jdeveloper 11.1.1.5. My application has a page which has two regions in it. First region has a bounded task flow with just one fragment in it(Just with a button) and Second region has a BTF which has five fragments in it(which is a kind of

  • 10g client mangles national characters, 9i client is ok

    We are having a strange problem with some 10.2.0.4.0 clients on Windows XP. They make an incorrect conversion of national characters while querying from a 10.2.0.4.0 database. For example, the "ä" letter in the result set is converted to "a", which m

  • MRP recommendation -- Do a Stock transfer instead of Purch or prodn Order..

    With the MRP report recommendations you can either select to  fulfill the recomendation by Purchase Order or Production Order. is it possible to add another option i.e Stock Transfer. I.E Customer has mutliple warehouses in different regions and they

  • SetLocation not working right

    In the following code I am using a setLocation to position the scores and related info for a rock paper scissors game. the first time a button is pressed the info displays in the correct location. However subsequent button presses result in the info