Questions tagged as 'webservice'

0
answers

Consume Web Serivice SOAP with Authentication http in Visual Studio 2015

I am trying to consume a soap web service from visual studio 2015, the service has authentication link which adds the reference in this way: Add > Reference Service and provide the credentials at the time you request the reference servic...
asked by 02.10.2018 / 23:01
0
answers

How can I run a WebService .asmx created in Visual Studio 2008 for Visual Studio 2017?

I have created a few asmx WebServices with Visual Studio 2008. I can not use them for a new project that I am creating in Visual Studio 2017. Do I have to convert them to another format?     
asked by 28.09.2018 / 13:44
0
answers

SAVE IMAGE ON A REMOTE SERVER WITH JAVA NETBEANS?

Good morning dear programmers. What I need is to save any size image on the server. I have a file.php on the server that saves the image (which works), what I want to know is how to send an image to receive that file.php by means of some http re...
asked by 28.09.2018 / 14:47
1
answer

Validate user Active Directory on external server

I have an application in php and I need to validate the login against an Active Directory server, that I have already done when the two servers are local, but in this case they are not and they do not open an Active Directory server port for sec...
asked by 28.09.2018 / 11:36
0
answers

Web service with Flask to access external device cameras

At this moment I have with the code that I am using, I create a web service with Flask with which I access the webcam of my laptop. Python code: from flask import Flask, render_template, Response import cv2 app = Flask(__name__) @app.rou...
asked by 02.10.2018 / 02:56
1
answer

How to send email with attachment in Xamarin.android?

I am developing an App in Xamarin for android which generates a PDF that is saved in a hidden folder of the device. I currently use a WebService to send the email but it does not arrive with the attached PDF. I'm using a WebService...
asked by 20.09.2018 / 15:45
0
answers

error when consuming a webservice made in .NET

I get this error when wanting to visualize the data of a webservice made in .NET, where CODIGOPRODUCTO is a parameter of the webservice.    Notice: Undefined property: stdClass :: $ CODEPRODUCT This is my code: $getproducts = fil...
asked by 20.09.2018 / 06:24
1
answer

Consume a soap Webservices

I have a query how I can parse the response of a soap webservices in java using the java api, JAX-WS. in advance thank you very much for your input.     
asked by 18.09.2018 / 19:03
0
answers

OnResponse volley with 2 array json! (Web service-android)

I am using a web service to bring data from 1 person in particular. and that person has another table with their problems in a database. EJ: Table 1: id last name 1 Juan Garcia Table 2 id idUser problem 3 1 I broke something What I do w...
asked by 09.10.2018 / 15:53
0
answers

SOAP works with xml via soapui but not with PHP

My query is as follows: I need to consume a Web Service type SOAP, but it is consumed without any problem by SOAPui, but when trying to consume it by PHP, it responds that one of the values is not valid or is not recognized as a value. This i...
asked by 17.09.2018 / 00:08