Re: [Springnet-developer] Web Service definition
Brought to you by:
aseovic,
markpollack
|
From: Bruno B. <br...@gm...> - 2007-10-08 14:24:38
|
Hi, This question is not related to Spring... but I gonna tell you what I know :) Take a look to XmlIncludeAttribute. Cheers, Bruno 2007/10/1, Blacik, Ben <BJB...@az...>: > > Right now it appears to me that in order to have a business object (defined > in the web service) to be included in the WDSL, that the business object > must be included in a web method as either a return value or parm. > > I would like to get a business object included in the WDSL, without it being > defined in a web method. > > I have the following configuration: > - 20 different business objects, all inherited from same base object > - 7 Generic web methods (Read(object o), object[] ReadList(object o), > Save(object o), ...) > - The comsuming app instaniates the business object from the web service > proxy, the generic web method casts it to the base object and invokes a base > method to process the request. > > Is there some way to get each business object to be included in the WDSL > without having to be defined in a web method? > > NOTICE: This e-mail (and any attachments) may contain PRIVILEGED OR > CONFIDENTIAL information and is intended only for the use of the specific > individual(s) to whom it is addressed. It may contain information that is > privileged and confidential under state and federal law. This information > may be used or disclosed only in accordance with law, and you may be subject > to penalties under law for improper use or further disclosure of the > information in this e-mail and its attachments. If you have received this > e-mail in error, please immediately notify the person named above by reply > e-mail, and then delete the original e-mail. Thank you. > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Springnet-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springnet-developer > > |