Re: [xfire-user] Unmarshalling with Aegis

2007-07-11 Thread geek.shrek
Do I need to do any aegis configuration on the client side? I am able to test the service from the myeclipse "web services explorer", but when I implement the client, I have "Could not invoke service.. Could not unmarshall type " Could you please give me an example how to unmarshall in the clien

Re: [xfire-user] Unmarshalling with Aegis

2007-07-11 Thread MattJax
If you look at BookService.aegis.xml in the example (in the examples/book directory that ships with the distribution) you can see: http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://xfire.codehaus.org/schemas/1.0/mapping.xsd";>

Re: [xfire-user] Unmarshalling with Aegis

2007-07-10 Thread geek.shrek
Hi Matt, Thanks for the info. You are absolutely correct, there's no documentation on this. I'm a newbie with this aegis. I'm trying to get a Vector from the service, but the client doesn't want to unmarshall the response. I have my getEventsResponse.aegis.xml look like this I

Re: [xfire-user] Unmarshalling with Aegis

2007-06-19 Thread MattJax
[apologies for first unreadable post - I clicked 'Message is in HTML format' by mistake!] This is a posting for information only. I've had loads of trouble trying to unmarshall SOAP responses using commons annotations ( http://www.nabble.com/Unmarshalling-with-Commons-Annotations-tf3871884.html

[xfire-user] Unmarshalling with Aegis

2007-06-19 Thread MattJax
This is a posting for information only. I've had loads of trouble trying to unmarshall SOAP responses using commons annotations ( http://www.nabble.com/Unmarshalling-with-Commons-Annotations-tf3871884.html Unmarshalling-with-Commons-Annotations ) and separately, Aegis. My issue was that I could