Questions tagged as 'xml'

0
answers

WSDL "valueofPrompt"

I have a WSDL document generated through SAP Business Objects. And from the PHP language I try to send a constant value to "valueofPrompt" (from the WSDL document). But I do not know well, well how to do it: - ( <s:complexType name="LovValue...
asked by 06.04.2018 / 10:36
1
answer

I want the textView to occupy all the width without modifying the rest

I need the following code to have a layout and the textView to occupy all the width but without deforming the buttons below, which must belong to the second column intact. <GridLayout android:layout_width="match_parent" android:l...
asked by 04.06.2018 / 19:39
2
answers

SOAP-ERROR: Encoding: object has no 'any' property

I am quite complicated doing a requirement to a webservice with PHP Soap. The requests in which I consult data work well, but there is one that makes a reservation in a hotel and throws me the error SOAP-ERROR: Encoding: object has no 'any'...
asked by 15.04.2018 / 20:09
1
answer

Errors in android Studio, does not recognize CardView

Please, I have this error for several hours, the card view support appears in red, and another thing, the folder .gradle, thanks also appears in yellow.     
asked by 06.03.2018 / 04:37
0
answers

How to create XML structure with PHP DOMDocummnet

I have the following structure of an XML. How would the creation of such XML using PHP be? I have reviewed documentation of DOMDocument , but I am somewhat lost with the creation of Namespaces and its attributes, I would appreciate...
asked by 14.01.2018 / 04:56
1
answer

How do I get RAW XML from this script?

I am using this script that sends information to a server, and it responds with XML. The result is passed to another script using a variable. How do I get raw XML, without filtering it? function lafuncion($dato1,$dato2) { $this->con...
asked by 06.01.2018 / 20:49
1
answer

Problem when creating XML document from a class

I develop an application where I create an XML document from a class which I serialize, the problem occurs when a certain node must be repeated more than once, I explain the document that I am creating is an invoice if I sell an article the node...
asked by 25.02.2018 / 20:17
1
answer

Read external configuration file other than app.config [closed]

what I try to do is read an app.config file, but as required it has to have another name call badar.config and not be in the same project but say on the disk "D" in the same root. I have already googled and I have not found a clear answer to thi...
asked by 02.01.2018 / 23:48
2
answers

Error calling sqlite database

I am learning to create an app, specifically, get a data from a bd already created and set it in a text. I followed several tutorials but I get an error (the code itself does not show any errors, but the app crashes). This is the class of the...
asked by 05.12.2017 / 02:16
0
answers

Rare characters in XML

In php I call a service that returns an XML to me. The problem I have is that within the XML there may be strange characters that break the XML when reading it. To read the XML I'm using the library SimpleXMLElement and the line that brea...
asked by 05.12.2017 / 17:26