RE: Standalone server questions

2003-03-12 Thread Doug Haigh
If you want to make a simple SOAP server using C++, try gSOAP. It does not need a web server and is free.   Axis as a server is more suited for environments where Apache is running. You can use Axis (Java) or gSOAP (C++) as a standalone client.   -Original Message-From: Sean Lebl

RE: Nested Classes for Java Beans not Allowed?

2003-03-11 Thread Doug Haigh
Thanks, that did it. Can you enlighten me why it needs to be a static class? I am a Java newbie... -Original Message- From: Steve Loughran [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 11, 2003 11:25 AM To: [EMAIL PROTECTED] Subject: Re: Nested Classes for Java Beans not Allowed? Make it

Nested Classes for Java Beans not Allowed?

2003-03-10 Thread Doug Haigh
I have a class that does all soap that includes a nested JavaBean used for serialization/deserialization. It looks like===public class SoapMgr{  public int GetInfo()  {  Service service = new Service();  Call    call    = (Call) service.createCa