RE: First row under header return null

2004-09-29 Thread "FIORAMORE, François"
Thanks Scott, it work. And yes you assume correctly, sorry I should have said it earlier. Thank Paul also. Appreciate your help. -Original Message- From: Scott Nichol [mailto:[EMAIL PROTECTED] Sent: Monday, September 27, 2004 4:44 PM To: [EMAIL PROTECTED] Subject: Re: First row under

Re: First row under header return null

2004-09-27 Thread Scott Nichol
I assume you are receiving this message using the messaging API, i.e. your service has a method like public void SubmitReq(Envelope env, SOAPContext reqCtx, SOAPContext resCtx) throws Exception { Vector headerEntries = env.getHeader().getHeaderEntries(); Element headerElement

RE: First row under header return null

2004-09-27 Thread "FIORAMORE, François"
2004 3:46 PMTo: [EMAIL PROTECTED]Subject: Re: First row under header return null I don't know which package you use to parse the soap. I use Jakata AXIS web service which adopt Jakata SOAP. I wrote a test code which it print the right information.   import javax.xml.s

RE: First row under header return null

2004-09-27 Thread "FIORAMORE, François"
ork.  :)   Thank.   Ciao, François.   -Original Message-From: Paul Hsu [mailto:[EMAIL PROTECTED] Sent: Friday, September 24, 2004 7:19 PMTo: [EMAIL PROTECTED]Subject: Re: First row under header return null try this, it should work. You problem is tempElement is the righ

Re: First row under header return null

2004-09-27 Thread Paul Hsu
ex) { }  } } - Original Message - From: FIORAMORE, François To: '[EMAIL PROTECTED]' Sent: Monday, September 27, 2004 11:21 AM Subject: RE: First row under header return null Hi Paul,   Thank for the support.  But is didn't work. I

Re: First row under header return null

2004-09-24 Thread Paul Hsu
PROTECTED] Sent: Friday, September 24, 2004 4:04 PM Subject: Re: First row under header return null I think you should change the code to NodeList tempNodeList = headerElement.getElementsByTagName("TransactionID");  //I want the TransactionID. --

Re: First row under header return null

2004-09-24 Thread Paul Hsu
Title: First row under header return null I think you should change the code to NodeList tempNodeList = headerElement.getElementsByTagName("TransactionID");  //I want the TransactionID. - Original Message - From: FIORAMORE, François To: '[EMAIL PROTECTED]' Sent: Frid