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.
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!
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...
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...
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:...
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....
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...
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...