Questions tagged as 'webservice'

0
answers

How to generate the client that shows the data of this service echo in NuSoap

Hello, I have the following web service. <?php function ProcessMySoapObject() { $responce =[10]; for ($i=0; $i <10 ; $i++) { $object = (object) ['Nombre' => 'Nombre'.$i,'Descripcion' =>'Descripcion de la'.$i,'Preci...
asked by 08.12.2016 / 02:05
0
answers

how do I rotate an image in php?

I'm doing an android app that sends me a form together with an image to the server but the images come out horizontal. That is, I'm going to the server and I see that the image is saved but horizontally This is the android code import and...
asked by 28.02.2017 / 18:31
1
answer

Hide WebMethod in the browser

I'm creating a web application with C# , ASP.NET , AJAX and JavaScript , I'm using a WebService and everything works fine, the problem is that I uploaded the application to the server to test and to open the brows...
asked by 06.09.2016 / 16:36
0
answers

Service WCF stops after a while

Dear, I have an application in c #, wcf hosted on a server where I do not have access to the IIS (for the type of contracted plan, it is in donweb). The issue is that after a while the service goes down, I thought it was because of the Applicati...
asked by 01.09.2016 / 03:30
1
answer

web services Soap android

Inquiry, how to consume a soap service using the KSOAP2 android library, the web service is: link to use the library: NAMESPACE, URL, METHOD_NAME, and SOAP_ACTION. I do not know exactly what those parameters are. SoapObject request...
asked by 22.09.2016 / 23:38
2
answers

To send an image to a webservices, should I encode it to Base64? [closed]

I would like to know if to send the image from java I must first encode it.     
asked by 01.08.2016 / 17:50
1
answer

Problems with apache2 in Ubuntu 16

Configuring web server and doing "service apache2 restart" in Ubuntu gives me back these errors: What does it mean? What solution do you have? Thanks! ; )     
asked by 24.06.2018 / 21:06
2
answers

The recipient did not understand the heading 'Security' Web Service

I am consuming a web service but I get the following error:    The recipient of this message did not understand the 'Security' heading   from the namespace   ' link ',   so the message was not processed.       This error usually indicates th...
asked by 21.11.2017 / 16:03
3
answers

Error: android.content.Context.getPackageName () 'on a null object reference

I'm trying to run an Intent but it gives me an error when launching the intent it shows me the following error:    Attempt to invoke virtual method 'java.lang.String   android.content.Context.getPackageName () 'on a null object reference...
asked by 30.11.2018 / 19:54
1
answer

Problem "java.net.ConnectException: Connection timed out"

I am working with WebLogic and I have a web service that returns a list of the database and also sends it by e-mail (gmail). The problem is that, in my local environment everything works very well, the list returns the web service and...
asked by 03.10.2016 / 20:39