Questions tagged as 'web-service'

1
answer

Uncaught SoapFault exception: [VersionMismatch]

I'm testing a simple Web Service that sends and receives a string , but the server ( Apache 2 ) returns the following error message:    Fatal error: Uncaught SoapFault exception: [VersionMismatch] Wrong Version in /var/www/html/client....
asked by 26.02.2016 / 20:01
1
answer

Error in the android application when fetching data in postgreSQL database via WebServices with Ksoap2

First I made a WebService using axis 2, where the class has the connection to the database, and the class with requestsDAO with CRUD. Using SoupUI I can carry out the call of the methods. So, I created an android application to consume these ser...
asked by 14.12.2015 / 15:42
1
answer

Connecting webservice android

Hello, guys, I'm developing an app in the Android Studio IDE and I'm having trouble connecting to my webservice. I'm getting the error: D / response: {"success": "false", "message": "The JSONObject text must begin with '{' at character 1 of loca...
asked by 30.12.2015 / 23:11
1
answer

I am not being able to access a WebService written in C #, from Java [closed]

I have a WebService written C # and I need to connect to it from Java to invoke methods. Is it possible? import java.net.MalformedURLException; import java.net.URL; import java.util.logging.Level; import java.util.logging.Logger; import jav...
asked by 08.01.2016 / 19:06
0
answers

how to read a web service in soap using parameters?

I need to send parameters to a web service made in soap. where I have to send a login, pass and web service domain, after this I have to use a header where I send the token to use webservice. After this I have to make the requests I want t...
asked by 16.11.2015 / 15:35
0
answers

Execute Procedure via a VB.Net WebService

I'm doing a WebService to access a procedure I've done. I'm having trouble being new to the area. First I made the class with public properties that would store the values for more part pass to procedure which in turn will enter data in the bank...
asked by 13.11.2015 / 12:37
0
answers

[jersey-servlet]: com.sun.jersey.api.container.ContainerException: The ResourceConfig instance does not contain any root resource classes

I'm trying to upload application in WAS 8.5, however I'm taking this error when deploying, and with that the application does not run. WEB.XML <servlet> <servlet-name>jersey-servlet</servlet-name> <servlet-cla...
asked by 28.10.2015 / 12:42
1
answer

The constructor Service (URL, QName, WebServiceFeature []) is undefined

I'm consuming a WebService in my Java application and am encountering the following error:   The constructor Service (URL, QName, WebServiceFeature []) is undefined public AnaliseCredito(URL wsdlLocation, WebServiceFeature ... features) {...
asked by 28.10.2015 / 13:38
1
answer

On ConsumptionEvent Error 215 Rejection: XML Schema Failure

I am trying to consume the event reception service on the farm, specifically inform the science about an NFE: https://www.nfe.fazenda.gov.br/RecepcaoEvento/RecepcaoEvento.asmx But I got the following return: <?xml version="1.0"...
asked by 09.11.2015 / 15:44
2
answers

AJAX with synchronization error

Talk, guys, cool? I have a annoying problem, and since I had never used AJAX in my life I think the problem is me :( Basically it's like this, I have a GET that returns me the following JSON: { "result": 1, "content": [ { "PessoaId...
asked by 22.10.2015 / 20:37