Questions tagged as 'wsdl'

0
answers

PHP Soap Object reference not set to an instance of an object

I'm trying to login to a URL and the following error appears:    Object reference not set to an instance of an object. Follow the code: <?php $clientSoap = new SoapClient( "http://www1.snd.com.br/Plugins/Atma.Plugin.Misc.ServiceAPI/C...
asked by 30.11.2018 / 12:49
0
answers

Status Webservice Sefaz in PHP

Does anyone know why this query script returns nothing (neither error nor response)? Thanks! try { $wsdl = 'https://mdfe-homologacao.svrs.rs.gov.br/ws/MDFeStatusServico/MDFeStatusServico.asmx?wsdl'; $function = 'mdfeStatusServicoMDF';...
asked by 08.10.2018 / 22:31
2
answers

Error consuming WebService SOAP in php

I'm having a difficulty getting a WebService in PHP, whenever I make the request via SoapClient I get the following error message:    'NoneType' object has no attribute 'unmarshall' The call is being made as follows: $conta = 'conta'; $...
asked by 15.09.2016 / 17:27
0
answers

Consume Webservice through Java

I have been given the following wsdl: <?xml version="1.0" encoding="UTF-8"?> <wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:mime="http://schemas.xmlsoap.or...
asked by 17.08.2018 / 22:32
0
answers

Failed to access WSDL - Connection Refused - Glassfish 4

My application consumes a WSDL web service method and requires the URL to be changed as needed. The case is that even changing the URL using the method BindingProvider like this: ((BindingProvider) port).getRequestContext().put(Bindi...
asked by 17.08.2018 / 14:23
0
answers

WSDL WITHOUT passing parameters

Good morning, I have an XML script to consume data from a webservice, however it's all ready, you do not have to pass parameters like username and password. can anybody help me? one of the Webservice examples would be: link In XML exa...
asked by 21.06.2018 / 16:22
0
answers

Error ERR_CONNECTION_RESET when trying to consume webservice

I'm trying to consume in PHP a method of a web-service and when trying to open the page does not respond, I made the same request for SoapUI and the return comes quietly. complexContent: <soapenv:Envelope xmlns:xsi="http://www.w3.org/200...
asked by 04.06.2018 / 15:33
0
answers

How to generate a request for a wsdl that expects xml?

Good Night. I never messed with wsdl. I'm here breaking my head. I got a part, that is, the part that I'm looking for the WS data. I did this: (1)Sofarsogood.IthappensthatIneedtosendbackacodeforeachidoftherecordreceivedfortheWSsothatinthene...
asked by 09.05.2018 / 05:50
0
answers

Access type webservice methods with php

I have a wsdl that returns me all the information I need for consumption. It is a corporate system and I need to access the related part of the search for a flight itinerary, to fill out an airline search engine. The functions I can access no...
asked by 16.05.2018 / 19:14
0
answers

XSD error with tag types

When building code : <types> <xs:schema targetNamespace="urn:sigiss_ws"> <xs:import namespace="http://schemas.xmlsoap.org/soap/encoding/"/> <xs:import namespace="http://schemas.xmlsoap.org/wsdl/"/>...
asked by 24.04.2018 / 00:46