Questions tagged as 'web-service'

1
answer

I can not send values to WebService .NET

This is a simple dollar conversion web service: public class Callsoap { String resultado; String erro = null; public String Call (String ip, String porta, float n){ String SOAP_ADDRESS = "http://"+ip+":"+porta+"/webservice/WebSe...
asked by 20.11.2015 / 01:11
1
answer

Send email to different servers [duplicate]

I want my program, done in C # using a web service, send an email every day with an attachment to some email addresses from different servers. I was watching a tutorial and I had a question. The guy set up the hotmail server (smtp.live.com:587...
asked by 13.11.2015 / 12:04
1
answer

Error when testing sky sandbox

When accessing urls link {PaymentId} when replacing PaymentId by a value: 1 (random value) I get this message: "Message": "The requested resource does not support the 'POST' method."     
asked by 16.08.2018 / 21:50
1
answer

Login with retrofit android

Hi, I have a question and they did not know how to help me, I have a webservice that is doing a get that when entered the user name it will allow its access to the application and so will pass the user to the next screen. This is the code...
asked by 06.09.2017 / 15:50
1
answer

How to integrate webservice with real estate website?

I am a programmer but I did not do the programming logic part and I am having difficulty with a certain subject. I need to integrate real estate information into a website through data contained in a web-service. The integration manual is this...
asked by 06.09.2014 / 02:23
1
answer

Api Cielo: Error creating a purchase

When I send a request simulating a purchase: URL link Json { "MerchantOrderId":"2014111703", "Customer":{ "Name":"Comprador crédito simples" }, "Payment":{ "Type":"CreditCard", "Amount":15700, "Inst...
asked by 20.08.2018 / 17:07
1
answer

Is it possible to get Foursquare API to see the location of all establishments? [closed]

Is it possible to get Foursquare APIs, Google Maps or another website to acquire the location of all the establishments in a city? I would also like to know if it is possible to filter by a specific branch, such as hotels, schools, etc. Th...
asked by 12.04.2014 / 22:07
2
answers

How does the flow of a Web Service work?

I need to develop a web service , and so your main idea is client-server communication. But do not understand how this would be done using the MVC architecture and using the C # language, do you have a need for a local server with Apache?  ...
asked by 20.04.2016 / 02:40