Questions tagged as 'web-service'

2
answers

Monitor if REST services are online

Does anyone know what an interesting tool to monitor if the services are online or not?     
asked by 29.03.2016 / 05:49
1
answer

How to put a program online?

There is a shared (google) worksheet in which multiple users edit and watch simultaneously. For those who have used the shared spreadsheet google knows that when someone starts to write everyone sees in real time. Anyway I build a program with s...
asked by 08.06.2018 / 11:58
1
answer

Interface does not recognize same class type with declared DLL

I created a Class Library project and in it a POCO class. I created an Interface (all this following John Sharp's book). Then I created my WS with WCF. Well, in the interface I declared a method of the type of my class created in the Class Libra...
asked by 13.05.2014 / 00:41
1
answer

PHP - Curitiba WS semrpe returns 403

I'm trying to send an NFS-e (XML, RPS batch) through Curitiba's webservice, but the connection with curl always returns error 403 (without permission). I have already linked the certificate in the city hall system (ISS). Here are the settings be...
asked by 30.08.2018 / 21:10
1
answer

How / where to host a WebService?

Hello, I am taking part in a voluntary project in my college and would like to create a Web Service to help with the internal process and learn a little more about it. Our team has the following environment: A site hosted by Hostgator. A s...
asked by 12.07.2018 / 01:26
2
answers

Changes Webservice's "Web Reference URL" added by add web reference [closed]

I wonder if it would be possible and how to do this change by picking up the web.config address     
asked by 05.07.2018 / 14:14
1
answer

How to insert this information in the mysql database?

$pegacodigos = mysql_query("SELECT CODIGO FROM imovel"); while($codigo = mysql_fetch_array($pegacodigos){ ... Deleting and rewriting everything: The $pegacodigos through a loop takes all CODIGO in the IMOVEL...
asked by 08.09.2014 / 21:57
1
answer

How to publish a web server on my host

I've done a web service following some tutorials, it worked correctly, but when I go to my uol hosting, I can not do it at all (I get Page Not Found!) I have no experience with this kind of thing, I need someone to guide me step-by-step. I fo...
asked by 04.06.2018 / 15:07
1
answer

Webservice Rest with PHP [closed]

I'm doing a search that will result in developing an application and we came to the issue of using webservices, I have some questions that I would like to help with. Let's use Rest, what PHP frameworks work with this type of webservice? Wo...
asked by 23.02.2017 / 13:28
1
answer

How to display in a listview data via web api?

I'm having trouble performing this task, I need to fetch data that is stored via mysql on a website and display them in my app that is being developed in Xamarin Forms , so I need to webservice . I have the following context:...
asked by 20.02.2018 / 00:19