Axis2 - can I obtain the HTTP client?
"Sterpu Victor" <[email protected]>
| Newsgroups | gmane.text.xml.axis.user |
|---|---|
| Message-ID | <em1da27e98-57a0-4496-966d-10de932ef376@victor-pc> |
I use a Axis client on a non Axis server. I need to overide(on clietnside) the Content-Encoding received in the HTTP header from the server because the server sends an invalid Content-Encoding. Can I obtain the HTTP client from the stub class? I want to try to rewrite the header before it gets processed as described here: https://adamscheller.com/java/httpexception-unsupported-content-coding-none-solution/ Thank you.