Change the email address

2002-02-19 Thread pandrajula seshu srinivas
Hi Guys, I configured this soap mailing list to rediff, daily I am getting number of mails and my account memory is finishing. Can you tell how to change the mailing list email address or we have to unsubscribe it. Please help out me Bye Seshu

RE: WSDL question

2002-02-19 Thread Rebecca Dias
Another vendor speaking... www.xmlbus.com/work has a powerful and easy to use product for this. becky -Original Message- From: Gus Delgado [mailto:[EMAIL PROTECTED]] Sent: 19 February 2002 14:16 To: [EMAIL PROTECTED] Subject: RE: WSDL question do you know of any tools to gener

Serialize String[][]

2002-02-19 Thread George Voronoff
I'm using BeanSerializer to serialize MyObject. class MyObject { public MyObject() { } public String[][] getFoo() { return _foo; } puboic void setFoo(String[][] foo) { _foo = foo; } pirvate _foo = new String[0][]; } I'm getting the excepti

Re: WSDL question

2002-02-19 Thread zhengzp
JBuilder's web service kit for java can create WSDL - Original Message - From: "Gus Delgado" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 20, 2002 1:34 AM Subject: WSDL question > I have a web service currently on production using jakarta-soap running on

RE: C++ client for Apache SOAP

2002-02-19 Thread Yong Chen
Hi, I'm looking for a simple C++ client example for Apache SOAP server, it should be message based (not RPC based). Can some one point me to the right place? Or if you have one, can you please send it to me as an example? thanks a lot Yong Chen

RE: WSDL question

2002-02-19 Thread Anne Thomas Manes
There are quite a few tools that can generate WSDL from a Java class. You can find IBM's Web Services Toolkit here: http://www.alphaworks.ibm.com/tech/webservicestoolkit My personal recommendation is WASP Developer, which is available as a plug-in for JBuilder, NetBeans, and Eclipse. The tools ar

RE: WSDL question

2002-02-19 Thread Ken Beausang
Gus, Check out CapeConnect from Cape Clear Software - at www.capeclear.com It generates WSDL from existing EJBs, Java classes, and CORBA IDL. Regards, Ken -Original Message- From: Gus Delgado [mailto:[EMAIL PROTECTED]] Sent: 19 February 2002 14:16 To: [EMAIL PROTECTED] Subject: RE: WS

WSDL interop question

2002-02-19 Thread Chopra, Jitender
Has anyone tried to create a C# client proxy in .NET using IBM WSAD 4.0.2 genereted wsdl. If yes, then would you kindly share your experience. Thanks/Jitender *** -Original Message- From: Gus Delgado [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 19, 2002 2:16 PM To: [EMA

RE: WSDL question

2002-02-19 Thread Gus Delgado
do you know of any tools to generate wsdl, doesn't alphaworks have one? -Original Message- From: Anne Thomas Manes [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 19, 2002 12:21 PM To: [EMAIL PROTECTED] Subject: RE: WSDL question Gus, Yes you can create WSDL descriptions of your ser

RE: WSDL question

2002-02-19 Thread Anne Thomas Manes
Gus, Yes you can create WSDL descriptions of your services without affecting your clients that don't use WSDL. Anne > -Original Message- > From: Gus Delgado [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 19, 2002 12:35 PM > To: [EMAIL PROTECTED] > Subject: WSDL question > > > I ha

WSDL question

2002-02-19 Thread Gus Delgado
I have a web service currently on production using jakarta-soap running on tomcat. "some" of my clients want to use the new .Net implementation to send soap-envelopes (requests) to the jakarta-soap implementation, .Net uses WSDL, can I implement a WSDL for "some" of my clients to use without hurti

RE: soap on ejb (on orion)

2002-02-19 Thread Tim Joyce
I am using orion and the problem here turned out to be that you should not put soap.jar into orion/lib, but rather into web-inf/lib, as if you have a soap.jar in orion/lib, you cannot talk to your beans :( it is not clear to my why, but it is all working smoothly now. cheers timj > -Origi