Questions tagged as 'soap'

1
answer

Problems when querying a table by a webservice

I made a web-service with find all the services when accessing the localhost in the browser but opening in SOAPUI and trying to make a query by all the following error occurs in SOAPUI? <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoa...
asked by 24.05.2016 / 21:46
2
answers

Bad request on a new iis server

I have 3 servers iis in production and homologation everything works ok. But in a new server I just created, installing all the necessary tools to run ASP.NET and putting the source code of a webservice in C # as a new site, returns me a Bad Req...
asked by 04.02.2016 / 17:12
1
answer

How do I insert the DroidSoapClient library into my Android application?

I'm having trouble importing the DroidSoapClient library into my application, I use Android Studio to develop and I'm inserting this library into the Main folder, but it looks like the import is not getting the file right, or I'm probably wrong...
asked by 13.10.2014 / 20:14
1
answer

How to use the ksoap2 library

I have the following situation, I have a PHP server: class Teste { function obtemStatus(){ return 'ok'; } } $server = new SoapServer(null, array('uri'=>'http://test-uri/')); $server->setClass('Teste'); $server->hand...
asked by 23.09.2014 / 02:07
1
answer

PHP: Functions, Parameters, SOAP

I have the following code with two functions: public function getClientTemplates(){ $client_id = 31; $this->Send('client_get', compact(array('client_id'))); } public function Send($action, $post){ extract($post); try...
asked by 27.04.2014 / 01:58
0
answers

How to perform SOAP request with and without proxy

Good afternoon guys, Scenery : "The company where I work has a proxy, but sometimes you have to disable it and configure the IPv4 settings manually." So I can consume SoapClient for the first situation with the following parameters:...
asked by 28.11.2018 / 18:58
0
answers

PHP Soap Object reference not set to an instance of an object

I'm trying to login to a URL and the following error appears:    Object reference not set to an instance of an object. Follow the code: <?php $clientSoap = new SoapClient( "http://www1.snd.com.br/Plugins/Atma.Plugin.Misc.ServiceAPI/C...
asked by 30.11.2018 / 12:49
0
answers

Problem consuming webservice SPC Brasil in PHP

Good afternoon, I've been trying to make a webservice in PHP that works with SOAP, but I've never been successful. What came closest was working with cURL but after a strange message I can not do it anymore. nothing after this message. Does anyo...
asked by 21.11.2018 / 15:49
0
answers

WebService (XML return) - JAVA

Good morning. I'm trying to make some requests for a web service, but I do not have much experience in the subject and I went to see some forums how to make the connection; In summary, I used jax-B to generate the classes and when I make the req...
asked by 13.11.2018 / 15:00
1
answer

Consume Webservice SOAP with PHP - Problem with header

I am trying to consume a SOAP webservice using PHP however access returns me message stating that user validation was not done correctly. The XML that I need to send is the following: <soap:Envelope xmlns:soap="http://www.w3.org/2003/05...
asked by 07.11.2018 / 19:40