[jboss-user] [JBossWS] - Generate wsdl from JSR 181 POJO

2007-02-12 Thread dannox02
Is it possible to generate the WSDL file from a JSR-181 POJO endpoint using wstools or some other tool? I was able to do this using Suns wsgen tool, but when I use the client based on that generated WSDL I get a org.jboss.ws.jaxb.UnmarshalException thrown from the server. View the original

[jboss-user] [JBossWS] - Pass datat from handler to SEI

2006-08-09 Thread dannox02
If I have a handler that can extract a value from the HTTP request, is it possible to then pass that value to the SEI? For example, the HTTP request for my service is required to contain an ID parameter such as: http://myip/myservice/service?id=abcd The ID is required on all HTTP requests to