Questions tagged as 'web-service'

1
answer

Publish WCF service in IIS with test environment

I created a webservice using WCF .NET 4.0, and hosted it on IIS from our local server (when everything is ok it will be migrated to a web server). In the winform application I was able to consume the method without problems, however I'm trying t...
asked by 11.12.2014 / 20:31
2
answers

How do I debug a method in a .asmx Web Service

I have a call in my application, which goes to a WS and excuta a method and returns me. How do I debug WS?     
asked by 25.11.2014 / 23:02
2
answers

Consume data from an external web service, such as instantiating the class after the "import" of the WSDL?

I do not know anything about WEB-SERVICES , this being the first time I'm using it. After a lot of research I was able to "import" the WSDL file into java and thus "map" all classes of Web-Service , but this created me many classe...
asked by 24.07.2014 / 14:39
1
answer

Web service registered ticket Santander

I'm implementing the Santander ticket method via web service with PHP for a client. The digital certificate has already been acquired and installed on the client system server and also already installed in Santander bank. On my machine I im...
asked by 05.12.2017 / 02:47
0
answers

WebService Server in Rails [closed]

Hello, I'm developing a WebServicee server using gem wash_out ( link ). In this my server I will do insert, display, delete and update data (CRUD). It will probably be a Delphi application that will access the WebService and manipulate the data....
asked by 18.06.2014 / 18:43
2
answers

Database on Android

Hello! A few days ago, in a question I made here in StackOverflow, I said I was starting to develop for the Android platform. This week was very productive and I already have some ideas to apply, but I have a lot of doubts. I would like you to r...
asked by 10.07.2015 / 19:04
1
answer

Error consuming webservice soap on android

I have a web service whose wsdl is this : which rows the following if executed in the browser: <!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is Metro/2.2.0-1 (tags/2.2.0u1-7139; 2012-06-02T10:55:19+0000) JAXWS...
asked by 22.05.2015 / 17:15
2
answers

Doubts in web service

Personally I found the following webservice tutorial: link Looking at the tutorial I was a bit confused about it. 1- Should the web service be part of the Android application? For example I create a web service I put this web service...
asked by 19.05.2016 / 18:46
1
answer

How to understand and start a rest service or soap [duplicate]

I still can not look at a web service and say if it is REST or SOAP . The question is: When to use one or the other How to differentiate when viewing the code if it is REST or SOAP Performance between one and another...
asked by 24.04.2014 / 19:41
2
answers

Webservice consumption only runs on debugging under the Visual Studio IDE

My WinForms VB.NET application consumes a webservice to perform some queries. When running in debug or release mode under the Visual Studio IDE, it works perfectly, but once distributed on client computers (or even on my own, running straight fr...
asked by 22.02.2017 / 14:51