Re: [xfire-user] Unmarshalling with Commons Annotations

2007-06-14 Thread MattJax
Thanks Tomek. I shall stop using Commons Annotations straight away then! I've got the SOAPAction to work using your latest snapshot and Aegis. However, I can't get the response to populate my return object. As before the response I get back is: http://myexample.com";> 9

Re: [xfire-user] Unmarshalling with Commons Annotations

2007-06-14 Thread Tomek Sztelak
Being honest you are probably first person ,i know of, who uses commons annotations :). So can't help much here. But you can setup SOAPAction via aegis mapping files ( i tested it few day ago). To make it work you just need to use latest snapshot , not last stable (1.2.6) On 6/14/07, MattJax <[EM

Re: [xfire-user] Unmarshalling with Commons Annotations

2007-06-14 Thread MattJax
Does anyone have any ideas about this one? I've also been unable to do this with Java 1.4 / xfire 1.2.6 and Aegis bindings as well. Thanks in advance, Matt MattJax wrote: > > I have a client set up which calls an external WS. The body of the SOAP > response I get is: > > http://myexa

[xfire-user] Unmarshalling with Commons Annotations

2007-06-05 Thread MattJax
I have a client set up which calls an external WS. The body of the SOAP response I get is: http://myexample.com";> 9 12345 The interface I've set up to model the operation is: /** * @@WebServic