api

php soap question: howto create custom namespace

I am using php soap. I can't get my soap body to include a custom namespace. Here is an example of what I want: <?xml version='1.0' encoding='UTF8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"&gt; <soapenv:Body> <tns:MyCall xmlns:tns="my.sx"><tns:op>getStuff</tns:op><tns:args /> </tns:MyCall> ...

RichEdit VCL and URLs. Workarounds for OnPaint Issues.

So, issue is with the thing Delphi progies scare to death - Rich Edit in Windows ( XP and pre-XP versions ). Situation: I have added EM_AUTOURLDETECTION in OnCreate of form. Target -> RichEdit1. Then, I have form, that is "collapsed" after showing form. RichEdit Control is sattic, visible and enabled, but it is "hidden" because form wi...

Suggest A IP Geolocation API

I've been googling around for a IP Geolocation API and have come up with a lot of 'shonky' looking ones (i.e. inaccurate ones or ones that look like they might not be around for long). Are you guys able to suggest a accurate and trustworthy IP Geolocation API service? I would prefer a free one, but I wouldn't mind paying a fee if they a...

Maya API to C++

Hi, I was reading about the Maya API to C++ and didn't quite understand the idea. Upon implementing the API, Can I create an environment, or a GUI in 3D world in Visual Studio? This question is related to my previous one about the Maya API. Question If someone could give me a good place to begin, it would be great. Thanks, Oded. ...

Trying to retrieve yahoo weather using jquery / php / xml

Whats wrong with this function? function yahooWeather(){ var loadPage = 'yahooweather.php?p='+ $("#myCity").val(); $("#yahoo").html('<img src="loading.gif" align="absmiddle">'); $("#yahoo").load(loadPage); } Is there another way to write this function. Im unsure if its able to read the .val required, tho i know it is se...

Ruby Hash & Array to xml

I'm using ActiveSupport's to_xml to generate some xml from a hash. I have need for the this ruby: :Shipment => { :Packages => [ {:weight => '5', :type => 'box'}, {:weight => '3', :type => 'tube'} ] } To generate this xml: <Shipment> <Package> <weight>5</weight> <type>box</type> </Package> <Package> <wei...

How to execute fql (facebook api) in asp.net?

Hi all, How to execute the fql in asp.net? I used the following code, but I coult not get response. public partial class _Default : System.Web.UI.Page { facebook.Components.FacebookService fb = null; public _Default() { fb = new FacebookService(); fb.ApplicationKey = "a1eb7d8b0864cbae129891e93f2dcc96"; fb.Secret = "0d1...

How to find the id of an event at FanSanp API?

how to find the id of an event at Fansnap? I need to send a query to find the number of seats available for an event. For this, i need to know the id of the event. So, how do i get the id of the event. Any quick help is very much appreciated. Thanks ...

Determine if a string is a valid geographic location

I've got a bunch of "locations" - some are accurate (gaborone, botswana), some are geocodes (40.75,-73.997) and some are completely useless (#siliconcape). I need to find a way to run through the list and determine the City and Country of each string and geocode, and return nulls for the invalid locations. Is there some sort of library/...

On-demand publishing api?

Lulu.com is a "self-publishing" service. It appears that they used to have an api, but it is no longer offered. I was wondering if there are any similar services in which I could use a scripting language to generate book documents (pdf, xml, whatever), and programatically place individual orders for custom books. ...

Google Reader API - get subscribers

Anyone know the http request in order to find the subscriber count for a subscription? Something similar to http://www.google.com/reader/api/0/unread-count?all=true must exist for subscribers, no? ...

Where can I find commercial grade IP geolocation webservices?

I need a webservice that will return the country location given an IP address. I only have two requirements: It must be able to take thousands for requests per second. It must be a service where I don't have maintain the data. I know there are very similar questions here on SO, but most of the stuff people reference violates at least...

Using google maps without API Keys?

I am developing a cms that will use more than one domain and i have to use only one google map script in my page. Is there a way to use google maps without api key? Otherwise it's not working? ...

iPhone general question on private APIs

Hi, I need to get some general information on private API usage (e.g. Apple80211...): Up to now I was in the opinion, that I would need a jailbroken iPhone in order to run apps using this APIs. I'm a bit buffled now, because it seems, that I can create and run apps using it on my iPhone, e.g. directly from XCode. Is it just a matter of d...

Authorize.net Integration

I am attempting to integrate Authorize.net into my site. I have set up and activated a test account in their test.authorize.net domain and have obtained and inserted their API key/login for my account into my configurations. I run my script through their API and I get the proper success message that they've received the information. Howe...

Commercial grade DVR that has an API?

Can anyone recommend a commercially avaialble DVR that also ships with an API? I know I can build my own DVR but I'd like to find something off-the-shelf with 8 or 16 channels that also has an API. Any recs? ...

why is the Zend Framework API documentation that poor?

is it my browser that doesn't work with their API online documentation? the structure of it seems to be very bad compared to the java api online documentation and the yii api online documentation. i am new to zend, so i wonder, should it be like that? ...

PayPal MassPay and AddressVerify: Which SDK do I use?

I'm getting some rather conflicting information from PayPal. I've spent 2 hours on the phone with them today, and posted my questions on their forums, and I have not received one single solution. So I am turning to SO since people here actually know what they're doing. I am trying to add the AddressVerify and MassPay APIs to our websi...

How to use the Google Visualization API in VB ?

We are working on a project where we have to implement the Google Visualization API in VB. We are having problems with finding relevant information. We can find loads of java. Please let us know. Thank you. ...

I can't delete an Event Feed with Google data API

Hi Guys I'm trying to delete multiple events from the Google Calendar API (From a date range). I get the feed correctly, this is not the problem. The probleme is the delete function. I get this error : "Error: You must specify an URI to which to post." Can somebody please help me! Thank You $service = new Zend_Gdata_Calendar($clien...