Questions tagged as 'soap'

0
answers

Problem with webservice consumption registered through Service reference

I have a problem with the consumption of WS registered by VS , the error that returns is related to the deserialization of the response. Code: using (ErpServiceSOAPPortClient service = new ErpServiceSOAPPortClient())...
asked by 11.04.2016 / 01:05
1
answer

Uncaught SoapFault exception: [VersionMismatch]

I'm testing a simple Web Service that sends and receives a string , but the server ( Apache 2 ) returns the following error message:    Fatal error: Uncaught SoapFault exception: [VersionMismatch] Wrong Version in /var/www/html/client....
asked by 26.02.2016 / 20:01
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

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

How do I send the input response to the soapUI

My code: <html> <head> <title></title> <script type="text/javascript"> function valor() { var form1 = document.frm; var dados = form1.dados.value; if (dados == "teste"...
asked by 27.02.2015 / 14:10
0
answers

Error consuming webservice

I'm wondering how to pass parameters to consume a webservice. The way I'm doing, I have the error below: Fatal error: Uncaught SoapFault exception: [Client] SOAP-ERROR: Encoding: object hasn't 'ListaDadosCV' property in /srv/www/htdocs/wwwintr...
asked by 11.12.2014 / 11:17
2
answers

Consume PHP / SOAP WebService on Android

I'm developing an Android application that consumes a PHP webservice through the ksoap2 library. I'm currently querying the webservice with a class that extends an AsyncTask. But because it does the task in parallel with the Thread UI I'm hav...
asked by 22.01.2015 / 18:47
1
answer

Java Web Service SOAP with objects

Hello, I'm learning to use web-services and I stopped with a problem, maybe it's a silly thing, but I did not find a solution, I'm hosting my application in Heroku and I'll leave the relevant information here, but first I must explain what I woul...
asked by 31.12.2017 / 07:27
1
answer

How to integrate webservice with real estate website?

I am a programmer but I did not do the programming logic part and I am having difficulty with a certain subject. I need to integrate real estate information into a website through data contained in a web-service. The integration manual is this...
asked by 06.09.2014 / 02:23