Questions tagged as 'webservice'

2
answers

ERROR: org.json.JSONException: Value ... of type java.lang.String can not be converted to JSONArray

I have this error:    org.json.JSONException: Value i201600010 of type java.lang.String   can not be converted to JSONArray My code is as follows: @Override public void onClick(View view) { Thread thread = new Thread(new Runnable()...
asked by 24.11.2016 / 07:03
2
answers

Access Violation Error while trying to consume a SOAP Web Service from a 64-Bit IOS

I have had a problem since March of this year and that is when trying to consume a Web Service done in C # from an App made in Delphi sends me a Access Violation whenever I call any method of that service. The web service unit was impo...
asked by 02.01.2017 / 16:46
2
answers

Read xml obtained by nusoap in php

I am learning to perform webservice with SOAP and for this I used the library nusoap . Everything is correct, the only problem is that I do not know how to deal with the xml once I get it, because it has a format like this: <...
asked by 15.11.2016 / 09:50
1
answer

Get values of a json, save them in a variable, json.parse ()?

Hello, I'm working on a module that graphs data with Chart.js , then charts.js works with json, like almost everyone in the world, so I'm getting another json 2 and NULL , with them generate variables that tell me how many there are. I'm no...
asked by 09.04.2018 / 18:33
3
answers

Connect with the web service of SII AEAT (soap PHP)

First of all, a greeting to all those interested in this question. I begin with the explanation of the problem: After trying to establish the connection with the web service of AEAT for the management of the xml files I have found a good ston...
asked by 09.06.2017 / 12:54
1
answer

Error sending json parameters by the PUT method in WebService client with java and jersey

I have a WebService client side application in JAVA and server side in PHP. I am trying to send a request with json parameters by CURL command as seen below: curl -H 'Content-Type:application/json' -X PUT -d path=4920 -d message="I love yo...
asked by 15.09.2017 / 18:34
1
answer

PHP SOAP-ERROR: Parsing WSDL: Could not load

How are you? I am making a connection to a Webservice server. Through PHP To perform a test use SOAP-UI and the service responds correctly, but when making the connection with PHP I get the error    SOAP-ERROR: Parsing WSDL: Could not l...
asked by 14.05.2017 / 21:34
1
answer

Hosting Web Services

I am trying to host a web services in a hosting that I hired. I use it for login, and just validate username and password From Visual Studio I created an empty web project. I added a file .asmx , and when I publish it I upload WS.asm...
asked by 01.09.2016 / 17:59
1
answer

HTTP formats to send data to the server

I use headers: {'Content-Type': 'application/x-www-form-urlencoded'} What is the correct way to send the json data so that the WS reads it correctly? data: { lat: '-33.4415275', lng: '-70.6517743' } I have this code, I send them by...
asked by 06.09.2016 / 23:56
2
answers

c # Consume web service electronic invoicing

I am something new in this consume webservices , I have to send a file to a web service and receive an answer, my problem is that I could not generate a SOAP Header valid. The web service to consume is this: https://facturaelec...
asked by 25.08.2018 / 02:49