Open Source WSDL Generator

2001-09-24 Thread Naresh Agarwal
Hi Is there Open-Source WSDL generator (for COM, Java etc.) available. If any one of you are aware of any such tool, please let me know thanks, Regards, Naresh _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com

Re: Open Source WSDL Generator

2001-09-24 Thread Radovan Janecek
WASP WSDL generator is not open source, however it is for free commercial use: http://www.idoox.com/products/wasp_lite/index.html Radovan - Original Message - From: "Naresh Agarwal" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 24, 2001 3:52 PM Subject: Open Source

Re: Re: Re: performance of apache SOAP

2001-09-24 Thread Scott Nichol
I've modified the client code further (see attached) and run more tests on Win2k. I find that for any backlog >= 200, the tests run with no errors for up to 200 client threads. For >= 300 client threads, I generally get some errors, regardless of the backlog setting (e.g. 500, 5000). Contributi

service management in Apache SOAP 2.2

2001-09-24 Thread Podlipski, Alex (GXS, Staffing Alternatives)
Title: service management in Apache SOAP 2.2 I have a following question. When using existing implementation of Apache SOAP 2.2 as RPC server, any client is allowed to deploy/undeploy services I have on my endpoint (using ServiceManagerClient). Is there any way to restrict service management

AXIS ?

2001-09-24 Thread Podlipski, Alex (GXS, Staffing Alternatives)
Title: AXIS ? Any information on when the fully functional AXIS 1.0 will be available?

cvs commit: xml-soap/java/src/org/apache/soap SOAPException.java

2001-09-24 Thread duftler
duftler 01/09/24 12:45:13 Modified:java/src/org/apache/soap SOAPException.java Log: The fault code and exception message will now be run through Utils.cleanString(...) to escape special characters. For more details, see: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=33

cvs commit: xml-soap/java/docs/guide msgclient.html

2001-09-24 Thread duftler
duftler 01/09/24 12:53:14 Modified:java/docs/guide msgclient.html Log: Fixed a typo. See: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3647 Submitted by: [EMAIL PROTECTED] Reviewed by: Matthew J. Duftler Revision ChangesPath 1.4 +1 -1 xml-soap/j

cvs commit: xml-soap/java/src/org/apache/soap/encoding/soapenc CalendarSerializer.java DateSerializer.java

2001-09-24 Thread duftler
duftler 01/09/24 13:36:04 Modified:java/src/org/apache/soap/encoding/soapenc CalendarSerializer.java DateSerializer.java Log: Synchronized calls to DateFormat's methods, since DateFormat appears to not be thread-safe. Richard Hansen ([EMAIL PROTECTED])

ServerHTTPUtils

2001-09-24 Thread Victor Hadianto
Hi, Because RPCRouter Servlet doesn't do enough functionality that I wanted I wrote another servlet that is very similar to RPCRouterServlet. I have just realised that ServerHTTPUtils has one function readEnvelopeFromRequest that is by default has a package protection security level while all