Header Processing

2001-08-04 Thread Matt Barnes
If I'm writing a service on a Server, how do I access the header entries sent with the request? I understand how to set them and retrieve them on the Client side, but I don't see how the individual methods on my provider can do the same. Thanks! _

Re: Header Processing

2001-08-09 Thread Matt Barnes
you're invoking through SOAP. See the documentation (I believe its the interoperability section) to see how this works. -javier Matt Barnes wrote: > If I'm writing a service on a Server, how do I access > the header entries sent with the request? I > understand how to set them a

ISO-8859-1

2001-08-12 Thread Matt Barnes
I need to change my content type to ISO-8859-1 in my HTTP header and my header. How do I do this? Thanks! __ Do You Yahoo!? Send instant messages & get email alerts with Yahoo! Messenger. http://im.yahoo.com/

JBoss and Apache SOAP

2001-08-25 Thread Matt Barnes
I recently installed JBoss and am fooling around with the Interest example provided. I am trying to expose the calculateCompoundInterest method as a SOAP service. My Deployment Descriptor looks like this: http://xml.apache.org/xml-soap/deployment"; id="urn:interestExample">

Re: JBOSS and Apache

2001-08-25 Thread Matt Barnes
OK, I've gotten a little further.  I changed the CNTXT_PROVIDER_URL in StatelessEJBProvider from iiop://localhost:900 to localhost:1099 and the CNTXT_FACTORY_NAME from com.ibm.ejs.ns.jndi.CNInitialContextFactory to org.jnp.interfaces.NamingContextFactory.  Now I get javax.naming.ServiceUnavailableE

RE: calling stateless EJB via SOAP

2001-08-29 Thread Matt Barnes
I was able to get an EJB running using JBoss and tomcat by unzipping my EJB's jar into the \jakarta-tomcat\classes directory (which is in my CLASSPATH). -Original Message- From: Cook, Martin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 29, 2001 10:38 AM To: '[EMAIL PROTECTED]' Subje