How to test writing-a-service-with-spring example at cwiki.apache.org

2009-06-23 Thread Sagsr
Hi, I am very new to Apache CXF and web services. I tried the example at - http://cwiki.apache.org/CXF20DOC/writing-a-service-with-spring.html I am using eclipse and Tomcat5.0, Service is created and I am getting a PORT link as {http://spring.demo/}HelloServiceImplPort at http://localhost:8090/

Re: How to test writing-a-service-with-spring example at cwiki.apache.org

2009-06-23 Thread Sagsr
Sagsr wrote: > > Hi, > > I am very new to Apache CXF and web services. I tried the example at - > http://cwiki.apache.org/CXF20DOC/writing-a-service-with-spring.html > I am using eclipse and Tomcat5.0, Service is created and I am getting a > PORT link as {http://spring.demo/}HelloServiceImplPo

Re: Whiteboard pattern for JAX-RS services

2009-06-23 Thread Sergey Beryozkin
Hi Josh I've got some code that allows OSGI bundles to use the whiteboard pattern to register restful services. When a service is registered with a specific property, say, "jaxrs.resource=true" the JAX-RS implementation registers that service as a JAX-RS resource. The same could be done with

How to add wsdl extension for SOAP/JMS.

2009-06-23 Thread liucong
Hi, I want to add wsdl extension for SOAP/JMS according to http://www.w3.org/TR/2008/WD-soapjms-20081121/#wsdl-extensions. For example, I want add wsdl extension for DeliveryMode property. I edit the wsdl file like[1]: http://www.w3.org/2008/07/soap/bindings/JMS/"/> PERSISTENT ... If

Re: How to add wsdl extension for SOAP/JMS.

2009-06-23 Thread Willem Jiang
Hi, You added a wrong schema, your schema should like this