I feel like this should be straight forward. We are implementing a Java webservice using SOAP in Eclipse. We want to know who is calling the webservice. I would have though I could get the referer from the header somehow but am at a loss as to how to do it. We are using Axis 2.
I feel like this should be straight forward. We are implementing a Java webservice
Share
copied from TechNick you can leverage axis2 for this. The fact you’re using Eclipse is largely irrelevant, the code below should work fine.