RE: SOAP applications ?

2002-05-14 Thread Shashi Anand
choice. SOAP will be useful to expose individual methods as SOAP calls. Shashi Anand ---Original Message--- From: [EMAIL PROTECTED] Date: Tuesday, May 14, 2002 17:50:37 To: [EMAIL PROTECTED] Subject: RE: SOAP

SOAP applications ?

2002-05-13 Thread Shashi Anand
Hi, What could be SOAP applications in real world ? In other words how to decide whether SOAP could be solution to some scenarios. Thanks Shashi Anand

RE: soap messaging XML ???

2002-03-11 Thread Shashi Anand
Which would be a better approach using JAXM or using the SOAP APIs as shown below ? + Shashi Anand ( Senior Software Engineer 8 Infogain India O B 15 Sec 58, NOida, UP 201301, India -Original Message-From: Ashutosh Arora

soap messaging XML ???

2002-03-08 Thread Shashi Anand
. Does somebody have any idea on how to form the SOAP message using API. + Shashi Anand ( Senior Software Engineer 8 Infogain India O B 15 Sec 58, NOida, UP 201301, India

RE: How can I turn off validation in SOAP/Xerces not changing the source code

2002-01-23 Thread Shashi Anand
I think by default SOAP does not enbles validation while creating parser. check out MessageRouterServlet, RPCRouterServlet, XMLParserUtils... +Shashi Anand (Senior Software Engineer 8Infogain India OB 15 Sec 58, NOida, UP 201301, India

RE: parsing soap message

2002-01-22 Thread Shashi Anand
You should write a provider for this purpose... + Shashi Anand ( Senior Software Engineer 8 Infogain India O B 15 Sec 58, NOida, UP 201301, India -Original Message-From: Krishnakanth Rao [mailto:[EMAIL PROTECTED]]Sent

RE: SOAP API question

2002-01-21 Thread Shashi Anand
have a look at code in org.apache.soap.server.http.MessageRouterServlet or RPCRouterServlet This code handles the soap envelope and performs the RPC and message routing. On same lines you can write your own provider and do whatever with the message... +Shashi Anand (Senior

RE: SOAP API question

2002-01-17 Thread Shashi Anand
Probably you can use the basic steps as in MessageRouter for SOAP. +Shashi Anand (Senior Software Engineer 8Infogain India OB 15 Sec 58, NOida, UP 201301, India -Original Message- From: Steve Pannier [mailto:[EMAIL PROTECTED]] Sent

RE: Adding Body to RPC

2002-01-16 Thread Shashi Anand
You probably should use SOAP messaging for this purpose. + Shashi Anand ( Senior Software Engineer 8 Infogain India O B 15 Sec 58, NOida, UP 201301, India -Original Message-From: Madan, Kapil [mailto:[EMAIL PROTECTED

RE: How to stop verbose soap server logging?

2002-01-15 Thread Shashi Anand
you are using a template provider shipped as an example of writting providers. these messages are for informationaly purpose and you can change the code of TemplateProvider. shashi anand -Original Message- From: Ira Waxberg [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 15, 2002 2:14

RE: Soap RPC or SOAP messaging?

2002-01-15 Thread Shashi Anand
depends if you just have few of requests operations you can use RPC otherwise otherwise you can use messaging for finer control on dynamically invoking operations, this will need more effort... shashi anand -Original Message- From: Sandeep Heer [mailto:[EMAIL PROTECTED]] Sent: Tuesday

RE: pass arguments to the constructor of SOAP service

2002-01-14 Thread Shashi Anand
I do not there is any way to do that. Only defauly constructor is used to consruct the object. -Original Message- From: Rino Srivastava [mailto:[EMAIL PROTECTED]] Sent: Monday, January 14, 2002 7:23 PM To: [EMAIL PROTECTED] Subject: RE:pass arguments to the constructor of SOAP service

RE: Do I need a serializer ?

2002-01-14 Thread Shashi Anand
Title: Do I need a serializer ? Apache comes with serializer/de-serializerfor Javabean and other datatypes so if you pass and receive whihc is not one of such datatypes then you do not need your custom one. Shashi Anand -Original Message-From: Jamie Tsao [mailto:[EMAIL

RE: Can we run a SOAP server without any Web Server?

2002-01-14 Thread Shashi Anand
Title: Can we run a SOAP server without any Web Server? i think yes, soap is not limited to http you can use mail server or some other protocol too. -Original Message-From: Chouthri Palanisamy [mailto:[EMAIL PROTECTED]]Sent: Tuesday, January 15, 2002 8:42 AMTo: [EMAIL