Without seeing all the code generated and how it links together I'd take a stab in the dark and say that you're not setting an object in the request. Since your wsdl does not appear to have any nillable/minOccurs="0" elements I would suggest that you are not populating one of the parent objects correctly. Eg not putting the "responseMsg" into the "to" and then that into the "fromtmResponse" object correctly.
David Meiklejohn -- Product Developer iseek Communications Pty Ltd Excellence in business data solutions ph 1300 661 668 fax 1300 661 540 www.iseek.com.au<http://www.iseek.com.au> ------------------------------------- This email is intended for the recipients only. If you have received this email by mistake, please notify the sender by reply email, and then delete it without reading, storing, forwarding or disclosing its contents. The contents of this message and any attachments may be confidential. There is no warranty that this email is free of errors or viruses. It may be a private communication, and if so, does not represent the views of iseek Communications Pty Ltd. All contents of this email and any attachments are subject to copyright. From: mpas mpas [mailto:[EMAIL PROTECTED] Sent: Thursday, 31 January 2008 11:36 PM To: [email protected] Subject: RE: mistake in this simple wsdl I did some kind of test and i found that the wsdl and xsd file are conformed. But the service skeleton generated with the wsdl2java tool is not properly and because of That axis get the error (error = property can not be null ) I change generated skeleton so that I removed whole code and implemented Service operation myself so that the little method return what it gets from client back to client and the service works fine!! I assume that wsdl2java code can not qualified my wsdl or my xsd file and produces some improperly code! Could somebody verify if my assuming is right!? If so, what is wrong in these files, that tool is not able to generate a properly working code? ________________________________ Jetzt Mails schnell in einem Vorschaufenster überfliegen. Dies und viel mehr bietet das neue Yahoo! Mail<http://de.rd.yahoo.com/evt=40590/*http:/de.docs.yahoo.com/ymail/landing.html>.
