spyhunter99 [
https://community.jboss.org/people/spyhunter99] created the discussion
"Re: JBoss 5.1: Complex objects are not being convert to XML payload"
To view the discussion, visit:
https://community.jboss.org/message/729744#729744
--------------------------------------------------------------
it's your service, you can do whatever you want.
Start with the attached wsdl
modify as necessary and try to remove the xs:any's
you'll also need to add the service and port definitions
use wsconsume -k (wsdlfile)
take the generated output and add it to a jar or war project
located the interface class, AdamRuleServiceBusiness
create another class that implements AdamRuleServiceBusiness
fill in your logic, build and deploy
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/729744#729744]
Start a new discussion in JBoss Web Services Development at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]