RE: Soap and Struts

2002-04-15 Thread Galbreath, Mark

A sodium hydroxide-based cleaning agent; most social situations.

Mark

-Original Message-
From: Yugandhar_Reddy [mailto:[EMAIL PROTECTED]]
Sent: Saturday, April 13, 2002 3:27 AM
To: Struts Users Mailing List
Subject: RE: Soap and Struts


Hi,
Cud u please tell me what a SOAP is and where is it helpful//

Thanks in advance
Yug

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]





RE: Soap and Struts

2002-04-15 Thread Micael Padraig Og mac Grene

You have a wonderful habit, Mark, of not answering peoples' questions that 
seem simplistic to you, but instead exercising your limpid wit.  If your 
ego must be massaged with inanities shot toward people new to 
this-and-that, try doing it off line?  Thanks.  I personally do not like 
to be around smart-asses.  Thanks again.

At 07:17 AM 4/15/02 -0400, you wrote:
A sodium hydroxide-based cleaning agent; most social situations.

Mark

-Original Message-
From: Yugandhar_Reddy [mailto:[EMAIL PROTECTED]]
Sent: Saturday, April 13, 2002 3:27 AM
To: Struts Users Mailing List
Subject: RE: Soap and Struts


Hi,
Cud u please tell me what a SOAP is and where is it helpful//

Thanks in advance
Yug

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: Soap and Struts

2002-04-14 Thread Yugandhar_Reddy

Hi,
Cud u please tell me what a SOAP is and where is it helpful//

Thanks in advance
Yug

-Original Message-
From: Struts Newsgroup [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 02, 2002 8:25 PM
To: [EMAIL PROTECTED]
Subject: Re: Soap and Struts


Subject: Re: Soap and Struts
From: Vic Cekvenich [EMAIL PROTECTED]
 ===
One approach that I do is expose FormBeans gutters and setters as a SOAP 
service on you server.

Then you need some SOAP client, say Pocket SOAP. We are developing a 
Excel VBA that talk to our SOAPy FormBean.
 From VBA (Visual Basic for Applications) you populate the Excel cells 
and send the values user types in.
Then click save (which let's the FormBean save it to DB)

Vic

Johannes Wolfgang Woger wrote:

 Hi,
 I would like to know:
 Can SOAP and Struts
 be brought to work together?
 Are there example thereof?
 
 Wolfgang
 
 
 


--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]
***
This e-mail (including any attachments) is intended for the sole use of the
intended recipient/s and may contain material that is CONFIDENTIAL AND
PRIVATE COMPANY INFORMATION. Any review or reliance by others or  copying or
distribution or forwarding of any or all of the  contents in this message is
STRICTLY PROHIBITED. If you are not the intended recipeint,please contact
the sender by e-mail and delete all copies; your co-operation in this regard
is appreciated.


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: Soap and Struts

2002-04-14 Thread Niall Pemberton

http://www.javaworld.com/javaworld/jw-01-2002/jw-0125-axis.html

 -Original Message-
 From: Yugandhar_Reddy [mailto:[EMAIL PROTECTED]]
 Sent: 13 April 2002 08:27
 To: Struts Users Mailing List
 Subject: RE: Soap and Struts


 Hi,
 Cud u please tell me what a SOAP is and where is it helpful//

 Thanks in advance
 Yug

 -Original Message-
 From: Struts Newsgroup [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, April 02, 2002 8:25 PM
 To: [EMAIL PROTECTED]
 Subject: Re: Soap and Struts


 Subject: Re: Soap and Struts
 From: Vic Cekvenich [EMAIL PROTECTED]
  ===
 One approach that I do is expose FormBeans gutters and setters as a SOAP
 service on you server.

 Then you need some SOAP client, say Pocket SOAP. We are developing a
 Excel VBA that talk to our SOAPy FormBean.
  From VBA (Visual Basic for Applications) you populate the Excel cells
 and send the values user types in.
 Then click save (which let's the FormBean save it to DB)

 Vic

 Johannes Wolfgang Woger wrote:

  Hi,
  I would like to know:
  Can SOAP and Struts
  be brought to work together?
  Are there example thereof?
 
  Wolfgang
 
 
 


 --
 To unsubscribe, e-mail:
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]
 ***
 This e-mail (including any attachments) is intended for the sole
 use of the
 intended recipient/s and may contain material that is CONFIDENTIAL AND
 PRIVATE COMPANY INFORMATION. Any review or reliance by others or
 copying or
 distribution or forwarding of any or all of the  contents in this
 message is
 STRICTLY PROHIBITED. If you are not the intended recipeint,please contact
 the sender by e-mail and delete all copies; your co-operation in
 this regard
 is appreciated.


 --
 To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Soap and Struts

2002-04-02 Thread @Basebeans.com

Subject: Soap and Struts
From: Johannes Wolfgang Woger [EMAIL PROTECTED]
 ===
Hi,
I would like to know:
Can SOAP and Struts
be brought to work together?
Are there example thereof?

Wolfgang



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: Soap and Struts

2002-04-02 Thread Bryan Field-Elliot

I have successfully deploy Apache Axis (the new beta version) in the
same webapp as a Struts application. This takes a little cut-and-pasting
from Axis's web.xml file into yours, but it works fine.

Bryan

On Tue, 2002-04-02 at 02:10, Struts Newsgroup wrote:

Subject: Soap and Struts
From: Johannes Wolfgang Woger [EMAIL PROTECTED]
 ===
Hi,
I would like to know:
Can SOAP and Struts
be brought to work together?
Are there example thereof?

Wolfgang







Re: Soap and Struts

2002-04-02 Thread @Basebeans.com

Subject: Re: Soap and Struts
From: Vic Cekvenich [EMAIL PROTECTED]
 ===
One approach that I do is expose FormBeans gutters and setters as a SOAP 
service on you server.

Then you need some SOAP client, say Pocket SOAP. We are developing a 
Excel VBA that talk to our SOAPy FormBean.
 From VBA (Visual Basic for Applications) you populate the Excel cells 
and send the values user types in.
Then click save (which let's the FormBean save it to DB)

Vic

Johannes Wolfgang Woger wrote:

 Hi,
 I would like to know:
 Can SOAP and Struts
 be brought to work together?
 Are there example thereof?
 
 Wolfgang
 
 
 


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: SOAP and struts

2001-06-13 Thread Craig R. McClanahan



On Tue, 12 Jun 2001, Ian Kallen [EMAIL PROTECTED] wrote:

 
 Working on an architecture that has the business logic of the model
 running on an external subsystem that is accessed by SOAP, we found
 that the SOAP client doesn't want to serialize the ActionForm
 subclassed beans (not sure where in the reflection voodoo it's choking
 yet).  Anybody else used the Apache SOAP implementation's
 BeanSerializer with struts?  I'd be interested in how the systems
 interacted :)
 

Hmm, I haven't looked at the BeanSerializer code, but I'd bet that it's
choking on the two ActionForm instance variables (references to the
ActionServlet and MultipartRequestHandler associated with this
request) that are not themselves Serializable.  I'm going to change them
to transient so that the beans should be able to be serialized (as long as
all your other instance variables are Serializable).

 cheers,
 -Ian
 

Craig


 --
 Ian Kallen [EMAIL PROTECTED] | AIM: iankallen