Questions tagged as 'wsdl'

1
answer

Consume WSDL services with laravel 5.6

Good day I have been using Laravel 5.6, and my project should consume a web service based on SOAP (WSDL). My specific question is: is it possible to do it with Laravel and if they had a tutorial or documentation to review it?     
asked by 01.06.2018 / 14:14
1
answer

php soap server prefix in elements

I am programming a soap server with php, the code: $options = array('uri' => 'http://myserver/wsdl', 'soap_version' => SOAP_1_1 ); $server = new SoapServer("http://myserver/wsdl/wsas.wsdl", $options ); $server -> setClass("myclass");...
asked by 07.06.2017 / 14:03
1
answer

SOAP WSDL call using Java service throws 500 500 Http error

I am calling a method of a WSDL SOAP service (with or without parameters) using Java with Spring. I call my Spring service with PostMan and this is responsible for calling SOAP WSDL. _the_project _ I used the plugin "jaxws-maven-plugin" in...
asked by 03.01.2019 / 15:53
0
answers

error when performing a wsimport

Hello good afternoon I'm doing a wsimport in the windows console to generate the java classes of a service, I have the endpoint of the service I try it in the following way wsimport -keep -verbose http://mi-endpoint/dePrueba.com?WSDL and i...
asked by 25.06.2018 / 19:37
0
answers

Error: Extra content at the end of the document

Good afternoon I'm using laravel 5.6, and I'm trying to consume a SOAP-like webservice (wsdl), but when I try to consume it, he replies: SOAP-ERROR: Parsing WSDL: Couldn't load from http://www.loswebservice.com.bo:5000/WebServicesConsulta/Con...
asked by 05.06.2018 / 22:55
0
answers

Create petition request from wsdl Axis2

I need to develop with web axis2 a webservice from wsdl. I am able to send Request but my problem is that I want to make the response from the Web service, that is, I will get a request and I need to respond; I have the WSDL like this. <wsd...
asked by 24.04.2018 / 19:17
0
answers

How to refer to other services within a WSDL?

I have the wsdl of a service and I am using them in a BPM system which tells me that the .wsdl must refer to all the services in the flow. How can I modify the wsdl to make this reference?     
asked by 18.04.2018 / 19:46
0
answers

Remove Spacename from the classes generated by the WSDL client

I have a problem generating the classes of a wsdl in JAVA, in the XML response I do not want the namespace to be generated: Output: <S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"> <S:Body> <ns2:consu...
asked by 20.02.2018 / 17:59
0
answers

Error validating service WSDL

We are trying to put a webservice in an integration bus and when inserting the WSDL, when validating it, it gives us an error: "An error occurred creating the resource: Diagnostics for WSDL _Descriptors / wsdl / ServiceWSDL WARNING: element...
asked by 24.01.2018 / 08:48
0
answers

Error accessing a web service with SSIS

I am trying to access a Web Service for a project but I can not connect. I am using the tool "Web Service Task", I configure the connection (HttpConnection) to the wsdl, I enter the local file (WSDLFile) and I put the Overwrite section to True....
asked by 11.12.2017 / 11:00