Hi All I am trying to call from VB Client. I am using java:MSG style with signature:
public Document getStatus(Document xml) And I am returning input (xml) back to the client. But the client gets all null values. When I check it using URL from browser, I can see proper Return values. I am assuming that as the generated WSDL say style="document" and VB Client should work fine. But I am not sure about the "xsd:anyType" . How that is handled in the client side. Any idea. - <schema targetNamespace="http://xml.apache.org/axis/wsdd/" xmlns="http://www.w3.org/2001/XMLSchema"> <element name="getStatus" type="xsd:anyType" /> <element name="getStatusReturn" type="xsd:anyType" /> </schema> Thanks ------------------------------------------------------------------------------ Notice: This e-mail message, together with any attachments, contains information of Merck & Co., Inc. (One Merck Drive, Whitehouse Station, New Jersey, USA 08889), and/or its affiliates (which may be known outside the United States as Merck Frosst, Merck Sharp & Dohme or MSD and in Japan as Banyu) that may be confidential, proprietary copyrighted and/or legally privileged. It is intended solely for the use of the individual or entity named on this message. If you are not the intended recipient, and have received this message in error, please notify us immediately by reply e-mail and then delete it from your system. ------------------------------------------------------------------------------
