Hi, I want to pass 4 parameters to a SOAP Method written in JAVA-APACHE, through VB,ie. i want to invoke getInstances(String s, String s1,String s2,String s3)... Can you please let me know how can i invoke this method using VB. Is there any sample code u could send me..This is what i am doing..
Method = "getInstances" Serializer.startEnvelope Serializer.SoapAttribute "xmlns:xsi", , _ "http://www.w3.org/1999/XMLSchema-instance" Serializer.SoapAttribute "xmlns:xsd", , _ "http://www.w3.org/1999/XMLSchema" Serializer.startBody Serializer.startElement Method, MULTICITY_NS, NS_URI_SOAP_ENC, "sq" 'In the Java client, this corresponds to a new Parameter(...) Serializer.startElement "getInstances" 'Method name Serializer.SoapAttribute "xsi:type", , "xsd:string" Serializer.writeString "11" Serializer.SoapAttribute "xsi:type", , "xsd:string" Serializer.writeString "s1" Serializer.SoapAttribute "xsi:type", , "xsd:string" Serializer.writeString "s2" Serializer.SoapAttribute "xsi:type", , "xsd:string" Serializer.writeString "s3" Serializer.endElement Serializer.endElement Serializer.endBody Serializer.endEnvelope ---------------------------------------------------------------------------- -------- Vaibhav Joshi Multicity tel: 703-790-0063, ext. 238 | fax: 703-790-3379 e-mail: [EMAIL PROTECTED] http://www.multicity.com Voted "Best Chat" by Yahoo! Internet Life and proud to be part of the "100 Best Sites for 2001" =========================================== This email message is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message.