Questions tagged as 'asmx'

1
answer

ASMX WebService Issues

When I send a JSON return and the text has an accent, JSON breaks.    Here is the request code on the Controller $http.post("../backend/controller/SugestaoController.asmx/comboListarSugestoes", { empresa: $rootScope.login }) .then(fun...
asked by 29.07.2017 / 15:43
1
answer

Asp.NET webservice with blank page in IIS 8

I have a webservice (asmx) hosted on Kinghost. After an update in IIS (from version 6 to 8) the webservice stopped working. When trying to access the webservice through the browser it shows a blank page, it does not show the methods: link...
asked by 26.06.2015 / 14:07
0
answers

Why is my web service returning "Operation Timed Out"?

I searched exhaustively in the forum StackOverflow (and also Google) some question similar to what is happening to me, but I did not find anything. So I decided to build this issue in the hope that someone in the community could help me. Prob...
asked by 29.05.2018 / 21:39
0
answers

Process XML with specific formatting in webservice asmx

I'm working on an integration project and need to do a webservice (it has to be in .asmx) to process the XML of this request: POST /dSoapServiceSoapBindingService.asmx HTTP/1.1 Host: www.meusite.com User-Agent: gSOAP/2.8 Content-Type: applicat...
asked by 25.02.2018 / 04:39
0
answers

consume asmx with ajax (outside the webservice layer)

In my solution I have several layers and one of them is the webservice, all pages that conserve the webservice and are in the webservice layer work, but I put it in another layer of the error in javascript.           <table border=...
asked by 20.04.2017 / 12:27
1
answer

Special Characters WebService C # SQL X Firebird Base

I have an integration made by Web-service (asmx) , C# e SQL Server . This Web-Service is consumed by third-party software that uses Delphi and Firebird. The problem is that by integrating a string field that has special characters, ques...
asked by 05.07.2016 / 15:06
1
answer

WCF / Asmx giving timeout but server hardware is sussegado

Good evening. I have an application that is integrated with more than one hundred other applications through webservices, where I use enough threads to communicate between them. This my application is used by other applications through a dll...
asked by 04.10.2015 / 23:40
2
answers

Error consuming ASMX Web Service

The error is this: An exception of type 'System.ServiceModel.CommunicationException' occurred in System.ServiceModel.ni.dll but was not handled in user code Additional information: The remote server returned an error: NotFound. I have two...
asked by 06.08.2014 / 21:53
1
answer

Sending XML to webservice

I need to know how to send XML to a webservice from a client. As I am quite new to this, I ran a search in some sources and found a very simple java code. I wanted to know if everything is correct: package Envio; import java.io.ByteArrayInp...
asked by 19.10.2016 / 14:30