If i'm not wrong then their is a typo HTTP + SOAP 1.1 http://www.w3.org/2003/05/soap/bindings/HTTP/
should be soap 1.2 -----Ursprüngliche Nachricht----- Von: Dan Diephouse [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 13. April 2006 23:59 An: [email protected] Betreff: Re: [xfire-user] Problem with soapVers The soap11Binding/soap12Binding section replaced it: http://xfire.codehaus.org/services.xml+Reference - Dan Danny Trieu wrote: > Adam, > > Any idea why soapVersion isn't supported? > > --danny > > -----Original Message----- > From: Adam Kramer [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 13, 2006 1:21 PM > To: [email protected] > Subject: Re: [xfire-user] Problem with soapVers > > Coincidentally, I took that out of the wiki today. soapVersion is no > longer supported. > > Adam > > [EMAIL PROTECTED] wrote: > > >> When I declare my service like this >> >> <?xml version="1.0" encoding="ISO-8859-1"?> <beans >> xmlns="http://xfire.codehaus.org/config/1.0"> >> <service> >> <name>TestService</name> >> <style>rpc</style> >> <soapVersion>1.2</soapVersion> >> <serviceClass>TestService</serviceClass> >> <implementationClass>TestServiceImpl</implementationClass> >> </service> >> </beans> >> >> I get >> >> org.springframework.beans.factory.BeanCreationException: Error >> creating bean with name 'org.codehaus.xfire.spring.ServiceBean' >> defined in class path resource >> > > >> [META-INF/xfire/services.xml]: Error setting property values; nested >> exception is org.springframework.beans.NotWritablePropertyException: >> Invalid property 'soapVersion' of bean class >> [org.codehaus.xfire.spring.ServiceBean]: Bean property 'soapVersion' >> is not writable or has an invalid setter method: Does the parameter >> type of the setter match the return type of the getter? >> >> >> Although the documentation states soapVersion as a valid attribute >> (defaulting to 1.1). >> >> Am I missing something? >> >> ty >> >> >> -- Dan Diephouse Envoi Solutions http://envoisolutions.com http://netzooid.com/blog
