Questions tagged as 'xml'

1
answer

Uploading an Activity using ProgressBar

ProgressBar XML Code <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_height="match_parent" android:layout_width="match_parent"> &...
asked by 27.07.2018 / 07:54
1
answer

Request error with a complex object

I'm trying to make a request for a webservice. Notice that with SoapUI it works normally But by the Android passing exactly the same data The following error occurred: SoapFault - faultcode: 'soap:Client' faultstring: '...
asked by 16.07.2018 / 19:29
0
answers

Special characters breaking XML in SQL SERVER

I recently had a problem reading an XML, where the value of the field seems to have a special character. Below is the snippet I created for the problem declare @xml as xml set @xml = '<ConsumerList> <Consumer> <Sourc...
asked by 10.07.2018 / 20:52
1
answer

XML Mapping Tool Delphi Tokyo

I would like to know how to map a .XML by Delphi Tokyo with the xml mapping tool and read in ClientDataSet . Using the XML Mapping Tool with Delphi 7 I can do the mapping and read the files by ClientDataSet if OpenDialog1.E...
asked by 10.07.2018 / 20:03
1
answer

Looking for an item in the XML file in php

I have an xml file, and I would like to bring to the page only one item of this file, in case I can bring all the items of one only through the code <?php $feed = file_get_contents('https://brasil.elpais.com/rss/brasil/portada_completo....
asked by 11.07.2018 / 20:17
0
answers

How to use Web Services in Yii 1?

I followed the steps of the tutorial below but I'm having an error when I call via client soap. link DRIVER: <?php ini_set('soap.wsdl_cache_enabled', 0); ini_set('soap.wsdl_cache_ttl', 10); ini_set('default_socket_timeout', 15); i...
asked by 09.07.2018 / 16:56
1
answer

NFSe - Standard São Paulo and Blumenau, problem with error 1057 and signature?

Let's break it down. First, I have already tested the EnvioRPS and the EnvioLoteRPS and both return the same error: [1057] Rejeição - Assinatura difere do calculado. I'm building XML and it's getting this way: link I'm using the...
asked by 06.07.2018 / 22:53
0
answers

Hexadecimal for Color Name

I have my final project to present this Monday, and it's an android app made with Android Studio. My app captures colors with the camera and returns a value I have already created an XML file with more than 1000 colors with their names and...
asked by 14.07.2018 / 20:35
0
answers

Get XML value with nodes

I'm trying to integrate with webservice from JadLog, however the returned XML does not identify the field I need. The return is received like this: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="...
asked by 28.06.2018 / 14:50
1
answer

Intent on fragment activity Android

How do you open a new screen or link through the intent in the fragment activity? See that you have a button at the end how do you open it?     
asked by 05.07.2018 / 23:00