Hi,
I am calling one webservice from another webservice.
To call another webservice i have a client generated from Weblogic webservice client util.
To explain it better.
First WebService is 'A'
Second WebService is 'B'
Have generated Client for 'B' using weblogic webserviceclient
ant task.
In my code i get the wsdl of B from properties file, it is a load balancer URL which then sends the request to one of the servers.
The problem i am facing is that the on calling the method of B i get 'Response Contained No Data'
SOAP exception.
This issue is intermittent.
Has anyone got any idea about this ?
Thanks,
Prabhat