web-services

Invoking a SOAP ( Web Services ) from ORACLE DB

Dears, Kindly note that I’m trying to invoke a SOAP (web services) from ORACLE DB using pl\sql , after I have done some investigations it says that I have to use the UTL_HTTP package but It didn't work with me !!! Kindly to advice me , where should I exactly place the following SOAP in pl\SQL to be invoked .... is it posible ? SOAP ...

How to send big psd by webservice

Hi, I want to sending by webservice/ WCF big files like 2gb psd. Is WCF message streaming the best way to cope with this ?? ...

Web Services Primer for a WinForms Developer?

I've been writing client/server applications with Winforms for about six years now, but I have yet to venture into the web space (neither ASP.NET nor web services). Given the direction that the job market has been heading for some time and the fact that I have a basic curiosity, I'd like to get involved with writing web services, but I d...

Changing asp.net web service namespace after deployed

by some unfortunate events we published a web service with the tempuri-namespace a couple of months ago and no one did notice (not in our company, not the companies connecting to the web service) even though it's live since that time and lots of companies (~25 i guess) already access this web service. now i'm thinking of correcting that...

SharePoint Web Services. Using UserPofileService.GetUserProfileByName. After SP upgrade... failing.

The below web services code has worked properly for me for over a year. We have updated our SharePoint servers, and now the below code throws an exception (at the bottom line of code) "Object reference not set to an instance of an object" UserProfileWS.UserProfileService userProfileService = new UserProfileWS.UserProfileService(); ...

osx web service spawns icon in taskbar - osx - while drawing image

I have a web endpoint that displays an image of a string... When the following code is run (in tomcat) it spawns a java icon in the taskbar on OSX. Not sure if it is a problem, or whats going on. Looking for some sort of explination @RequestMapping("/text/{text}") public void textImage(HttpServletResponse response, @PathVariable("text...

Webservice for Watching a Table in SQL server and populating it.

Can we write a web service to watch a table in sql server. whenever the corresponding table is populated with new records, the new records should appended to the another table which has the same structure of the old one. Is this is possible using webservices if not how to perform this. ...

How can i use .net webservice to make login app in android phone app?

How can i use .net webservice to make login app in android phone app? i have the Main.xml in layout like this <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent"> <E...

Best way to access a sqlite database file in a web service.

First question from me on stack overflow. I have created a java web application containing a web service using netbeans (I hope a web application were the correct choice). I use the web application as is with no extra frameworks. This web service use a sqlite JDBC driver for accessing a sqlite database file. My problem is that the file...

Calling my web service from a phone

I've got a website which contains the profile of users. I am now working on a mobile app and I would like to access the profile details from via the app. My idea is to simply create a webservice which returns the relevant fields (some of which might be password protected). How can I ensure that the web service is being request only by my...

Global Error Handling for Web Services

I have a web project consisting of only web services. I need a global way of handling errors on the server so I can send emails, log in event log, etc. Global.asax doesn't work according to MSDN. How should I go about this? I have tried creating a soapExtension, but it is never hit. ...

Is there any good universal PHP MySQL HTTP tunnel?

Many Windows MySQL tools like Navicat or EMS have this thing - You just put a PHP file on a shared hosting and can connect local running program to the remote MySQL server on the Web via the web service exposed by that php file. Are there any good popular free solutions to expose full MySQL as a web service using PHP? ...

Microsoft Speech Recognition in web service

I'm trying to use the System.Speech.Recognition namespace for recognizing speech in a web service. Actually, the WS calls a dll that uses this namespace. The problem is that...I can't. First, I had a Access denied error. After changing the Identity of my application pool to LocalSystem (security break, I know), that disappeared. But a t...

how can we use AsynCallback method of web service in asp.net

Hi All, I was going through the proxy class which is generated using wsdl.exe found the asyncmethod like BeginAsynXXX() and EndAsyncXXX(). i understood how to utilize them on Windows application but i was wondering how can we use them in Web Application built using asp.net here is the code for web service client build as windows applic...

Web framework recommendation for python (webservices, auth, cache, ...)

Hi all, Googling for the past week, but cannot finally decide which python web framework would be right for me. The web app I'm about to develop would be almost completely "pure" html with js (jQuery). Server side would have to do the following: authentication session management caching web services (almost all the on page data would ...

Can anyone help convert this VB Webservice?

I can't figure it out for the life of me.. I'm using SQL DataSet Query to iterate to a Class Object which acts as a Data Model for Flex... Initially I used VB.net but now need to convert to C#.. This conversion is done except for the last section where I create a DataRow arow and then try to add the DataSet Values to the Class (Results C...

american express API

Is there an API that would let me access my AMEX transactions? How do Mint or any other finance websites export my data? If so, is it free? ...

Projects integration question

Other team has one legacy system, which is data aggregators. It is implemented as web service using JAVA, SOAP,MTOM,Tomcat and Axis2. They have wsdl files defining functionalities such as search, retrieve data, upload, download. Our team has a new developed website which is developed using RoR with mySQL. It is sort of social networkin...

Couldn't find schema part: error when accessing the wsdl url using browser

I have an xsd file Foo.xsd. I tried to refer it in a WSDL file as xsd:import namespace="http://ws.test.com/types" schemaLocation="/xfire/Foo.xsd" But when I try to access the wsdl url using browser I am getting the following error. org.codehaus.xfire.XFireRuntimeException: Couldn't find schema part: I am using xFire 1.2.6 for generat...

Web application vs. web services vs. classic application

Please I need help. I have project in which I need application which communicates with local DB server and simultaneously with central remote DB server to complete some task(read stock quotas from local server create order and then write order to central orders DB,...). So, I don`t know which architecture and technology do this. Web app...