RE: how to override code in SOAP-ENV:Server tag

2002-10-31 Thread Omprakash Bachu
----- From: "Omprakash Bachu" <[EMAIL PROTECTED]> To: "Scott Nichol" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, October 30, 2002 5:56 PM Subject: RE: how to override code in SOAP-ENV:Server tag

RE: How to populate the elements into soap header block?

2002-10-24 Thread Omprakash Bachu
Can any one answer this...? -Original Message- From: Omprakash Bachu [mailto:omprakash.bachu@;mphasis.com] Sent: Thursday, October 24, 2002 3:01 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: How to populate the elements into soap header block? I got the

for this code snippet, what will be equivalent in VB/VC?

2002-10-24 Thread Omprakash Bachu
>From VB/VC/Java how to send XML document to SOAP service, in that case at soap service implementation side is there any recommendations on method signature and what should be in param data type i.e, for e.g. Element, Document or String etc. For Java I can see, in AddressBook sample which comes wi

How to populate the elements into soap header block?

2002-10-24 Thread Omprakash Bachu
Hi all, in order to achieve a template as below, having the element structure, what I need to do? http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsi="http://www.w3.org/1999/XMLSchema

How to set and get elements from ?

2002-10-24 Thread Omprakash Bachu
Hi, can someone answer few SOAP client/server queries, Background/Assumptions: To write a soap client which sets the SOAP Envelope {attribute, values}, Header elements and Body elements, which is as per the defined schema. Among which, envelope attributes will have the location for XSD. Client si

RE: How to populate the elements into soap header block?

2002-10-24 Thread Omprakash Bachu
ement(root); hdr.setHeaderEntries(hdrEntriesVec); Call call = new Call("urn:AddressFetcher", "putListings", params, hdr, Constants.NS_URI_SOAP_ENC); ... ... But still have the question, how to get the header block at service implementation side? thanks Om -----Original Mess

SOAP Client code using VB/VC

2002-10-23 Thread Omprakash Bachu
Hi friends, I found the sample SOAP client code for Java but can anyone send me the SOAP VB and VC clients for accessing Apache's v2.2 SOAP service. thanks Om -- To unsubscribe, e-mail: For additional commands, e-mail:

Will the order of FaultListners matters in DD?

2002-10-11 Thread Omprakash Bachu
Hi, can anyone throw some light... Question: In order to support my service along with custom faultlistener and default faultlistener, do the order of multiple listeners matter in deployment descriptor? :o)m -- To unsubscribe, e-mail: For additional commands, e-mail

Do the built in EJBProviders will cache the EJBLookup handles?

2002-10-11 Thread Omprakash Bachu
Hi all, does any one have any idea whether the built in EJBProviders will cache the EJBLookup handles or not? :o)m -- To unsubscribe, e-mail: For additional commands, e-mail: