Backend systems are sending relative uri instead of absolute uri. This resulted in MalformedURI exception on front end systems. I'm using Axis 1.4 version. Is there any way to ignore malformeduri exception when we receive relative uri? I remember we have options to set the relative uri while sending response. But what I have to do to retrieve the relative uri without getting malformeduri exception?
Thanks Sree