suppress namespace?

2007-11-12 Thread BrianP
Is there a way to suppress the namespace in the response? I have just a simple webservice set up which uses aegis. For example, my output is currently this: list ns2:Item xmlns:ns2=http://services.mycompany.com; ns2:desc xmlns=http://services.mycompany.com;item desc/ns2:desc ns2:id

Re: newb question - JDOMException with aegis binding?

2007-11-09 Thread BrianP
The dependencies list on http://cwiki.apache.org/CXF20DOC/a-simple-jax-ws-service.html was what I was referring to. dkulp wrote: On Wednesday 07 November 2007, BrianP wrote: Thanks! Got it and it's working. Why is that not on the dependency list? What dependency list? It's

Error calling simple JAX-WS service from Flex/Flash

2007-11-09 Thread BrianP
I got my first simple JAX-WS service up and running. I got it deployed to Tomcat, and tested it successfully from a simple client (the client from 'a Simple JAX-WS service', but with a different address). Now I'm trying to connect to the service from a Flex/Flash client, and am getting the

Re: Error calling simple JAX-WS service from Flex/Flash

2007-11-09 Thread BrianP
I removed it, and that produced the following error : Nov 9, 2007 10:22:38 AM org.apache.catalina.loader.WebappClassLoader modified SEVERE: Resource '/WEB-INF/lib/geronimo-servlet_2.5_spec-1.1-M1.jar' is missing And then a bit later in the log, I still have the '...geronimo-servlet... -

Re: Error calling simple JAX-WS service from Flex/Flash

2007-11-09 Thread BrianP
) at org.apache.cxf.service.invoker.AbstractInvoker.performInvocation(AbstractInvoker.java:107) at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:77) ... 28 more are you sure its removed from the war your expanded web-inf/lib directory? BrianP wrote: I

Re: Error calling simple JAX-WS service from Flex/Flash

2007-11-09 Thread BrianP
of cxf - is the soap action/ws-addressing correct? BrianP wrote: I got my first simple JAX-WS service up and running. I got it deployed to Tomcat, and tested it successfully from a simple client (the client from 'a Simple JAX-WS service', but with a different address). Now I'm trying

RE: newb question - JDOMException with aegis binding?

2007-11-07 Thread BrianP
Thanks! Got it and it's working. Why is that not on the dependency list? With that, it generated a bunch of foo.aegis.xml not found messages for each of the property types of the FullOrder, including the MultiString one. Is there a way to make it ignore most of the properties of my class