I am creating a simple SOAP
client but my company has policy not to send SOAP request directly to the public server hence our company has a proxy server which runs on the some IP
and port Now i have to send my SOAP
request to this proxy server and than that server will forward it further. I am new to SOAP
.
My question is: how can I connect to that proxy server and can send the SOAP
request to it?? I am using CXF
lib. for SOAP
.