[jboss-dev-forums] [JBoss Web Services Development] - Re: JBoss 5.1: Complex objects are not being convert to XML payload
spyhunter99
do-not-reply at jboss.com
Thu Apr 12 21:34:54 EDT 2012
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&containerType=14&container=2047]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20120412/f4196c18/attachment.html
More information about the jboss-dev-forums
mailing list