Questions tagged as 'webservice'

1
answer

Avoid calling the web service to debug asp.net application with sample data

I have an Asp.Net application in VisualStudio 2013 and SQL Server 2014 and I need to debug it without calling the web service and return a test number to me as proof and tell me that the invoice is paid. Here I have the debugging enabled: <...
asked by 26.04.2018 / 15:27
0
answers

PHP Fatal error: Call to undefined method soapclient :: _ call ()

I get this error when I try to upload an image through a SOAP webservice using the nusoap php library. I have very little experience with php and SOAP therefore I would appreciate any help. I share my code: server.php require_once('lib/nuso...
asked by 15.04.2018 / 06:04
0
answers

Error Prestashop webservice when uploading image

I am developing a module for Prestashop that is responsible for synchronizing elements between stores. I have managed to create a product from the store that has installed the module in the store that has the Webservices activated, the problem c...
asked by 09.04.2018 / 11:48
1
answer

android localhost asp.net

I am trying to connect an android app with a web service ASP.Net with JSON . How could I do it to work in local? Using URLs as localhost: port, ip_of_my_team or 10.0.2.2 does not work for me. Any alternative or clue to what may be failing?...
asked by 12.04.2018 / 17:51
1
answer

Reports in Asp With Crystal Report

Someone can help me. - I am creating the report design in Crystal Report itself that will be included in the ASP client application. - All the data to be loaded in the crystal report is obtained through a webservice that returns a Dataset. - Thi...
asked by 07.04.2018 / 02:04
0
answers

How to fill an arraylist on android from mysql?

Help, can someone tell me how to store a mysql query in an arraylist? I define it this way: String latitude = jsonObject.getString("latitud"); String longitude = jsonObject.getString("longitud"); Double lat = Double.parseDouble(String.valueOf...
asked by 06.04.2018 / 02:16
1
answer

I have problems with android study when entering variables and other

hello friends, how could you tell me why you mark error in these lines of code my android studio, the lines of code that appear in bold or with double asterisk are my mistakes, someone to help me please is urgent package com.example.danhermes....
asked by 31.03.2018 / 20:15
0
answers

consume web services with ajax

I have the following form. @section('content') <div class='panel panel-default'> <div class='panel-heading'>agregar estudiante</div> <div class='panel-body'> <form role="form"> <div...
asked by 30.03.2018 / 00:13
1
answer

How to send file or image by ajax and receive it in webservice asp.net

Good I am new in this of the programming and I have been looking for information by Internet already two days and I do not find the solution, would like that they help me with this code, since I am trying to send an image via ajax to asp.net ser...
asked by 22.03.2018 / 18:20
0
answers

how to send a token per head to a webservice in swift 4?

I have a code to send data to a web service that supposedly sends the token, but apparently it is wrong because the token does not reach the server, I hope you can help me. my code is this: let token = "eyJ0enssnsuwew" let url = URL(...
asked by 22.03.2018 / 17:39