Questions tagged as 'soap'

1
answer

PHP webservice connection occurring cURL ERROR: 35

Hello, I am trying to connect to a webservice that uses SSL security, requiring the use of a certificate. I was trying to initially on a linux server, but now I'm using it on my computer with windows and xampp. I've already tried connecting to t...
asked by 02.06.2016 / 04:40
0
answers

Error fetching HTTP headers in Web Services php

I am learning how to create Web Services and I am making two files in php, server and client. Server.php <?php class functions { function mensagem() { return 'hello server'; } function soma($a, $b) { ret...
asked by 16.02.2016 / 13:29
0
answers

HTTP POST for Invoice

Expensive, Good Afternoon. I need to send an XML via post to the webservice function of Nota Fiscal Paulistana. However, the XML is correct, it just returns a message that is very generic, so there is not much to say to you. I'd just like you to...
asked by 03.02.2016 / 19:59
0
answers

Permission error making a SOAP call with aXMLRPC [closed]

Talk about it! I have a virtual store (Magento) in which I'm trying to make a SOAP request with ksoap2 on Android. However, when executing the code, it generates an exception, but the message of this exception returns @null . Here is th...
asked by 18.10.2015 / 21:05
0
answers

WebService with PHP + SOAP - Doubt with the return

I'm using a webservice to perform file uploads from the CAT52 gateway WebService : link You are doing all normal communication (at least I think) but there is a return that I can not understand Return through vardump    o...
asked by 19.08.2015 / 17:46
1
answer

NullPointerException in WSO2 DSS 3.0.0

I'm having problems with a Data Service in WSO2 DSS 3.0.0. If you run the query directly on the database no error happens. The database is a Sybase 12. Could someone help? DBS <data name="DSProgram" serviceNamespace="http://myschema.or...
asked by 12.05.2015 / 19:18
1
answer

Consume SOAP from a rest in Asp.Net Core 2.0

I refined the question, trying to improve it for better understanding. 1) I created a WCF service, called OptOutService.svc. In this service I have an interface and a class that implements this interface, as below: [ServiceContract] public...
asked by 22.06.2018 / 15:07
1
answer

Problem trying to consume webservice on android

I'm trying to do a query through the android in a firebird database, the webservice is working perfectly however when trying to query through the application it generates the following error: 05-31 13:55:52.339 4062-4062/br.com.realsysten.rest...
asked by 31.05.2016 / 16:02
1
answer

Error connecting to WebService + Soap + Android

Good afternoon, I have a problem connecting to the webservice. I'm using the ksoap2 library. public class CallSOAP { public final String SOAP_ACTION = "http://tempuri.org/yteste"; public final String OPERATION_NAME = "yteste"; pub...
asked by 26.01.2016 / 18:19
2
answers

Webservice SOAP with PHP

I have a question: I've used webservice Json Curl with PHP and in consumption I was returning an array where I could work with the information, now learning SOAP the return is not as satisfying as in JSON, max that I get is an XML return on a...
asked by 24.09.2014 / 20:53