|
Hi,
While I have been attempting to use Axis2 to deploy
a webservice which will be used by my Flash document, I cannot seem to get Axis2
to work with Flash, but the original Axis is working fine for me.
What I am basically trying to do is pass this
'Affiliate' object (which will be populated by Hibernate) into Flash so I can
access it's pieces. The Affiliate object has a name (String), and holds an Array
of 'Category' objects, each of those has a name (String) and an Array of
'Smacklet' objects, each of which hold 4 different String values.
From what I have been reading, it appears this
should not be a problem, but my web service analyzer is continually returning
the message "Error: No message returned from service".
I am not sure what the problem is, everything is in
the same package, I can deploy everything fine, however, in looking at the files
created by using WSDL2Java, I do notice that there is never any mention of a
'Category' or 'Smacklet' object. If I change my AffiliateInfoImpl file to just
return a string, that works fine, but basically, all I am trying to return here
are some Strings and Arrays of Strings, but it does not want to
work.
Can anyone perhaps give me a hand?
Thanks a ton,
--LD
|
