I'm newbie to IOS app, my requirement is to show all customer from odoo into IOS page. How can i connect the odoo XML-rpc API in Swift3.
https://www.odoo.com/documentation/10.0/api_integration.html
Can anybody give me an idea to connect XML-rpc connection (odoo) in Swfit3 code ?
Related
I trying to make a back office using laravel 5.2 for my mobile application. Where authentication user could be access of my webservice to fetch information.
I had research on that , I also use JWT plugins but its not fit for me. This plugins can't accept post request.
If you have any idea please share with me.
I work on Qt.
I need to retrieve URL from current Web page opened in Firefox by using Accessibility in Ubuntu 14.04.
Can somebody tell me how to do that?
You should Create WebSocket based Qt apps then listen on specific port and firefox add-on and connect with particular port and then only you can communicate with Firefox and Qt Application.
Please go through these links for more help.
Create Qt WebSocket Based Application.
Create add-on using the Firefox SDK
Write WebSocket client applications
Use Firefox tab api to get current URL and share with Qt Apps.
I have developed an application in Oracle Application Express 4.0.
I now want to create a SOAP Web Service for my application. Are there any APEX 4.0 widgets or plugins that will help me with this ?
Has any one tried to create a web service out of their application in Apex. If so what would be the pros and cons in doing so.
I am fairly new to APEX . Appreciate your comments / suggestions !!
Mohan,
refer video https://apex.oracle.com/pls/apex/f?p=44785:24:3620318427055:::24:P24_CONTENT_ID,P24_PROD_SECTION_GRP_ID,P24_PREV_PAGE:5815,,24#prettyPhoto
which shows how to create SOAP web services
I'm working on a project that consist in an IOS App and a webservice written using django-piston. Right now I'm using basic HTTP Auth use the webservice. Any idea of how can i integrate facebook connect to authenticate users to use the webservice?
Regards,
Emmet
It depends on if you want to authenticate from your iOS app or your web service.
For the iOS app, you can use the iOS SDK:
http://developers.facebook.com/docs/reference/iossdk/authentication/
If you authenticate from here, you should be able to get an authentication token via HTTP if you need to grab information on your web service. If you post more details I'll try to address them.
Suppose I developed a JavaFX project using netbeans 6.8 (JavaFX SDK plugin installed), and right now I need to convert this JavaFX UI to portlet and display it in a web page.
And I'm only allowed to do this using JDeveloper. So how could I achieve this? I'm using Oracle WebLogic Service as my web application server.
-Regards from Isaac.
The only way I'm able to resolve this is create portlet which embeds JavaFX applet inside.