html - SAXException: bad envelope tag - Stack Overflow

html - SAXException: bad envelope tag - Stack Overflow

瀏覽:1185
日期:2026-04-20
In my case it got resolved after removing "/" from end of the URL in Axis (not Axis2) The URL which I was using http://localhost:7000/myWS/ After changing it to http://localhost:7000/myWS worked fine! Exception: Main: org.xml.sax.SAXException: Bad envelop...看更多