Questions tagged as 'web-service'

1
answer

Design pattern for WebApi project

I need to create a project with WebAPI to consume some procedures from a remote SQL database, for example: sp_retornaProdutos(1) transforming this to /produtos/1 and returning the result in JSON . I thought about creating mo...
asked by 30.06.2015 / 02:52
2
answers

GNOME WebService Integration with C #

Can anyone help me or have you ever had this problem? I'm doing a project to integrate my software with GNRE's webservice to send the guides automated. In the integration with Webservice I am sending the SOAP package below, but I have the...
asked by 18.06.2015 / 16:03
0
answers

WebService Restful Jersey

I'm starting development of WebService Restful Jersey in Java and I'm not able to connect to perform a simple Hello World. I added the jar: asm-3.1jar jersey-core-1.19jar jersey-server-1.19jar jersey-servlet-1.19jar jrr311-api.1.1...
asked by 01.05.2015 / 20:33
0
answers

Webservice (PHP, MySQL, JSON) no response

I have a webservice in PHP with MySQL database and getting answers in JSON. It is working normally, but I have a problem using the following query: SELECT podcast.id, podcast.nome, podcast.descricao, autor.nome, categoria.nome_cat FROM po...
asked by 10.05.2015 / 00:12
1
answer

Get nullable variable DateTime serialized in WCF service responses

I have a WCF service with a nullable DateTime variable in a DataContract as shown below. Because of business rules this DataMember can not have the EmitDefaultValue set to true and the type must be DateTime? [DataContract (Name = "D...
asked by 07.05.2015 / 18:56
0
answers

Obtaining HTTP Error 500 Internal Server Error Using Jersey

I'm studying REST . I'm using jersey to create a RESTful services. I encountered a problem when trying to create a service that would return a json object. I'm using a client (java) to make the request to the service....
asked by 05.05.2015 / 21:45
0
answers

Consuming a WebService in PHP

I set up a WebService in PHP and need to know how to consume it, whenever I do a search on it it returns me like this: All Alerts: get_all_alerts.php {"table_alerts":[{"id":"1", "category":"Visitante",...
asked by 25.02.2015 / 21:49
0
answers

Consume webService C # amsx on android volley

I created a webservice in C # that returns me a string in the JSON pattern, I'm trying to consume this webservice with the volley but the same one returns me null, depending on the variation of the url it returns everything to me as if it were?...
asked by 27.02.2015 / 01:55
0
answers

Error 400 android for web service

I'm getting 400 error when sending parameters to the web service. @POST @Produces("application/json; charset=utf-8") @Consumes("application/json; charset=utf-8") @Path("realizarvenda") public String realizarVenda(HashMap<String, String>...
asked by 29.04.2015 / 14:03
0
answers

Adding a WebService

How to add a WebService reference with metadata properties disabled! Ex: WebService server: link But Visual Studio 2012 says it was not possible to perform this action because it did not have access to the service metadata. HTML sni...
asked by 10.02.2015 / 15:56