Questions tagged as 'soap'

1
answer

Comsum Web service in SOAP with large data volume, TIME OUT

I need to get a lot of data from a web service in SOAP, however depending on the query the server can not handle, I have seen in some articles, that this can be solved by xml compression or sending in parts, but I did not find examples. I tri...
asked by 22.06.2017 / 21:25
1
answer

How to send this XML to the webservice via PHP

Good morning, I have the following problem: I need to remove from the site of the city hall which companies issued a note this month. I did the processes to install the city hall certificate, and I need the response of this xml: <...
asked by 17.04.2017 / 14:42
1
answer

Send data type array in Webservice made in NuSOAP

Talk galley, blaze? I'm developing a webservice php in soap, I'm using the nuSOAP library, the simple type tests were successful but now I need to test with complex types like bad arrays I can not make work, the error in the transmission, alre...
asked by 01.07.2016 / 16:59
1
answer

Generation of GNRE Guides for the state of RJ

Good morning, I am developing an application that generates and submits GNRE guides to the state of Rio de Janeiro. I have already done the development for the national environment and it is working, however the state of RJ is not integrated...
asked by 30.03.2016 / 15:56
1
answer

Doubt Receiving Parameters (WebService Soap)

Well, I'm in the following scenario: I have this class, it is a webservice (contains the @WebService method): @WebService(name = "l", targetNamespace = "o") public abstract interface Service { @WebMethod(operationName = "Cancelar")...
asked by 29.10.2015 / 15:30
1
answer

Error while deploying SOAP web service with Maven and Apache Tomcat

I build a JAX-WS application by Maven, but I'm not able to deploy it to the Tomcat application server. Here are my artifacts: pom.xml : <project xmlns = "http://maven.apache.org/POM/4.0.0" xmlns:xsi = "http://www.w3.or...
asked by 05.09.2015 / 15:02
1
answer

jasperserver with php

I found a lib in Git link that allows PHP to connect to JasperServer (java server ), I already use and it works, but I wanted to add a functionality to this project, it currently only accepts an array of parameters as below: private func...
asked by 09.09.2015 / 19:02
0
answers

How to consume a SOAP Web Service in Java that requires User and Password?

I'm trying to consume a SOAP web service using the NetBeans IDE (JAVA), but when I try to compile a list it returns null. Talking to a colleague, he told me that it is a lack of the network user and password of the company I work for, but I a...
asked by 29.10.2018 / 04:04
0
answers

Error with certificate when issuing NFC-e

I'm trying to issue a tax coupon in PHP using sped-nfe. The xml files are being generated. Signed Xmls are also, at the time of sending the recipe, I get the following error: {"error":"Envio: An error occurred while trying to communication via...
asked by 05.10.2018 / 14:32
0
answers

Error consuming webservice wsdl with PHP

I'm days with this problem, I need to consume a wsdl webservice with php. Follow my code $cliente = new SoapClient('http://ws.tntbrasil.com.br:81/tntws/CalculoFrete?wsdl'); $funcao = 'calculaFrete'; $parametros = array( 'calculaFrete' =...
asked by 30.08.2018 / 18:47