Hi Dan , 

The CXF http binding id is  "http://apache.org/cxf/binding/http"; . 
Try this one, @BindingType(value="http://apache.org/cxf/binding/http";).

Regards

Jim



> -----Original Message-----
> From: Dan Connelly [mailto:[EMAIL PROTECTED]
> Sent: Monday, May 14, 2007 12:47 AM
> To: cxf-user@incubator.apache.org
> Subject: @BindingType(value="http://www.w3.org/2004/08/wsdl/http";)
> 
> 
> I am bootstrapping myself into CXF 2.0 using the Spring/HelloWorld 
> example.   The binding type appears to be soap/http (by default).
> 
> Virtual wsdl has:
> <soap:binding style="document" 
> transport="http://schemas.xmlsoap.org/soap/http"/>
> 
> This works fine running the published server code on Tomcat.
> 
> However, I am bit surprised that when I add this @BindingType annotation 
> to the SEI it does not appear change anything in the virtual wsdl.
> 
> What I an expecting to see is a non-soap binding such as:
> <http:binding verb="GET" />
> but I still see
> <soap:binding .../>
> 
> Are my expectations wrong?    Do I need to provide a different 
> value string?
> 
>        -- Dan
> 
> 
> 

Reply via email to