Questions tagged as 'web-service'

0
answers

Add Header Soap using ws-security

blz. See if you can help. I need to make a consumption of ws soap using ws-security, but the implementation is quite different from what I researched so see below: <soapenv:Header> <wsse:Security xmlns:wsse="http://docs.oasis-open.o...
asked by 05.03.2018 / 18:02
1
answer

Content Not Allowed in Prolog, even if XML is perfectly formatted

So, I've been trying to send an XML to a Webservice from Sapucaia do Sul, RS. XML requests a NFS printout as a PNG. The problem is that XML is sent and as a return I get a message saying "Content Not Allowed in Prolog", and the problem is that I...
asked by 12.03.2018 / 15:33
0
answers

Jasper Report only works on local application, does not work on Web Server

My impression report is only working in the local application, using connection with Hibernate, when I try to run on the server it does not work due to lack of connection to the database, how can I use a connection without being using Hibernate...
asked by 01.03.2018 / 03:49
0
answers

ErrnoException: isConnected failed

I'm developing an Android app with a webservice locally. When I run the Android application in an emulator, no error occurs, but when I run the application on a device, it gives the following error:    Caused by: libcore.io.ErrnoExceptio...
asked by 28.02.2018 / 19:09
0
answers

Problems with consumption Rest Java swing?

I have a java swing application where I get a list of data from a webservice.  When I perform that by netbeans it does right, now when I generate the jar to send to the client, the application simply does not make the request, it hangs. Here's t...
asked by 27.02.2018 / 19:10
1
answer

Receive and send value with NodeJS

How to receive inputs with nodeJS and send a value to a particular element of the page? Example: const fs = require('fs'); const http = require("http"); http.createServer((req, res)=>{ fs.readFile('index.html',(err, data)=>{...
asked by 24.02.2018 / 15:31
0
answers

Xamarin.Android with WCF web reference error timeout after 5 times opening the App

Hello, I have App in xamarin portable and in the Android project part I referenced a WCF service, when I enter the app I normally use all the requests without making a mistake, but when I log in, I get in the app for 4 or 5 times. a timeout exce...
asked by 01.03.2018 / 22:41
0
answers

Consume Web Reference C #

I would like some help from you I added the Service via Web Reference NFSeBeloHorizonteMG.NfseWSService ws1 = new NFSeBeloHorizonteMG.NfseWSService(); ws1.Url = hostWS; X509Certificate certificado = cert.BuscaNroSerie(noSerieCert, false);...
asked by 19.02.2018 / 20:34
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

Java: "The message with Action 'X' can not be processed on the recipient."

I'm having trouble understanding what's being done wrong and because I'm getting this error message in java when trying to send the XML to the city of Camaquã. The parameters used and the wsdl link are in the code below. Message: "The message...
asked by 16.02.2018 / 12:39