Questions tagged as 'webservice'

1
answer

Spring boot WebService Rest (CUSTOMIZE RESPONSE)

I want to customize the answer when it is a Status 405 Method Not Allowed { "timestamp": 1527270306717, "status": 405, "error": "Method Not Allowed", "exception": "org.springframework.web.HttpRequestMethodNotSupportedException"...
asked by 25.05.2018 / 19:58
0
answers

Error 500 invoke web services making an AJAX call

I have a problem, I can not invoke a Web Service made in C # from an AJAX call using Javascript and jQuery. This is the call: function authenticate() { var name = $("#username").val(); var pwd = $("#password").val(); var baseu...
asked by 23.05.2017 / 19:07
1
answer

Timeout when I run application

When I run my application that calls several web services, it sends me an error mentioning the waiting time exhausted. I have tried to adapt my app.config file in several ways but it still gives me the same error. Any idea how I can fix th...
asked by 07.06.2016 / 17:23
1
answer

Error 404 Web Service NuSoap PHP

I'm a bit new to Web Services; I am designing a client with NuSoap to consume a Web Service. When I try to consult the path of the wsdl I get an error 404 Not Found , but when I use the SoapUI there is no error and shows m...
asked by 01.02.2018 / 15:44
4
answers

Illegal character in output

I have an application that exports the result to me in a .csv file. The export makes several project names, one of those projects has the tag name in HTML <b> . When trying to create this file, I get an illegal character in pat...
asked by 17.10.2016 / 17:00
1
answer

Problem when creating WebService in Golang

I am doing a WS , where I make a query to the database, as the database to which I made the query is Informix , the connection was made through ODBC , the problem that I have is when creating the json due to the variabl...
asked by 25.05.2018 / 22:20
1
answer

Send XML to the web service of SII AEAT (PHP SOAP)

It has already been asked, but I can not find an answer ... in a call to the AEAT webservice to send invoices, how is the sending XML embedded? Does anyone have a complete example of sending invoices issued and another received? $url = 'ht...
asked by 26.06.2017 / 21:12
1
answer

Are the e.HResult of the exceptions in c # unique?

I want to know if each e.HResult that gives an exception is unique and that as such it is always the same. Or else how could I validate a specific exception always? My problem is that I need an exception which tells me that it is not possible...
asked by 10.11.2017 / 16:05
1
answer

Consume Webservice with asp.net c #

Good afternoon I would like you to help me I am trying to consume a service. so I have been told to consume the service DtoGeneradorTablaAmortizacionRequest then when you check the result I will vote for another service called DtoDividendo b...
asked by 25.05.2017 / 20:40
1
answer

Error executing code with ListView, SelectedItems

I have an application which consumes several web services. What I'm trying to do is once this service is called, which should give me a list of project names, I'd like to add them to a ListView and that the user can choose which projec...
asked by 10.10.2016 / 17:21