Questions tagged as 'webservice'

1
answer

Download SoapClient file

I use the PHP nusoap_client library to query a WSDL, this WSDL has an attachment in PDF format that I need to download, and try the following code $response = $client->response; $filename = "recibo"; $destination = dirname(__FILE__) . '/'.$...
asked by 07.03.2018 / 17:29
0
answers

Save file in a folder with a java webservice?

I am using this project ( link ) to make the electronic signature with a webservice, but at the time of testing it does nothing. XAdESBESSignature.firmar(input_file_path, key_store_path, key_store_password, output_path, out_file_name) Recei...
asked by 19.02.2018 / 19:27
0
answers

How to capture a php array and capture it in Java and transform it to Json

I mean, I'm using a PHP Web Service with NuSoap, the return of a method is an array (without converting it to a jsonstring) Return structure array('return' => 'tns:estructura') Array to use $data = array(); This array is then loa...
asked by 06.02.2018 / 21:08
0
answers

Consume with Java a web service created with GeneXus

I am trying to consume from Java a SOAP web service created in GeneXus. I have access to the WSDL by the URL and followed the steps to create a SOAP client, but on the screen where I have to put the WSDL link, when I place it, I see "The se...
asked by 07.02.2018 / 20:35
0
answers

Execute ODI process

Someone who knows if I can call a process created in oracle data integrator from outside, I mean from other software, I know that I can generate a scenario of it and call it from an odi agent or from the oracle web service, but in this case it d...
asked by 08.02.2018 / 19:47
0
answers

Consume web service from c #?

Friends I have to consume a web service from c #, this web service was developed by an external company which gave me the methods to test them, from the postman probe program the web service and it works well. Now in postman in the body I have t...
asked by 06.02.2018 / 06:05
0
answers

Is it possible to run an .exe from a web service hosted on an iis server?

I wanted to know if there is any way to run a .exe from a web service c #, I have the service already done and working but I would like to add the code that is below to generate a file .txt . But I do not know if it is possible or i...
asked by 30.01.2018 / 17:33
1
answer

Problem connection to WCF service in xamarin forms windows uwp

Good afternoon, you see, I'm trying to connect a xamarin forms solution with the sqlserver database. I have developed a wcf service in visual studio, which makes this connection. In Android and I have been able to add that service as a web refer...
asked by 26.01.2018 / 13:26
0
answers

Security Wcf Authentication Username c #

I'm doing a web service with WCF of c # good when I run the service it appears like this and does not ask for any validation or authentication. I would like to put an authentication when you consume that service requires to request a...
asked by 27.01.2018 / 19:03
0
answers

Sign xml by calling a Web Service

First of all, thanks in advance for your help. I'm trying to connect to a web service, which asks for the xml document to be signed, the connection to the service itself works, but apparently you have to include something like this in the XML...
asked by 29.01.2018 / 16:59