Re: reading SOAP Message at the webserver?

2007-08-24 Thread Kerstin Bauer
Von: "Mike Krell" <[EMAIL PROTECTED]> > An: axis-user@ws.apache.org > Betreff: Re: reading SOAP Message at the webserver? > I do something similar. I grab the SOAPMessage and parse a couple of > attributes of the message. The whole thing then gets stored into a > da

Re: reading SOAP Message at the webserver?

2007-08-23 Thread Mike Krell
I do something similar. I grab the SOAPMessage and parse a couple of attributes of the message. The whole thing then gets stored into a database. I had to create a custom handler to do this work and then insert the handler into the handler chain. Once the handler gets the message you will have

Re: reading SOAP Message at the webserver?

2007-08-23 Thread Kerstin Bauer
Pushkar Bodas <[EMAIL PROTECTED]> > An: axis-user@ws.apache.org > Betreff: Re: reading SOAP Message at the webserver? > > Sorry, It was supposed to be TCPMon...not TCSMon... :P > > Pushkar Bodas wrote: > > > > Hi Kerstin, > > > > Try to u

Re: reading SOAP Message at the webserver?

2007-08-23 Thread Pushkar Bodas
ueryType) throws RemoteException >> { >> ... >> } >> } >> >> Thanks in advance for your help! >> >> Kerstin >> >> -- >> Pt! Schon vom neuen GMX MultiMessenger gehört? >> Der kanns mit allen: http://www.gmx.net/de/go/multimessenger >> &

Re: reading SOAP Message at the webserver?

2007-08-23 Thread Pushkar Bodas
--- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/reading-SOAP-Message-at-the-webserver--tf4316530.html#a12292934 Sent from the Axi

reading SOAP Message at the webserver?

2007-08-23 Thread Kerstin Bauer
Hi all! I'm new to Axis and I'm sorry if my question sounds silly... I developed a webservice with Axis 1.4 and Java. Furthermore I wrote a Client to access this webserver. What I'm supposed to do now is to examine the SOAP Body, if it really contains the message that is contained and to valid