Questions tagged as 'wsdl'

2
answers

Consuming web service wsdl .net framework 2.0

When generating the request with all the correct parameters I have the return error 307 temporary redirect. Can you tell me what this error means?     
asked by 28.09.2017 / 16:08
1
answer

Get values from within stdClass array stdClass

I have this class where I can do the query and return data from an external webservice: $params = array( 'usuario' => $usuario, 'senha' => $senha, 'quantidade' => 2 ); $wsdl = 'http://xxxx.com?WSDL'; $options = array(...
asked by 28.06.2017 / 20:39
1
answer

Consume WebService passing object as parameter

I have the WebService and I send the object Cliente as a paramenter, I would like to know how I can make it work, and it create a WSDL that suits when I run the Server, so that I can make the call in a WebService Client. @WebService pub...
asked by 03.02.2016 / 13:55
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
0
answers

How to mount an XSD from the wsdl query?

Objective: to mount the XSD in blocks in the eclipse of the query to the webservice below: link XML is generated: <definitions xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:x...
asked by 23.04.2018 / 22:53
1
answer

WebService return does not respect the namespace of my own WSDL

Hello! I'm starting now in the world of Webservices. I made a WS in the eclipse wizard using axis 1 (if I'm not mistaken), in the "Bottom up" style: In the eclipse, positioned in the class that will be WS: File-> New-> Other-> Web Service (Class...
asked by 21.12.2017 / 15:23
1
answer

PHP - Consume webservice with XML via SOAP

I'm having problems with array in php. I need to send an xml via soap to the webservice with some product items, but a tag is bringing me doubts. The wsdl manual has an xml like this: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap....
asked by 15.12.2017 / 20:10
0
answers

Links WSDL: Gravataí

Next, I need WSDL links to Gravataí, I already looked in the manuals and site of the city and developer (IPM) but there are only php links. I contacted them again and again: Only php links. Does anyone who works with sending NFSe to Gravataí...
asked by 29.11.2017 / 13:32
1
answer

Error during deserialization of the body of the response message for the operation - WSDL

I'm new to implementing services as a reference, and I see myself at the moment in a dead end. I successfully test the call to service via Postman. It is worth saying that a certificate is required, but once added to Postman, I have no proble...
asked by 10.11.2017 / 19:10
0
answers

Server Web Service Soap - WSDL - Java Eclipse

I know there is already a lot of post related to web service in java and I also know that there have been many questions with this problem. However, I tried in all ways and I could not solve it, so I'm here. This is my server log. The problem...
asked by 21.08.2017 / 17:09