Questions tagged as 'web-service'

1
answer

Doubt in the construction of WS REST (Contract)

Gentlemen, I took an example in the book of John Sharp (Microsoft Press) to build a REST and came up with a simple question but a question of good practice. It uses the Northwind BD. It creates a Class Library project and points this project...
asked by 12.05.2014 / 14:28
1
answer

Attribute is not recognized, but Namespace is added [closed]

My [DataContract] attribute is not being recognized, but the namespace System.Runtime.Serialization is added to my using . Does anyone know why? .... using System.Runtime.Serialization; using System.Data.Linq.Mapping; names...
asked by 12.05.2014 / 21:27
1
answer

How to convert characters within XML?

I have a code that is giving me problems because it is generating errors in execution. I need XML to convert or replace characters but I do not know how to do this at runtime. I'm trying to do this but to no avail. <?php // Receberá...
asked by 06.09.2014 / 16:34
2
answers

Send messages to web site (messenger online) [closed]

Hello, I want to create an internet messaging site (SMS messenger), I have some doubts: What languages should I use (notably HTML, CSS, JS) Do I need to use a database? How to exchange messages instantly, no need to reload the page....
asked by 16.11.2018 / 20:31
1
answer

Web application (running on mobile only)

Is there a way I can basically do an installer, like an application or a mobile game ???? Because I wanted to generate an access icon for the client without needing to open the site through the browser. Icon to access and navigate, not a shortcu...
asked by 08.06.2018 / 04:45
1
answer

Error: package is not imported into eclipse [closed]

I'm creating an app rest in eclipse but I'm getting an error message when importing jersey classes. Code import javax.WebServices.rs.GET; //import da biblioteca jersey import javax.WebServices.rs.Path; //import da biblioteca jersey import...
asked by 17.08.2018 / 21:54
2
answers

Return JSON php TRUE or FALSE

Good morning, I'd like my JSON filtering to look also if what I searched for indicates "true" or "false." I use this array to search the file: <?php session_start(); error_reporting(0); //função para filtrar os anúncios function filtroAn...
asked by 30.07.2018 / 16:39
1
answer

Failure to consume Webservice of NF-e 4.0 SEFAZ Ceará (CE)

After downloading the SEFAZ WSDLs from Ceará and testing the connection to the NFeStatusServico4 service I got the error: Falha na solicitação com resposta vazia. or in English The request failed with an empty response...
asked by 31.07.2018 / 03:22
1
answer

Compiling a webservice

I created a WebService in eclipse using java, but how do I compile this WebService and put it to work without the need to install Eclipse? Note: I've used tomcat as a server     
asked by 08.05.2017 / 19:33
1
answer

Extract information from Microsoft CRM Dynamics with C #

I would like to know how I can communicate with Microsoft Dynamics using C #. Example, I have the following table in dynamic and accurate data in my C # application <entity name="contact"> <attribute name="parentcustomerid"/> &l...
asked by 13.06.2017 / 20:25