Questions tagged as 'soap'

1
answer

Read XML with Java

I'm using the following code to send a .xml via SOAP package consumirwebserviceporrequisicaoxml; import java.io.ByteArrayInputStream; import java.io.IOException; import java.io.StringWriter; import javax.xml.soap.MessageFactory;...
asked by 22.12.2016 / 19:24
2
answers

How to resolve the "Could not create SSL / TLS secure channel."

In my project, I need to communicate with a WebService and send data to it. But when I do the wrapping and sending, it presents the following error:    "Could not create SSL / TLS secure channel.". Follow the code below: Method Call:...
asked by 14.09.2016 / 15:23
1
answer

Pass parameters to the method by URL

How do I capture parameters requested by the URL in a webservice ? For example: I have the following webservice: http://localhost/teste/WebService1.asmx/Produto How do I pass the parameters of the Produto method? To make the...
asked by 26.10.2015 / 02:18
2
answers

Add SOAP Header in SOAP C #

I'm trying to add a custom header in a SOAP service using C # . I've tried everything and I have not found a solution that works. I am adding the C # Web Services service. I've already tried to override GetWebRequest , but it did not...
asked by 13.10.2016 / 15:42
3
answers

Get connection to HTML and JS database [closed]

How to get the connection to the database via SOAP using HTML and JavaScript? I use Jquery Mobile. I'm doing a login system, and I need to transport input information to the Worklight adapter in order to connect to the database and return the su...
asked by 19.08.2014 / 20:17
1
answer

Error while browsing WebService

I'm trying to automate Sintegra's queries here at my company. I'm trying to implement in VB.NET (company software language), query through the webService made available by sefaz ( However, at the time of calling the service, passing the head...
asked by 15.07.2014 / 17:08
2
answers

Problem consuming webservice from DataSUS in PHP

Follow the code: <?php $client = new SoapClient('https://servicoshm.saude.gov.br/cadsus/CadsusService/v5r0?wsdl'); $function = "Pesquisar"; $argument...
asked by 30.07.2018 / 14:58
2
answers

SOAP client.php

Good morning. I'm trying to tinker with SOAP Web Service but I'm having problems. When I run the client.php file in the browser it does not work. Does anyone know how to solve it? server.php <?php $options = array('uri' => 'http://al...
asked by 09.12.2017 / 15:37
1
answer

Web Service consumption in the SOAP standard with sending XML as a parameter in PHP

I'm developing an integration application between my city's prefecture and a system for a company, for optimization of NFS-e generation. It consists of using the City's Web Service to send, using SOAP, XML files to be validated. That is, the pas...
asked by 25.11.2017 / 14:32
2
answers

Ticket Registration WebService Box SOAP WSDL PHP

Friends, I've never worked with WS, but now, as a result of the new changes, I need to register tickets that I generate on a site. I received a CEF document but so far I have not been able to make it work. Here are the instructions: URL:...
asked by 23.08.2017 / 02:05