Click here to Skip to main content
15,883,749 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

We have developed web services using jax-ws annoatation and deployed in Tomcat6.0 server.

I have created web Services client stand alone project in eclipse using wsdl Axis1.4 and while try to invoke web service I am getting below exception.

Content is not allowed in Prolog SAXParserException


But same I can invoke when I create web service client using jax-ws wsimport tool.

Please help me resolve the issue.


Thanks
Raja
Posted

1 solution

Please check u r tags are correct or not, open tags and closing tags
ex: <webservice>, basically sax parser exception rise for tag exceptions
 
Share this answer
 
Comments
Afzaal Ahmad Zeeshan 14-Aug-15 8:31am    
You should not post answers to old questions just to earn reputation. They are not at all helpful because OP is not interested in these questions at all. Please stop posting answers to old questions!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900