Questions tagged as 'xml'

1
answer

Get XML document attributes

I tried to get the elements of the <facts> tag when it enters the cycle it does not show me any output, try the children() and attributes() . <?xml version="1.0" encoding="UTF-8"?> <Facts away_team_id="36...
asked by 01.10.2018 / 18:12
0
answers

Handle xml data returned by SOAP AFIP service

It happens that I always make AJAX requests and by php I return a JSON. I am working with the taxpayer registry of AFIP and since it is a SOAP service I should return an XML. Here is the documentation: link The getPersona method is the method...
asked by 20.09.2018 / 20:55
1
answer

Read an XMLtype with pl / sql

I have a function that receives an xml parameter, I need to keep only one part, and return that "new xml". I understand it is done with the Extract function but it would not be working for me. I get error: ORA-00932 incosistent datatypes: expect...
asked by 18.09.2018 / 14:06
0
answers

Error in webservice soap HTTP response 415 content type 'text / xml; charset = UTF-8 'was not the expected type' application / soap + xml; charset = utf-8 '

I'm trying to consume a soap webservice with nusoap in php and I get the following error:    ErrorHTTP Error: Unsupported HTTP response status 415 Can not process   the message because the content type 'text / xml; charset = UTF-8 'was not   ...
asked by 04.10.2018 / 15:07
0
answers

Create tables in XML to pass them to PDF

I have this XML, in which I use Aspose.pdf in JAVA so that, through this XML, I can create a PDF with the data I want to put in it. The problem is that I want to make a table and it does not work for me. I've tried it this way: <?xml ve...
asked by 13.09.2018 / 13:33
1
answer

How to make a superposition in a constraint layout?

well what happens I can show it in images login load view You can clearly see the problem that the constraint does not take into account the overlay and I can focus the edittext even though the load view is above it. &...
asked by 11.09.2018 / 20:55
1
answer

Deactivate keyboard numbers in android studio so that only allows entering 0 and 1

This time I am in a dilemma, I am creating an application that transforms a sentence or word given to its equivalent in exadecimal, this with the purpose of generating a bsc frame and printing it so that the user can visualize it, but when movin...
asked by 15.09.2018 / 06:04
0
answers

Error in android studio compilation

It happens to me that the day before I had to turn off the computer forcibly and I had android studio open, and when I open it I do not want to compile it well. Why is this? .. they would help me a lot     
asked by 10.09.2018 / 16:50
0
answers

WCF Service Return erroneous XML

I created a Post WCF service in C # that signs an xml document, all right, but when I invoke my service from the postman client, it returns me with special and incorrect characters. This is my services: IService1: [ServiceContract]...
asked by 08.09.2018 / 01:32
1
answer

Place ImageView with ProgressBar on the edge of a RelativeLayout

I need to place the ImageView (it has a ProgressBar above) at the end of the RelativeLayout (above the edge). I have managed to do it with a FloatingActionButton but, apparently the ImageView behaves differentl...
asked by 10.09.2018 / 21:18