Questions tagged as 'xml'

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
0
answers

How to generate and deliver an XML file via PHP page

How do I execute a PHP script by URL, which returns an XML file, for example:    link The code: <?php function GerarXml($nome, $re, $html) {header ('Content-Type:application/xml'); preg_match_all($re, $html, $data); //Inicia o...
asked by 05.11.2018 / 00:57
0
answers

Getting digital certificate to sign XML in react

I have many questions, I am developing a system in react, this system consumes an api in ASP.NET Core, I generated the xml in the react and I need to send it to the sefaz, but I need to sign the same ... I have been giving one searched and it lo...
asked by 31.10.2018 / 19:29
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
1
answer

How to import photos from an XML with PHP

I'm trying to import an XML file, but I do not know how to import it when it has a field inside another field, see below the example that explains better: <imovel> <id>1</id> <endereco>abc</endereco> <fot...
asked by 07.11.2018 / 17:53
0
answers

Add attribute in an xml via notation

I have the following structure in java package xxxxx.entities; import java.util.List; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlAttribute; import jav...
asked by 07.11.2018 / 17:57
1
answer

How to change the GPS location icon in Android Studio?

I wanted to know how to change that red icon that marks the location of the GPS to put a photo located on the drawable. I just wanted to know what code I should add to get the suggested result. The code is as follows: @Override public void...
asked by 25.10.2018 / 19:16
0
answers

Maven goal jaxb2: xjc generating classes for wrappers tags

I have the following xml element: <experiment> <name>Experiment</name> <globalVars> <var> <name>foo</name> <value>bar</value> </var>...
asked by 02.11.2018 / 05:48
1
answer

PHP SOAP - SOAP-ERROR

Good afternoon Guys, I'm doing a WEBSERVICE to consume an API from a company. But with the code below the return is always "SOAP-ERROR: Encoding: object has no 'Active' property" I do not know what else to try anyone can give a tip. <?php...
asked by 24.10.2018 / 20:34
1
answer

Delphi Problems When Listing XML Sub-Node

I have the code below, but on the [ICMS] node . he puts it in the same line I can not read the children. Happening the same with [PIS] and [COFINS] . * He does not obey level 2. How to get or check if he has more Levels or knot? Thanks to anyo...
asked by 06.11.2018 / 02:18