[JBoss-user] [JBoss.NET & SOAP] - Re: Error Adminclient

2004-08-03 Thread nehring
Yes, building a WSR (Web Service Archive) is exactly like building a JAR. Mine generally contain only the "META-INF/web-service.xml" file. I don't put anything special in the MANIFEST.MF, I just let the jar command build one. The EAR should reference the WSR in it's "META-INF/application.xml"

[JBoss-user] [JBoss.NET & SOAP] - Re: Error Adminclient

2004-08-03 Thread jstlktht77
Thanks for the reply. I can try this. Is building wsr file similar to jar file??Also, can you tell me what needs to be included into application.xml? Thanks, View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3843984#3843984 Reply to the post : http://www.jboss.

[JBoss-user] [JBoss.NET & SOAP] - Re: Error Adminclient

2004-08-03 Thread nehring
Do you have a special need to access the AdminClient directly? I generally put the WSDD in a "web-service.xml" file an build a WSR with that. The WSR is laid out like: | mywebservice.wsr: | META-INF/ | META-INF/MANIFEST.MF | META-INF/web-service.xml | The WSR is referenced in