Hi all, I use skeleton generated by WSDL2Java. While parsing request, generated stubs checks attributes namespaces something like this:
if ( reader.isStartElement() && new javax.xml.namespace.QName(<namespace>, <attribute_name>).equals(reader.getName()) Everything works fine with generated stubs, but doesn't with GET requests. In this case, generated SOAP packet doesn't contain attributes namespace for method parameters. Is there any solution for this problem? Regards, Valeriy. ---------------------------------------------------------------------- This e-mail message is for the sole use of the intended recipient(s) and contains confidential and/or privileged information belonging to Five 9, Inc. or its customers or partners. Any unauthorized review, use, copying, disclosure or distribution of this message is strictly prohibited. If you are not an intended recipient of this message, please contact the sender by reply e-mail and destroy all soft and hard copies of the message and any attachments. Thank you for your cooperation. ----------------------------------------------------------------------
