day, March 17, 2004 10:06 AM
To: '[EMAIL PROTECTED]'
Subject: RE: How to write Document Style web services
Hi Senthil
Thanks for u r help
If u have some example program please sent it to me
Thanks & Regards
G J A Priyanjith
-Original Message-
From: Senthil_KM [mailto
Hi Senthil
Thanks for u r help
If u have some example program please sent it to me
Thanks & Regards
G J A Priyanjith
-Original Message-
From: Senthil_KM [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 17, 2004 9:41 AM
To: [EMAIL PROTECTED]
Subject: RE: How to write Document S
Document style web servcie
Client side
---
Say u have an xml document need to send this to the servcie
Creat a SOAPBodyElement [] array and place the root of the XML document
in it.
Send this as a parameter when you call the web servcie using
Call.invoke(param) where param is an Ob