Re: BeanSerializer fails on java.sql.Date

2001-10-31 Thread Ong Boon Pang
Hi Bill, Long live Open Source...that is why you can modify this to suit your need. Anyway, SOAP peeps should include all JDBC ResultSet supported type. Like : 1)java.sql.Date 2)java.sql.Time 3)java.sql.Timestamp Could you please publish the source? Cheers, Boon Pang [EMAIL PROTECTED] At

Re: SOAP 2.2 and Tomcat 4.0 installation problem

2001-10-24 Thread Ong Boon Pang
Hi Neil, I wrote a detail step by step instruction in this mail list. http://marc.theaimsgroup.com/?l=soap-userm=100199111401559w=2 Hope this help. Boon Pang At 11:16 PM 10/23/2001 +0100, you wrote: Sorry to bother everyone, but I've scoured the web looking for documentation on setting up the

RE: SOAP and Applets

2001-10-18 Thread Ong Boon Pang
Hi Phillip, Can you please pass me a version of 556kb xerces.jar library? The 1/3 sized library will help my deployment via Java WebStart..The user needs only to wait for the first time. The following activation will not require any more download unless there are changes. Boon Pang [EMAIL

Re: SOAP and Applets

2001-10-18 Thread Ong Boon Pang
Hi Pae, At least I am refering to Apache/SOAP v2.2 I am not too sure about Phillip. Apache/SOAP v2.2 is no longer using the xerces Really? How do you come about doing this? I tried to remove xerces but failed. Could you tell me the detail on how to use this? In v2.2 scenario, the size of

RE: Restarting Tomcat

2001-10-16 Thread Ong Boon Pang
Hi fmeredith, My advice... upgrade to Tomcat 4 your SOAP Service Java Class will be auto reloaded, once the class file is updated, with this kind of setting... Context path=/soap docBase=soap debug=0 reloadable=true ... /Context Anyway, from my experience with Tomcat 4.0 is good... All works

How to hook soap to a JMS server?

2001-10-03 Thread Ong Boon Pang
Hi, This is the idea I have... A soap client sends a soap message requests to a JMS server's inQueue/Topic using standard soap object. On the server end, A soap service listen to the JMS server for a soap message. Process the request, send its reply to JMS server outQueue/Topic. Client picks up

Re: Getting the Call/RPCMessage object from within the RPC-based SOAP service

2001-10-02 Thread Ong Boon Pang
Hi Victor, I am taking up recommendation to write my own provider to centralize all the ACL code + logging... Thks 1000, Boon Pang At 02:05 PM 10/2/2001 +1000, you wrote: Where exactly are you trying to get the Call object? Because if you are trying to get it from your ServiceProvider

Re: How to configure rpcrouter ?..

2001-10-02 Thread Ong Boon Pang
Hi, Yeah,...RPCRouter can does these admin function remotely...rather dangerous... ...modify the RPCRouter I agree with you...Since it is open source, I suppose it is feasible...why not? That is the good thing about using open source library...I read the source...not too complicated to change

Re: How To Invoke a Soap Request from a browser?

2001-10-02 Thread Ong Boon Pang
Hi, I suppose you are looking at SOAP from an incorrect angle, it is not meant for browser-server communication directly. SOAP is not performing like Servlets/JSP, PHP or ASP. It does not work with Web Browser FORM-POST or URL GET only with purely HTML TAG. It require some form of client

RE: Accessing SOAP context in catalina

2001-10-02 Thread Ong Boon Pang
Hi, Perhaps catalina can improve my service performance. Nope,...Can't tell yet...Never tried in production...Tomcat 4.0 is still too new. A few simple rule, that you to need observed for performance: 1)Tomcat alone as compare to hookup with web server like IIS / Apache. 2)Database Connection

Re: Client specific processing

2001-10-02 Thread Ong Boon Pang
Hi, Need to download refer to J2EE document... import javax.servlet.http.*; HttpServletRequest req= (HttpServletRequest)soapCtx.getProperty(org.apache.soap.Constants.BAG_HTTPSERVLETREQUEST); String remIP=req.getRemoteAddr(); Boon Pang At 10:43 AM 10/2/2001 +0530, you wrote: Hi For my

Re: How to configure rpcrouter ?..

2001-10-01 Thread Ong Boon Pang
Hi, Thanks for replying... configManager value=com.yourClass / Do you mean I have to write my own config manager? I am new to SOAP for about 2 weeks. Is that the only solution? Can any soap engine developer please compile a rpcrouter container that is safe for production? In my novice

Getting the Call/RPCMessage object from within the RPC-based SOAP service

2001-10-01 Thread Ong Boon Pang
Hi, I am developing Access Control List for the SOAP services. Basically all RPC-based SOAP service. Is there anyway to obtain the Call, org.apache.soap.rpc.RPCMessage object that was sent by the soap client from within the SOAP service on the server side. I can obtain the SOAPContext object

How to configure rpcrouter ?..

2001-09-28 Thread Ong Boon Pang
Hi, Something cross my mind..when I was using this tool: Usage: java org.apache.soap.server.ServiceManagerClient [-auth username:password] url operation arguments where username and password is the HTTP Basic authentication info url is the Apache SOAP router's URL whose