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...
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...
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."
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...
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...
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...
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...
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?
...