Questions tagged as 'soap'

1
answer

Failed to invoke a SOAP Service in ASP.NET [closed]

I was trying to invoke a method of a SOAP service on a page in ASP.NET, but it is throwing the following error: Some co-workers told me that it was necessary to invoke the service using WsSecurity and attaching certifications previously...
asked by 26.11.2016 / 00:15
1
answer

Error 404 Web Service NuSoap PHP

I'm a bit new to Web Services; I am designing a client with NuSoap to consume a Web Service. When I try to consult the path of the wsdl I get an error 404 Not Found , but when I use the SoapUI there is no error and shows m...
asked by 01.02.2018 / 15:44
1
answer

I have a problem when consuming web service soap with php

I have the following code to consume a soap web service with php, class request { public $request; public function __construct() { $this->request = new data(); } } class data { public $EntityCode = 10324; pu...
asked by 26.09.2017 / 05:41
4
answers

Convert xml to array or json in php

Can you please help me to convert some data that I have in xml to json or to an array in PHP? This xml I consume it from a web service and when using a var_dump or echo I confirm that I do have an answer and the data that I require, however,...
asked by 15.12.2016 / 20:36
2
answers

Soap: Header ... problems

I have problems with an App in the Web Service that was consumed successfully. The detail was when security was added to the Web Service, for this a header was added. Who can guide me what could be the detail? I seem to receive a response fro...
asked by 21.06.2016 / 18:02
1
answer

Show several markers stored in an array on the map

I am developing an application in Android Studio in which I connect to a server using SOAP and get something like that TCXXX,lat,long/TCXXX,lat,long I store each component in array where the latitude and longitude are d...
asked by 28.07.2017 / 02:23
1
answer

Problem in pairing Web Service response

I have not been able to receive the answer given to me by a Web Service for several days; My code is as follows: <?php $params = array('NitProveedor' => '860000896', 'baseDatos' => '1',...
asked by 17.08.2017 / 14:19
2
answers

How can I pass the data to a ListView?

I would like to know how I can pass data from MySql to an Android ListView, I have been trying to do it but the application stops me, I have already armed my web server with the following PHP code function getEmpresas($empresa) { $mysqli...
asked by 01.03.2017 / 17:34
0
answers

Ksoap sending request in null

I have the following code using the Ksoap2-android-3.6.0 library @Override protected Void doInBackground(String... params) { try { SoapObject request = new SoapObject(NAME_SPACE, METHOD); PropertyInfo prope...
asked by 21.09.2016 / 00:28
1
answer

Preload SOAP in PHP

I am using a webservice in which I make the SOAP connection in PHP. The problem comes when, on the first call, sometimes the data is not retrieved and you have to click again on the query button to view them. Is there a way for this connec...
asked by 03.10.2016 / 08:34