Questions tagged as 'web-service'

0
answers

Element Statement 'env: Envelope' Not found XML SOAP

I'm trying to consume a WS from the GNRE sefaz, but in a UF query it returns the following validation error: Can not find the declaration of element 'env: Envelope' Follow XML: <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap...
asked by 26.11.2015 / 17:57
0
answers

Webservice WCF xml output formats

I have a webservice created by WCF which generates the following result in XML <?xml version="1.0" encoding="utf-8" ?> - <feed xml:base="http://meudominio.com.br/WebServices/ABC.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:...
asked by 25.11.2015 / 17:20
0
answers

Error when calling WebService that returns a list (JPA)

Hello, I can not return a list of requests through the WebService: public List<Pedido> getPedido() throws Exception { String query = "SELECT p FROM Pedido p"; TypedQuery<Pedido> typedQuery = entityManager.createQuery(query...
asked by 14.11.2015 / 13:29
0
answers

Web service restful + common java project

I have the following problem, I have a test web service created in a separate project (I) in eclipse and another java (II) project (Drools). How do I make the two communicate in different projects? I have tried the Build Path - > Project...
asked by 25.10.2015 / 04:03
0
answers

WebService with PHP + SOAP - Doubt with the return

I'm using a webservice to perform file uploads from the CAT52 gateway WebService : link You are doing all normal communication (at least I think) but there is a return that I can not understand Return through vardump    o...
asked by 19.08.2015 / 17:46
0
answers

Restful resteasy - Client (ava.lang.NoSuchMethodError)

I'm trying to access a WebService Code: public void testeWSRestful() { Client client = ClientBuilder.newBuilder().build(); WebTarget target = client.target("http://localhost:8080/teste"); Response response = target.request().g...
asked by 21.08.2015 / 20:24
0
answers

How do I configure my site links in Yahoo Hosted Search?

Alright? So I'm developing a project with Yahoo Hosted Search, where a web search, images and videos are, through an iframe, rendered on my site. But there is a catch: in the web search, where the results are, there are miniblocks with images an...
asked by 02.08.2015 / 23:54
0
answers

How should the body of a soap envelope be constructed for a request?

I looked for some tutorials and until this point I understood that ... The Header contains the evelope authentication data, however I do not know about the body ... if the body tags should have the same name as the properties returned in the...
asked by 02.07.2015 / 16:28
0
answers

Change Context Webservice using Visual Studio 2013

I created a webservice using visual studio 2013, mysql using database first, until then okay, but when I put it to generate in json, the answer stays as follows:    string xmlns="http://digits.com.br/" >   {"PAR_ID_23": 2, "PAR_RAZAO_SOCIA...
asked by 16.09.2015 / 16:42
3
answers

Error 400 when calling a .net service on the iOS app - How to solve it?

I need to access a webservice from my app. I've taken an example in stackoverflow to access the link service. Below is the source code for accessing the service. The problem is that I'm getting 400 error in the response (header) and no content...
asked by 17.09.2015 / 01:51