[Springnet-developer] Web Service definition
Brought to you by:
aseovic,
markpollack
|
From: Blacik, B. <BJB...@az...> - 2007-10-01 19:42:47
|
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. =20 I would like to get a business object included in the WDSL, without it being defined in a web method. =20 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. =20 Is there some way to get each business object to be included in the WDSL without having to be defined in a web method? =20 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. |