My suggestion would be to turn on schema validation on the server side. It should provide you with a nice error message if something isn't expected.
That said, I think the development message is completely wrong. It's using id/ref things which implies soap encoding which jaxb won't handle. Dan On Thursday 09 October 2008 10:18:23 am mateamargo wrote: > The problem is that CXF is lefting the sceneobject's attribute "name" as > null. > > I'm using PHP as the client. > > In my development environment I have PHP 5.2.4, and 5.2.0 in the staging. > > The webservice is not working well on staging because the SOAP messages are > different, but I wonder if they are malformed or CXF is not interpreting it > as it should. > > I'm attatching two XML files with the same request, both formed > differently. http://www.nabble.com/file/p19899943/soap-development.xml > soap-development.xml > http://www.nabble.com/file/p19899943/soap-staging.xml soap-staging.xml > > As you can see, on both files the sceneobject has the name attribute setted > to "avatar". > > Any ideas? -- Daniel Kulp [EMAIL PROTECTED] http://dankulp.com/blog
