Re: HTTPS Server

2007-08-19 Thread Willem Jiang
Hi, The conduit name should be the port's Qname + ".http-conduit" name="{http://client.webservice.crm.ecot.com/ws/student}StudentService.http-conduit";> In your configuration, it looks like the http:conduit's name attribute is set to be the service's Qname + ".http-conduit" Willem. Julio

RE: Generic Provider server and WSDL metadata

2007-08-19 Thread Liu, Jervis
Hi Dhiraj, it looks like sth wrong in your WSDL, most likely the service name defined in your WSDL does not match with the service name specificed in your spring cfg file. BTW, I don't really get the reason why you want to access to the WSDL metadata like wsdlLocation, serviceName, portName, o

Re: wsdl2java NPE for liberty-idff-wsdl-v1.1.wsdl

2007-08-19 Thread James Mao
If you want to import schema, you have to put the inside the //types/schema node, e.g namespace="http://apache.org/hello_world_soap_http/types"; schemaLocation="schema1.xsd"/> Also, you can turn on the -validate to see the exact reason why the wsdl2java failed. Hope

RE: AJAX -> [JSON] -> REST service

2007-08-19 Thread Liu, Jervis
Sorry, it is my bad. What I really meant to say is: You have to set your REST service to WRAPPED mode if you want URL template /employees/{id} maps to a simple type "long id". In the UNWRAPPED mode CXF HTTP binding marshals the request (the URL in the case of HTTP GET) into a wrapper class, i.e.

Re: Urgent - Failed to read schema document 'http://cxf.apache.org/schemas/jaxws.xsd'

2007-08-19 Thread blacksheep
Thanks for your help Juan. Yes I can see the 2 entries in the "User Specified Entries" with a little red X next to them. I other words I still have some prooblems. Here is my fle content: http://cxf.apache.org/schemas/configuration/cxf-beans.xsd"; uri="jar:file:C:/tools/WebServices/apache-cx

Re: CXFServlet throws NullPointerException when using cxf.xml

2007-08-19 Thread Ray Krueger
I added the directly to my application-context.xml that worked perfectly. I was following the wiki too literally :P Thanks! On 8/18/07, Dan Diephouse <[EMAIL PROTECTED]> wrote: > If you're using the ContextLoaderListener, you need to import > /META-INF/cxf

wsdl2java NPE for liberty-idff-wsdl-v1.1.wsdl

2007-08-19 Thread Francois Armand
Hello, (I'm a complete beginner with CXF/JAXB and even webservices, so perhaps I missed something obvious). I would like to build an "Liberty Alliance" enabled application [http://www.projectliberty.org/] ("Liberty" is a federation protocol which managed identity federation, Single Sign On, e

Java2Wsdl Error : ClassCastException

2007-08-19 Thread blacksheep
I have defined my JPA entities and then tried to execute the Java2wsdl command, but I got the following error: JavaToWSDL Error : java.lang.ClassCastException: com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$5 cannot be cast to com.sun.xml.bind.v2.model.impl.ClassInfoImpl I am using JA

Re: Urgent - Failed to read schema document 'http://cxf.apache.org/schemas/jaxws.xsd'

2007-08-19 Thread Juan José Vázquez Delgado
Hi, Try this: >> New document and named, for example cxf.xmlcatalog >> Copy/Paste this: http://cxf.apache.org/schemas/configuration/cxf-beans.xsd"; uri="jar:file:C:/SW/cxf/apache-cxf-2.0-incubator/lib/cxf- 2.0-incubator.jar!/schemas/configuration/cxf-beans.xsd"/> http://cxf.apache.org/sche