[jboss-user] [JBossWS] - Re: Using rpc/encoded
mikaelstaldal
do-not-reply at jboss.com
Thu Mar 1 10:28:23 EST 2007
When I try to deploy a WebService annotated with
@SOAPBinding(style=Style.RPC,use=Use.ENCODED)
i get this error:
| 16:25:25,676 ERROR [MainDeployer] Could not create deployment: file:/usr/local/share/java/jboss-4.0.5.GA/server/pf3/deploy/enecto/pf3-ws.war
| org.jboss.deployment.DeploymentException: Cannot create service endpoint; - nested throwable: (org.jboss.ws.WSException: SOAP encoding is not supported for JSR-181 deployments)
| at org.jboss.deployment.DeploymentException.rethrowAsDeploymentException(DeploymentException.java:53)
| ...
| Caused by: org.jboss.ws.WSException: SOAP encoding is not supported for JSR-181 deployments
| at org.jboss.ws.metadata.builder.jaxws.JAXWSMetaDataBuilder.processSOAPBinding(JAXWSMetaDataBuilder.java:130)
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024304#4024304
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024304
More information about the jboss-user
mailing list