Questions tagged as 'web-service'

1
answer

Webservice authentication mechanism SOAP Java

I'm building a Java webservice (wsdl) that will be consumed via SOAP. I need to implement a form of authentication in each webservice method so that every request is tested if the source is someone with permission. I tried to follow this tut...
asked by 11.01.2017 / 16:12
1
answer

Consume Web Service in Java

I'm a beginner in C #, my Visual Studio is 2010, my Windows Phone version is 7. I searched the internet and in this version of the "async" command only Visual Studio 12 works up. Do you have any other alternatives? In a C # Desktop applica...
asked by 22.05.2016 / 00:53
0
answers

Define custom parameters SoapClient PHP

I'm consuming an external webservice via PHP and it requests authentication in a different way, the login and password has to be passed inside the XML. But I'm not able to authenticate. The call to the service is being created as follows. p...
asked by 19.08.2015 / 15:37
1
answer

What is the simple way to create a WebService Rest from an existing Java Web Dynanic project? [closed]

Talk to people I'm a beginner in the java world and I created a Web Dynamic project where I use Hibernate, PrimeFaces and TomCat. Everything is working, screens, registers (CRUD) and stuff. Only now I want to turn it into a webservice so I ca...
asked by 10.06.2015 / 21:26
0
answers

Error importing NFSe Service from Aracaju

I'm trying to add this service in VS 2013: https://www3.webiss.com.br/aracajuse_wsnfse/NfseServices.svc But you can not add this URL as a service. Usually the URLs I add do not have .svc at the end. Error:    There was an er...
asked by 04.03.2015 / 14:01
1
answer

Freight calculation with WS post via javascript

I'm trying to make the freight calculation of the post via javascript, but when I do the test it does not pull the data and it returns the error to me    XMLHttpRequest can not load link ... & nVlDiametro = 0 & sCdMaoPropria = s & nVlVa...
asked by 28.07.2017 / 20:00
1
answer

How to make a webservice in php? [closed]

I need to use it to query customer data. How do I? I have no experiences consuming services and need references.     
asked by 21.03.2014 / 17:50
1
answer

Webservice SOAP only uses XML?

Working some time with webservice for mobile application I noticed that SOAP uses XML and REST uses JSON . Using SOAP means I have to use only XML ?     
asked by 26.06.2015 / 04:53
3
answers

Remove from: xml generated by my web service

When you generate XML in a web service rest, it looks like this: <getCnpjParceiroResponse xmlns="http://tempuri.org/"> <getCnpjParceiroResult xmlns:a="http://schemas.datacontract.org/2004/07/V99SuporteTecnicoContracts"...
asked by 23.05.2014 / 22:38
2
answers

Consume web-service in ASP.NET MVC

I need to consume some methods on my page through a Web-Service. This Web-Service is in Europe. What is the best way to do this? What are End-Points?     
asked by 24.03.2014 / 17:29