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/
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
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
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
Hi,
You added a wrong schema, your schema should like this