Close
jGuru Forums
Posted By: Anand_Kumar Posted On: Tuesday, August 6, 2002 07:28 PM
Hai,I'm using JDeveloper for developing Web Services.It works very fine with simple data types like int,string. But where as coming to Complex types it gives problem. I have one Java Object Customer with name,designation as data members.I have written one WebService which returns this Object.But the problem is representing this Complex type in WSDL?. How should I do it?.
Re: SOAP Complex Types Representation
Posted By: irfan_mansha Posted On: Thursday, August 29, 2002 09:28 PM
Posted By: Gautam_Marwaha Posted On: Tuesday, August 6, 2002 11:51 PM
...... elementFormDefault="qualified" targetNamespace="java:my.package"> ...... ......