Questions tagged as 'webservice'

0
answers

SchemaLocation must have even number of URI's

I am creating an electronic invoice but in the validation of it it tells me that it has this error:    Error in line (2): SchemaLocation: schemaLocation value =   ' link   ../xsd/DIAN_UBL.xsd   urn: un: unece: uncefact: data: specification:...
asked by 29.11.2017 / 14:40
2
answers

Split a query

I have a query from java a web services in c #, where I search all the data of a given id of a table and return it by means of a string to jtextfield, but I would like instead of showing the whole string in a single jtextfield will show me the d...
asked by 30.11.2017 / 07:50
0
answers

Validate Login consuming web service in android studio

I hope and you can help me. I am consuming web service from android studio and I want to validate users. The format in which the answer is returned to me in a Json My MainActivity is the following: public class MainActivity extends Fr...
asked by 21.11.2017 / 19:36
0
answers

Webservice collects a multidimensional json

I'm making the following ajax call to my webservice. var datos = {"user_id":"2","body_param":"body","title_param":"title","arr":{"1":1,"2":2,"3":3,"4":4}}; console.log(datos); $.ajax({ type: "GET", crossDomain: true, dataType: "jso...
asked by 23.11.2017 / 17:04
1
answer

Master Data Web Service

Hi, I hope you are all right, I have a small problem with a web app that I am trying to do in C # and that consumes the Web service of the Master Data Services, specifically when I run the program this is the error that appears to me    "Secu...
asked by 09.11.2017 / 17:15
0
answers

base64, hexadecimal or byte [] for a return from webservices

I have a WSDL that generates a PDF of jasperreport and sends it to my servlet, so I would like to know which is the best way to send the pdf, I have 3 options: base64, hexadecimal or byte []. I suppose that between the first two is the answer, s...
asked by 18.11.2017 / 02:52
0
answers

Why is my function with headers in ajax not executed?

I have problems connecting to a webservice, I have managed to connect with php but I do not need to do it with ajax but I can not move forward, I have realized that the token is never sent, only the OPTIONS request is executed but not the POST,...
asked by 20.10.2017 / 23:50
0
answers

Problem with web application

I have a web application made in ASP.NET. This application works fine. The way in which this application works is that every hour calls a web service (also done in the same application) to synchronize a certain job. What I realize is that...
asked by 03.10.2017 / 20:26
0
answers

Error authenticating in SugarCRM using APIREST in php

Good morning, my query is because I am doing an authentication to a CRM (SugarCRM) through its REST API which should return a JSON with my account data and a Token to make subsequent calls to the service. the problem is that when I run the php f...
asked by 23.09.2017 / 19:28
1
answer

Display bookmarks in google map v3 on android stored in MySQL

I want to know in a MYSQL database, where I have saved the coordinates, latitude and longitude. Use these values and by means of a web service show markadores in a google map v3 in android studio , I followed this t...
asked by 20.09.2017 / 18:14