Thanks. Do you mean I can still use MSG style but the anyType should be replaced by schema. Is there Wondering if you know about any sample/ example where I can get some pointer.
-----Original Message----- From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 05, 2004 7:51 PM To: [EMAIL PROTECTED] Subject: RE: java:MSG style & VB Client For VB clients you should define the full structure of your input and output messages in your schema. -----Original Message----- From: Satrusalya, Prassana [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 05, 2004 7:03 PM To: '[EMAIL PROTECTED]' Subject: java:MSG style & VB Client 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. ---------------------------------------------------------------------------- -- ------------------------------------------------------------------------------ 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. ------------------------------------------------------------------------------
