1
vote
2answers
30 views
+100

PHP: Http request fails from remote server

I have some PHP code that calls a web service. It works perfectly when running on my local machine, but when I try to run it on the remote server (where it will ultimately reside), I get the following ...
0
votes
0answers
19 views

How to get info on sent PHP curl request

I'm trying to debug a curl request to a webservice 'getToken' endpoint. I'm not 100% confident that the URL and the auth info is getting written in to the curl handle correctly. I'm trying to use ...
0
votes
2answers
21 views

install wordpress from zip

I have become completely frustrated trying to install WP on my server (hosted at home). I am able to launch the WP content manager and when I find the theme I would like to install, it asks me for my ...
0
votes
0answers
160 views

Install WSO2 Web Services Framework for PHP on Windows x64

I'm using WampServer ( PHP 5.3.8, Apache 2.2.21, 64-Bit ) on Windows 7 and tried to install "WSO2 Framework for PHP 2.1.0" (wso2-wsf-php-bin-2.1.0-win32) exactly as told in documentation. But ...
0
votes
0answers
27 views

.NET Unable to XML deserialize response from Apache PHP web service

The Problem I'm calling a 3rd party web service that's hosted on Apache and built in PHP from an application I'm building in .NET 4.5 and WCF. My reaches the endpoint and calls the web service, but ...
1
vote
1answer
45 views

How to inform site that app is installed?

When user enter my site it recieves a dialogue box proposing to install my wounderfull app. When user press accept buttom, play merket page with my app pops up. This dialog box apears only if user ...
2
votes
3answers
4k views

generate php code from wsdl

I have a bunch of webservices that I need to write PHP clients for. Now I can manually write wrappers for each of the WSDL files but i wanted to see if there is a tool that can help me by generating ...
-1
votes
0answers
30 views

Href redirection to wrong address [closed]

I've a problem with url, my href looks like this: index.php?id=2 But when I click on it, I'll go to: http://site.com/[http://site.com/index.php?id=2 What is the problem? I tryed to turn off magic ...
-1
votes
0answers
11 views

web service client can't be created by jaxw wsimport utility [closed]

while i am installing web service i find this error "Target "wsimport-client-generate" does not exist in the project "drugin.interaction.001". It is used from target "-pre-pre-compile"." can any one ...
0
votes
0answers
26 views

Getting error when calling Web Service

I am trying to call web service using PHP/SOAP, Here is the code but i don't know what am i doing wrong? $client = new SoapClient(null, array('exceptions' => true, 'cache_wsdl' => ...
0
votes
1answer
33 views

pass arraylist bean from android to webservice php

i'm newbie in android with web service i'm trying to pass arraylist from android to webservice php server here's my bean code: public class ExpressionBean { public static final String ...
0
votes
0answers
17 views

Developing an application that creates financial chart from web services

I'm trying to create an application that will create a chart that will get the data by calling a financial web service. Users will interact with the chart by clicking on it. There could be millions of ...
-2
votes
0answers
19 views

Error in calling Web Service provided by http://acxiom.com/ [closed]

I am using PHP SOAP functionality to call Web Service from http://acxiom.com/ but getting this error: [ SoapFault: Endpoint {http://findpeople0003.riskapi.acxiom.com/risk-findpeople0003/1.0} ...
1
vote
1answer
19 views

Connect to sample SOAP 1.1 with PHP

Hello i need to connect to SOAP web services with password, username and SourceId in php. the SOAP request is: POST /webservices/AgentOnlineReservation.asmx HTTP/1.1 Host: 54.228.189.53 ...
0
votes
1answer
20 views

Encoding SQL PDO SQL results

I am using a PHP web service to get results from an sql query within one of the tables has quotes and when I use the query below it the result shows this table as null. Now I had this issue already ...

1 2 3 4 5 111
15 30 50 per page