Re: Axis 1 (1.4) - Simple proof of concept client not working - SAXParserException: Content is not allowed in prolog

2009-10-09 Thread mule_user
I needed to add WEB-INF\server-config.wsdd and add my custom services in that file. After that, I was able to see my custom service. I was able to create custom client and successfully returned the results. There is so much emphasis on deploying using JWS, Admin Console etc. and a lot of

Axis 1 (1.4) - Simple proof of concept client not working - SAXParserException: Content is not allowed in prolog

2009-10-08 Thread mule_user
I am new to Axis. I am using Axis 1 (not Axis2). I am trying to make a simple app work. I created a web project called Axis1 which has two modles namely Axis1(which only has META-INF\application.xml) and Axis1Web. Axis1Web has the source code. Axis1Web | ---META-INF |

Re: Axis 1 (1.4) - Simple proof of concept client not working - SAXParserException: Content is not allowed in prolog

2009-10-08 Thread mule_user
mule_user wrote: I am new to Axis. I am using Axis 1 (not Axis2). I am trying to make a simple app work. I created a web project called Axis1 which has two modles namely Axis1(which only has META-INF\application.xml) and Axis1Web. Axis1Web has the source code. Axis1Web |