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
Related
i am developing mobile application for one of my web app. After long search on google i found cordova to be the best for cross platform mobile app development. I am developing cordova based front end with ionic framework. I want to know which web service is the best one to communicate between mobile app & server. I am familier with REST for webapp but have no idea for mobile.
Note: My database is on server & i am communicating through web services only so no local database resides on mobile.
Thanks in advance for quick response.
Well angularJS with PHP & JSON object combination would be the best combination for the web services to develop for cordova application. Angular js used for cordova is the best to put at web service level too with PHP.
I found my answer after long search....:-)
I try to develop simple web service to liferay 6.1. I follow such manuals as http://www.liferay.com/de/community/wiki/-/wiki/Main/Creating+Liferay+6+plugin+web+service
and http://liferay-blogging.blogspot.com/2011/04/how-to-create-services-in-liferay.html
Portlet creates successfully, but service does not appear in /api/secure/axis
Portlet specific web services do not appear in /api/secure/axis, but can be found at /your-portlet/api/axis. Those web service URLs have changed in Liferay 6.1.
I am working with Visual Studio 2008 and SharePoint 2007. I have created a web part , a web user control that pulls data from a web service (binding a DropDownlist from web service) has been wrapped in my Web Part. When I deploy my web part it doesn't show me the data pulled from web service (Empty DropDownList). please advice how to use web parts that interacts with external web services.
Thanks a lot.
http://support.microsoft.com/kb/826994
This should have everything you need.
I want to connect from a .Net Micro Framework application to an existing web service hosted in WCF on a Windows Service / IIS. Is this possible and could someone please point me in the right direction with regard to the documentation on how to do this?
Thanks
Maybe this articles can help you
"Implementing Web Services on Your Devices" (.Net Micro):
http://msdn.microsoft.com/en-us/library/hh423016.aspx
"Connected Devices Using the .NET Micro
Framework": http://msdn.microsoft.com/en-us/magazine/gg232761.aspx
I am developing an asp.net web services.
I am new to asp.net but I want to make a web service in .net 3.5.
I want some video tutorial or step by step tutorial that can show me how to develop , test and then publish the web service to use it in another application.
OK- look into WCF. Here is Microsoft's getting started guide. Do not use ASMX Web services- they are now regarded as legacy.
What sort of other applications are you referring about? More detail on those might get a more in depth answer.
This is a good one: http://www.w3schools.com/webservices/default.asp
www.asp.net should be your starting point.
http://www.asp.net/learn/ has tons of videos. On http://www.asp.net/learn/3.5-videos/, video #13 is about "Creating and Using an AJAX-enabled Web Service in a Web Site".