Questions tagged as 'xml'

1
answer

Error trying to perform Soap request with SoapClient

I'm having trouble making requests to a webservice using PHP's SoapClient (library). The SOAP-ERROR: Encoding: object has been returned in the 'Client' property . Any idea what that might be? Here is the code used. Class php:      /** *...
asked by 03.08.2018 / 20:05
1
answer

App Bar does not appear

In fact it even appears in the program, but not in the simulator Following the Java code public class Perguntar extends AppCompatActivity{ @Override protected void onCreate (Bundle savedInstance) { super.onCreate(save...
asked by 03.08.2018 / 18:51
0
answers

XML at GUI_UPLOAD function ABAP

DATA: gt_xml TYPE swxmlcont. MOVE path TO v_filename. CALL FUNCTION 'GUI_UPLOAD' EXPORTING filename = v_filename filetype = 'BIN' "#EC NOTEXT * replacement = '#'...
asked by 09.08.2018 / 17:14
0
answers

How to update a sql server database currently, or after generating an xml using xStream in Java

I would like a help, I need to change a status of a field in a table, after generating an xml using XStream. How could I do to update the table? At the very moment of executing the xml, or after adding all objects to the list. public class Cri...
asked by 27.07.2018 / 20:24
0
answers

Limit the size of an xml file that receives an XStream list?

Hello, I'm creating an xml file, using XStream and would like to limit the size of my XML. For example to receive only 10 items from the list? Every 10 items added to the list, generate a new xml. How can I do this in java?     
asked by 30.07.2018 / 17:38
0
answers

How to receive a data parameter WebAPI

I get an xml in my webAPI and deserializo it. What I did, I got the exact template of the XML that I'm going to receive and I make a call on my service locally, just for the test effect. So long, I can get the fields I need. However, when I p...
asked by 31.07.2018 / 15:10
0
answers

How to make a personalized progress bar on android

I did not start to do anything yet, so I did not put any code here, I need a direction to study to make a progress bar in the shape of a water tank and as it fills it, a water will go up inside the box ... I found an example here and I will past...
asked by 13.08.2018 / 12:38
0
answers

Magento 1.9 breadcrumbs does not display

I'm working on a magento ecommerce, but I was not the one who set up or installed it, I'm just doing the CSS of it, however, the site does not display the breadcrumbs. Inside the "page / html / breadcrumbs.phtml" file I made a var_dump in the...
asked by 01.08.2018 / 17:47
1
answer

Map class for deserialization of XML to C #

I need to map this XML into a C # class to deserialize via RestSharp Deserialization : <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <rsp stat="ok"> <items total="1232177" items="100"> <media id="4779808" th...
asked by 26.07.2018 / 20:37
2
answers

Read specific XML tags?

I need to read tags specific to this file XML : <?xml version="1.0" encoding="UTF-8"?> <EnviarLoteRpsEnvio xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns...
asked by 14.03.2017 / 21:13