Questions tagged as 'web-service'

1
answer

Web Service WCF output XML

I'm building a web service using WCF. I created the edmx file, I made the connection to the database where I am informing the tables, views and procedures that I want to use and my .svc file looks like this: ' This method is called only once t...
asked by 09.11.2015 / 11:47
0
answers

Custom Exceptions in JAX-RPC

I'm making some improvements to some JAX-RPC Web Services here in the company. I would like to know if it is possible to work with custom exceptions in this case and, if possible, if someone can exemplify an implementation. I have already mad...
asked by 28.09.2015 / 20:01
0
answers

FATAL EXCEPTION: AsyncTask # 1: An error occured while executing doInBackground ()

Could you please help me and tell me what's wrong? public class SecondActivity extends AppCompatActivity { //CONECTANDO O APP À INTERNET HashMap<Integer,View> views = new HashMap<Integer,View>(); Assincrona assinc; @Override prot...
asked by 22.10.2015 / 22:41
0
answers

Webservice in C # Reading Xml

Good afternoon, I'm building a WebService in C #, I created a method that reads an XML sent as a request and should return the student's name ... The problem I'm facing is actually when I try to perform the test using SoapUI, when I send the XML...
asked by 09.09.2015 / 20:41
0
answers

Use java to connect in WebService Magento API SOAP v1?

On the official website, link , there is a quote that says that java is more compatible when using a soap v2:   As of v1.3, you may also use the following URL to access the Magento API v2, which has been added to improve compatibility with J...
asked by 31.08.2015 / 08:22
2
answers

Object sent by Android arriving Null on the WebService server

I'm creating an Android APP for college work, I'm using Android Studio and Eclipse Mars with Glassfish 4. The webservice I believe to be okay, because realizing the requests by SoapUI everything works right, but at the time of consuming with...
asked by 25.03.2016 / 19:03
0
answers

API DISTANCEMATRIX DIFFERENT RESULT FROM GOOGLE MAPS

I'm using google's DistanceMatrix API to get travel time and distance between two addresses (CEPs) ... But I'm encountering problems in validating the information! Returning API ( link here , at this exact moment the return I have is: 389 km...
asked by 05.08.2015 / 18:01
0
answers

Web Services with Axis2

I started studying web services now and is giving this error    This web axisService has deployment faults Error: java.lang.ClassCastException: org.apache.axis2.classloader.JarFileClassLoader cannot be cast to org.apache.axis2.deploymen...
asked by 20.07.2015 / 13:24
0
answers

Consume multiple WebServices with PHP at the same time (SOAP and REST)

Basically, I need to consume multiple Web Services and then merge the results. I was using cURL with PHP to make the requisitions, but as the number of Web Services increased , my service slowed down, since it was necessary to wait for a re...
asked by 03.08.2015 / 21:19
1
answer

PHP - print_r in xml is bringing class name [closed]

I have a class called Cliente.php which makes the connection to the web service and I have another call Requisição.php that generate the XML request and sends it to Cliente.php . The problem is that the response I get from...
asked by 16.06.2015 / 13:05