RE: need urgent help

2004-08-23 Thread Rajendra
ocument mainDoc = null; ... mainDoc = dbuild.parse(xmlInputSource); elems = new Element[1]; elems[0] = mainDoc.getDocumentElement(); return elems; }

RE: need urgent help

2004-08-23 Thread Rajendra
To: [EMAIL PROTECTED] Subject: Re: need urgent help Please go to the website http://ws.apache.org/axis/java/user-guide.html and search for Service Styles - RPC, Document, Wrapped, and Message and use the explanation given for the message style. Thanks, Hrishikesh.

need urgent help

2004-08-23 Thread Rajendra
element. elementText.append("<"+element.getTagName()); //Author attributes. NamedNodeMap attributes = element.getAttributes(); int attCount = attributes.getLength(); for (int j = 0; j"); //Author child nodes. for

How to add response into body tag

2004-08-23 Thread Rajendra
int attCount = attributes.getLength(); for (int j = 0; j"); //Author child nodes. for (int i=0;i"); return elementText; }//getElementAsText Thanks in advance, Rajendra. * Disclai

RE: how to delete web service manually

2004-08-19 Thread Rajendra
Hi, Thx. It's working now. Bye, Raj. -Original Message- From: Bhuvan [mailto:[EMAIL PROTECTED] Sent: Friday, August 20, 2004 12:13 PM To: [EMAIL PROTECTED] Subject: RE: how to delete web service manually Hi Rajendra, Try out the following : 1. Modify server-config.wsdd pr

how to delete web service manually

2004-08-19 Thread Rajendra
&Regards, Rajendra. * Disclaimer: This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, you sh

error while compiling soap client on vc++

2004-08-17 Thread Rajendra
web services. Anybody if encountered same problem, pls let me know. where do im making mistake or do i need to make any settings in vc++ environment. Thanks in advance, Rajendra. #include #import "msxml4.dll" using namespace MSXML2; #import "C:\Program Files\Common Files\MSSoap\B

RE: vc++ client for java web service

2004-08-16 Thread Rajendra
 "enabling ATL" while creating new project and the "Add Web Reference" into new project. Do i need another version or i need some more configuration  before starting project with vc.     Thanks&Regards, Rajendra.       -Original Message-From: [EMAIL PROT

vc++ client for java web service

2004-08-05 Thread Rajendra
. If some one is having very basic sample example will be very useful.   Thanks in advance.   Rajendra *Disclaimer: This message (including any attachments) contains confidential information intended for a specific individual and

Re: SOLVED - Re: Going from Text Based XML to a SOAPBody?

2004-08-02 Thread Rajendra
. Thanks in advance. regards, Rajendra.   - Original Message - From: Marc Boorshtein To: [EMAIL PROTECTED] Sent: Monday, August 02, 2004 4:54 AM Subject: SOLVED - Re: Going from Text Based XML to a SOAPBody? Once I realized how simple this was it took me about five

Re: Need help

2004-07-26 Thread Rajendra
mense help to me.   Thanks, Rajendra. - Original Message - From: Dorner Thomas To: '[EMAIL PROTECTED]' Sent: Monday, July 26, 2004 1:00 PM Subject: AW: Need help Hi Rajendra,   you want to send xml - so I think  - MessageStyle will be a good soluti

Need help

2004-07-26 Thread Rajendra
pass the XML as input from axis client. So what's the best approach for this. So which Service Styles - RPC, Document, Wrapped, and Message I should use.   Looking for help immediately. Thanks in advance. Rajendra.   *Discl