Questions tagged as 'soap'

1
answer

XPath does not recognize XML elements

I have an XML. But something is happening that I do not understand.  When I try to use XPath to return the Author elements, using //Author (I tested it via link ) is only bringing only the ones contained in the SearchBookResponse...
asked by 04.05.2016 / 01:47
1
answer

What is the correct way to legitimize a given user through Identity with web service Soap?

Initially I tried to add snippets that are related to identity and I used the Find method with password and login, but I did not succeed. using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Ser...
asked by 11.12.2015 / 20:46
1
answer

How does WebService SOAP / Rest work with JAX-WS?

I spent a whole day studying and finally I was able to authenticate with WebService SOAP using JAX-WS, using client generated by Eclipse. When you add the password and password to the SOAP message, how do you do this? Does it encode? Custo...
asked by 10.05.2014 / 18:43
0
answers

unexpected end of stream

I'm consuming a webservice on android. But I'm having trouble with the following method: public static SoapObject Retornar_Lista_UFs(int pCodigo_Entidade) { Financeiro_NG oFinanceiro = new Financeiro_NG(); SoapObject request = new S...
asked by 25.06.2018 / 15:40
0
answers

WSDL Soap with PHP giving error

I have the following code try { $client = new SoapClient("link.wsdl"); $function = "METADOPRINCIPAL"; $arguments = array( 'METADOPRINCIPAL' => array( 'Msg' => array( 'Transacao' => array( 'ME_DVW'...
asked by 09.01.2018 / 14:45
0
answers

WebService VB.NET - Return list (of) without structure TAG

I have a need to generate an XML code returned through a WebMethod () in the following format. Notice the content within the TAG <user_list> , which must have a list (of) or an arraylist without grouping: <soap:Envelope xmlns:so...
asked by 30.10.2017 / 21:20
1
answer

Using glob in Python

I'm setting up a client that will play the files found in a folder to a WebService SOAP This WebService has two methods that we will call MET1 and MET2 . When the files found end in .XML and start with LCL, then I run MET1 When the f...
asked by 03.04.2017 / 16:52
1
answer

Authorization Basic HTTRIO SPC / Delphi

Good morning everyone , I wonder if anyone could help me in the following situation: I'm doing an integration with the SPC / CDL web service, which requires a basic authentication (HTTP header). I need to do this authentication using H...
asked by 09.11.2016 / 12:38
0
answers

Doubts about integration Bradesco ticket [closed]

I am in doubt about integrating this Bradesco payments solution. This is the documentation I do not know if it's via POST, via GET, if it's via XML. I'm confused.. I tried something like this <?php $adm = '0000'; $order = '1'; $url...
asked by 11.10.2016 / 15:26
0
answers

500 error consuming WebService [closed]

The code is returning the following error message:   An unhandled exception of type 'System.Net.WebException' occurred in System.dll       Additional information: The remote server returned an error: (500) Internal Server Error. Does any...
asked by 27.10.2016 / 12:35