RE: Threads under axis

2005-02-11 Thread Parley, Thunder Jon
H Ian, what I have done and works... 1. Create a ContextListener for your application (example, I use Tomcat 4.1.x). 2. In the "public void contextInitialized(ServletContextEvent e) {" method, initialize your Thread. 3. Still in this method, start your Thread (optional). 4. Now add the Th

RE: Unable to deploy typemapping error - Axis 1.1 & Jboss 3.2.3

2004-12-15 Thread Parley, Thunder Jon
Title: Unable to deploy typemapping error - Axis 1.1 & Jboss 3.2.3 Hi Tom,   Try:   http://schemas.xmlsoap.org/soap/encoding/" qname="myNS:SiteConfig" serializer="org.apache.axis.encoding.ser.BeanSerializerFactory" xmlns:myNS="urn:productWebService" type="java:com.company.product.webservice.S

RE: OutOfMemoryException from my Axis client

2004-09-20 Thread Parley, Thunder Jon
Hi James, You did not mention the Axis or Java version you are using. See if this applies to your current use: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4724129 --Thunder -Original Message- From: James CE Johnson [mailto:[EMAIL PROTECTED] Sent: Monday, September 20, 2004 8:57

RE: Is it possible to stream attachments straight to disk?

2004-07-28 Thread Parley, Thunder Jon
Hi Craig, Assuming the file is locally accesible to the server (via shared drive, local or remote mount), you could just pass the URL where the file is located like "/var/filestotransform/file.1" to the service and have the service create and use the file handle. HTH, Thunder -Original Mess

RE: How do I generate wsdls and java proxies that retain Origianl paramter/varible names

2004-07-23 Thread Parley, Thunder Jon
Hi Sagar, Try compiling your classes with javac -g (debug mode) before running Java2WSDL on them. Running WSDL2Java preserves the parameter names given in the WSDL. --Thunder -Original Message- From: Sagar Pidaparthi [mailto:[EMAIL PROTECTED] Sent: Friday, July 23, 2004 2:08 PM To: [EMA

RE: Siteminder & Axis

2004-07-22 Thread Parley, Thunder Jon
Kulin, Are you using SSL? I'd assume so if it is a "very secured environment". If so make sure you are connecting to the SSL port. Also, being somewhat familiar with SiteMinder, you may want to make sure that you did setMaintainSession(true), since as I recall after login SiteMinder relies on you

RE: Method parameter names not appearing in WSDL

2004-07-02 Thread Parley, Thunder Jon
Title: Message Hi Bill,   To clarify, you can use an interface (which should be compiled with -g) which I still recommend. Use the -i parameter for Java2WSDL to specify a trivial implementation class which implements your interface. I have never had a problem getting Java2WSDL to pick up my

RE: getting ServletConfig

2004-04-27 Thread Parley, Thunder Jon
Hi Insoo, Of course you know the Axis FAQ is a great place to start like so: http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages/ServletContext but this should get you going, import org.apache.axis.transport.http.AxisServlet; import org.apache.axis.MessageContext; import org.apache.ax

RE: How can I specify the service host/port in autogenerated WSDL?

2004-04-12 Thread Parley, Thunder Jon
Title: Message Hi Mike,   Here's a suggestion: - Put your endpoint as a context-param in the web.xml of your WAR. - In your service invocation, get the value from the context and make your call to the correct endpoint. - If you are using generated binding stubs, then you will have somethin

RE: need info about memory leak in axis

2004-03-25 Thread Parley, Thunder Jon
Hi Fredo, Maybe it is a problem with your JVM? http://developer.java.sun.com/developer/bugParade/bugs/4724129.html --Thunder -Original Message- From: Fredo Corleone [mailto:[EMAIL PROTECTED] Sent: Thursday, March 25, 2004 8:55 AM To: [EMAIL PROTECTED] Subject: need info about memory l

OT: Messed Up SMTP friendly name on list

2004-03-09 Thread Parley, Thunder Jon
-- From: Parley, Thunder Jon [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 09, 2004 7:51 AM To: [EMAIL PROTECTED] Subject: RE: Message-style web services Hi Vivek, I'm new to axis, but I think you need the following 1) Your echoElements api should look like Element[] elem = new

RE: Document-style web services

2004-03-04 Thread Parley, Thunder Jon
Hi Vivek, You feel as if you need this URL: http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages/WsdlFile Don't waste all your effort having coded your own WSDL just to have Axis not show it. Of course, you've said nothing about having actually developed your service with Axis. You ne

Use Specific XML parser

2004-03-04 Thread Parley, Thunder Jon
Hi List, How can I specify which XML parser to use for my Axis client. The application is commandline run and I do not want to change the JVM default parser (by changing jaxp.properties in $JAVA_HOME/jre/lib which does not exist in my JRE). Is there a specific system property I can set before I

FYI: WS-I New Webserice Security Document

2004-02-25 Thread Parley, Thunder Jon
FYI WS-I has released a working draft of "Security Scenarios". It's a pretty decent read and I know the topic comes up enough on the list... it may give some an idea of where WS security is heading and maybe expose some limitations that exist today in theory and practice... http://www.ws-i.org