[jboss-user] [JBoss Seam] - SeamSoapHandler and Jetty
ulath
do-not-reply at jboss.com
Fri Nov 2 06:18:27 EDT 2007
i put the soap handler configuration under the META-INF directory (standard-javaxws-endpoint-config.xml) with the following content as mentioned in the seam reference
<?xml version="1.0" encoding="UTF-8"?>
| <endpoints xmlns="http://java.sun.com/xml/ns/jax-ws/ri/runtime" version="2.0">
| <endpoint name="Hello" implementation="hello.Hello" url-pattern="/ws/hello">
| <handler-chains xmlns="http://java.sun.com/xml/ns/javaee">
| <handler-chain>
| <protocol-bindings>##SOAP11_HTTP</protocol-bindings>
| <handler>
| <handler-name>SOAP Request Handler</handler-name>
| <handler-class>org.jboss.seam.webservice.SOAPRequestHandler</handler-class>
| </handler>
| </handler-chain>
| </handler-chains>
| </endpoint>
| </endpoints>
when i run with mvn jetty:run soap requests aren't handled and i can't see wsdl file from browser.... does seam soap handler works with tomcat/jetty? or should i make additional configuration for these containers...
regards...
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101208#4101208
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101208
More information about the jboss-user
mailing list