To cache a specific number of objects in the server-side

2002-08-29 Thread Shankar S
Hi All, This is Shankar from chennai(India). This is my first question to this group after joining last yesterday. Is it possible to tell the apache SOAP (server-side) to cache a specific amount of objects for it service. Say, this could be useful if we deploy a service as "appli

Re: To cache a specific number of objects in the server-side

2002-08-29 Thread Scott Nichol
No, Apache SOAP does not have a facility to pool objects for you in this manner. Scott Nichol - Original Message - From: "Shankar S" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, August 29, 2002 5:56 AM Subject: To cache a specific number of objects in

cvs commit: xml-soap/java/src/org/apache/soap/encoding/soapenc CollectionSerializer.java MapSerializer.java

2002-08-29 Thread snichol
snichol 2002/08/28 20:33:44 Modified:java/docs changes.html java/src/org/apache/soap/encoding SOAPMappingRegistry.java java/src/org/apache/soap/encoding/soapenc MapSerializer.java Added: java/samples/collection CollectionClient.java

JMS SOAP

2002-08-29 Thread Vaibhav Joshi
Hi, Does SOAP support asynchronous messaging ..for eg. JMS and if yes How -v -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: SOAP Server and cliens with PHP

2002-08-29 Thread Scott Nichol
I recommend you go to php.net and search the site for SOAP. Scott Nichol - Original Message - From: "Jaeger" <[EMAIL PROTECTED]> To: "soap" <[EMAIL PROTECTED]>; "soap" <[EMAIL PROTECTED]> Sent: Thursday, August 29, 2002 9:25 AM Subject: SOAP Server and cliens with PHP Hi All, I am

SOAP Server and cliens with PHP

2002-08-29 Thread Jaeger
Hi All, I am completely a beginner in the SOAP. If you can say to me, wich programs I need to install to the server and to clients. I may use only PHP and not Java. Is it possible? I hope that you can help me! Thanks Tamas -- To unsubscribe, e-mail: For ad

SOAP Server and cliens with PHP

2002-08-29 Thread Tamás Csuka
Hi All,   I am completely a beginner in the SOAP. If you can say to me, wich programs I need to install to the server and to clients. I may use only PHP and not Java. Is it possible? I hope that you can help me!   Thanks   Tamas

Accessing HTTP Request object(/headers) within Webservice implemention class.

2002-08-29 Thread Sinha, Madhukar [IT]
Hi This may be a very trivial question, but i will appriciate if someone could give pointers or answers. what is the best way to access HTTP request object from webservice implementation class. I need to access the HTTP header info , like Cookie and REMOTE_USER? Please let me know. thanks

Re: Accessing HTTP Request object(/headers) within Webserviceimplemention class.

2002-08-29 Thread Scott Nichol
This method that has existed for a release or two of the code. You change your service methods so that any method that needs access to this information has an initial parameter of type SOAPContext. For example, if your method was public String echo(String s) it is now public String ec

RE: Accessing HTTP Request object(/headers) within Webservice implemention class.

2002-08-29 Thread Sinha, Madhukar [IT]
Scott, Thats so good , Thanks a million for helping me with that. I had looked into the source code an noticed the constants class. Thanks madhukar -Original Message- From: Scott Nichol [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 29, 2002 3:29 PM To: [EMAIL PROTECTED]; [EMAIL P

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

2002-08-29 Thread snichol
snichol 2002/08/29 13:06:13 Modified:java/src/org/apache/soap/providers StatelessEJBProvider.java Log: Clean up: - Remove output to System.out and System.err - Provide more precise and complete exception information - Improve formatting (mainly indentation) of the

I repeat--- Help ??? JMS SOAP

2002-08-29 Thread Vaibhav Joshi
Hi, Does SOAP support asynchronous messaging ..for eg. JMS and if yes How -v -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: Apache Soap and MS Soap

2002-08-29 Thread Chris Pittman
Thanks for the info Scott. I'm pretty clueless about the Apache implementation. On a slightly different note, do you know if it is possible to run Apache SOAP on an IIS server? I haven't found anything that suggested it was possible but I'm hoping to avoid having to set up another web server

Re: JMS SOAP

2002-08-29 Thread Scott Nichol
No, it only comes with support for HTTP and SMTP transports. See http://xml.apache.org/soap/features.html. However, you may find help. For example, I found the following http://marc.theaimsgroup.com/?l=soap-dev&m=99130348308340&w=2. Scott Nichol - Original Message - From: "Vaibhav Jos

Re: Apache Soap and MS Soap

2002-08-29 Thread Scott Nichol
On a slightly different note, do you know if it is possible to run Apache SOAP on an IIS server? I haven't found anything that suggested it was possible but I'm hoping to avoid having to set up another web server like Tomcat to set it up. Apache SOAP requires a J2EE container on the ser

Re: SOAP Server and cliens with PHP

2002-08-29 Thread Martin Gainty
JaegerPear Library athttp://pear.php.net/package-info.php?pacid=87Sample code located at:http://www.sebastian-bergmann.de/?page=googlejó napot Martin Gainty __ Disclaimer and confidentiality note Everything in this e-mail and any attachments r

cvs commit: xml-soap/java/samples/interop DeploymentDescriptor2.xml readme.html

2002-08-29 Thread snichol
snichol 2002/08/29 20:22:54 Modified:java/docs changes.html java/src/org/apache/soap/server DeploymentDescriptor.java java/src/org/apache/soap/util/xml DOMUtils.java java/samples/interop readme.html Added: java/samples/interop Deploym

RE: I repeat--- Help ??? JMS SOAP

2002-08-29 Thread Bhushan Dongare
please go through JAXM specifications -Original Message- From: Vaibhav Joshi [mailto:[EMAIL PROTECTED]] Sent: Friday, August 30, 2002 1:06 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; 'Scott Nichol' Subject: I repeat--- Help ??? JMS SOAP Hi, Does SOAP support asynchronous messaging ..f

Wrapped types and MS Toolkit

2002-08-29 Thread Mattias Jiderhamn
I'm developing a SOAP service and would like to return wrapped base types, such as Double and Boolean. The person developing a client with the MS SOAP Toolkit clames to have prolems with theese return values. boolean works fine but Boolean gives some type error. First it didn't work at all, but a