Re: Java Client Code Generator from WSDL

2004-03-01 Thread Ferhat Ayaz
I know a free soap library. But it can't generate code from wsdl. http://csoap.sourceforge.net On 03/01/04 08:20:54, "Swaminathan, Srikanth (Cognizant)" wrote: Hello All, Are there any free tools that can generate simple java soap client code from a WSDL apart from Apache Axis? Please let me kno

C library for SOAP

2004-02-03 Thread Ferhat Ayaz
Hi, look for the client/server SOAP library written in the C programming language for C applications. Homepage: http://csoap.sourceforge.net // Example client using CSOAP static const char *url = "http://csoap.sourceforge.net/cgi-bin/c

RE: Apache SOAP does not recognbize https protocol?

2002-05-23 Thread Ferhat Ayaz
Hmmm ... Try Apache SOAP v2.2 . == I downloaded jdk1.4 and the https error msg is gone, but still there are exceptions from client and server. Please help more. (again, tomcat/ssl/ is working fine from http and https browser requests). clie

Re: Auto deployment of services???

2002-05-23 Thread Ferhat Ayaz
When you deploy a service, Apache SOAP will create a file named "DeployedServices.ds". This will make your SOAP be able to be persistence. Try to deploy your service with a script @echo off java org.apache.soap.server.ServiceManagerClient http://localhost:8080/soap/servlet/rpc

RE: Can Tomcat share port 80?

2002-05-23 Thread Ferhat Ayaz
It's possible dependening on your http server. With Apache on port 80, you can configure a bridge to 8080 (or where ever in which port your tomcat is running). But don't ask me how :-) __ Do You Yahoo!? LAUNCH - Your Yahoo! Music Experience http: