Questions tagged as 'wsdl'

0
answers

How can I use nginx to redirect soap requisitions

I have a web server hosted on a server that uses nginx and another server that has a SOAP api. I would like every wsdl request that came to the web server (nginx) to be forwarded to my wsdl server, is it possible? Thank you.     
asked by 08.03.2018 / 13:48
0
answers

How to consume a wsdl using cxf

Hello, I have this wsdl link and I need to consume using cxf to sign and encrypt, someone has any idea how to do it? I tried to follow some tutorials, but without success, for example link . Thank you!     
asked by 06.03.2018 / 13:58
2
answers

Definition of WSDL raising exception

Hello, I have been trying to define a wsdl of a component that uses SOAP for an SOA project that mixes several types of services, integrating them with camel. But I am caught up in a problem that I see no sense in the answer he gives me, which I...
asked by 04.01.2018 / 14:04
1
answer

2 counts of InaccessibleWSDLException

I'm developing an application that consumes a web service from a third party company. When I run the application via Eclipse it works perfectly. But when I go through the command line, the error "2 counts of InaccessibleWSDLException" is d...
asked by 25.07.2017 / 02:00
1
answer

Connection Webservice SOAP HTTPS PHP (Santander)

I'm trying to connect to a SOAP webservice using a php client. The client I ride like this: $client = new SoapClient('https://urlwebservice?wsdl); When I call the function: $client->__getFunctions(); I get the following return:...
asked by 23.06.2017 / 16:16
1
answer

Uncaught SoapFault exception: [VersionMismatch]

I'm testing a simple Web Service that sends and receives a string , but the server ( Apache 2 ) returns the following error message:    Fatal error: Uncaught SoapFault exception: [VersionMismatch] Wrong Version in /var/www/html/client....
asked by 26.02.2016 / 20:01
1
answer

I am not being able to access a WebService written in C #, from Java [closed]

I have a WebService written C # and I need to connect to it from Java to invoke methods. Is it possible? import java.net.MalformedURLException; import java.net.URL; import java.util.logging.Level; import java.util.logging.Logger; import jav...
asked by 08.01.2016 / 19:06
1
answer

WSDL - object reference not set to an instance of an object

In the code below the variable lRetorno must contain a string with an xml returned from the web service, but the value returned by lRetorno:= ws.WS_Eleg_Portador(ws_aux); is being the message 'object reference not set to an instance of an...
asked by 10.04.2015 / 15:12