Questions tagged as 'web-service'

0
answers

How to consume a SOAP Web Service in Java that requires User and Password?

I'm trying to consume a SOAP web service using the NetBeans IDE (JAVA), but when I try to compile a list it returns null. Talking to a colleague, he told me that it is a lack of the network user and password of the company I work for, but I a...
asked by 29.10.2018 / 04:04
0
answers

Sign an xml with digital certificate

I'm trying to sign an xml file, from an NFS-e. Here are the functions I've been given: public static MemoryStream stringToStream(string dados) { MemoryStream memoryStream; try { byte[] byteArray = new by...
asked by 23.11.2018 / 12:41
0
answers

Not returning by returning json [closed]

Well I'm starting in the android area and I still do not know much about it and would like help with the following code: gridView = (GridView) findViewById(R.id.lastedAnimeView); gridView.setAdapter(va); mRequestQueue = Volley.newReque...
asked by 02.11.2018 / 17:33
0
answers

Create function that receives an XML in the SOAP Server (delphi)

Good morning. Reading various files, tutorials, etc. on the net, I was able to understand and develop a SOAP server (Delphi 7 and Tokyo). I created several functions to receive values and return answer .. I created a client (Delphi 7 and Tokyo...
asked by 31.08.2018 / 17:52
1
answer

Basic Auth to authenticate webservice soap - PHP

I'm having a problem with authentication when I try to consume a web service soap. When entering with the url in the browser, it appears u dailog requesting user and password. But I need to do this authentication without this dialog being presen...
asked by 31.08.2018 / 18:11
0
answers

Data security in a plumber api R [closed]

Friends, I created an api with plumber for client data transfers, ie confidential data. At the address of the url goes the ip of my machine. With regards to the security of the data and the protection of my computer, what is the risk that I run?...
asked by 06.08.2018 / 20:46
0
answers

How to find out which services are running on a port with python?

I wanted to integrate my question with this code: #!/usr/bin python3 # coding: utf-8 import argparse import socket import os import sys def Logo(): print (''' ______ ____ __________ ___ / / /_ \/ /__ ___/ __ /_/ / __ / _____ \ _...
asked by 29.06.2018 / 23:52
0
answers

Solved - Problem with a Web Api calling another Web Api

I'm developing newbie for web environment and I'm having a very bizarre problem, so the text should stay long to try to explain it. I have the following scenario: An angular front end that calls a Web Api (1), this Api Web, in turn, in some c...
asked by 31.05.2018 / 17:41
0
answers

Parameters passed to a web service - Asp .Net MVC

My problem is as follows, I am making an app in Xamarin Forms and I have to send two parameters to a web service developed in Asp .Net MVC, in case I would like to know how I can send these parameters (two strings) via URL only to test and see i...
asked by 14.06.2018 / 18:50
1
answer

How to check JWT on each request

I am doing a login system in php and trying to authorize with JWT . I am not using any library, I made a class called Jwt that I pass the pars and it generates the Token and also passes the token and returns me an object with...
asked by 11.05.2018 / 18:23