Re: Deploying multiple methods

2005-02-01 Thread Andy Kriger
also, if you don't put an allowMethods parameter, * is the default On Tue, 1 Feb 2005 10:26:31 -0800, Peter Molettiere <[EMAIL PROTECTED]> wrote: > > On Feb 1, 2005, at 9:28 AM, Suzy Fynes wrote: > > I want to allow multiple methods of my service be accessible through > > the web service. Do I s

Re: defining service to access MySQL DB

2005-01-27 Thread Andy Kriger
; -Original Message----- > From: Andy Kriger [mailto:[EMAIL PROTECTED] > Sent: 27 January 2005 15:03 > To: [EMAIL PROTECTED] > Subject: Re: defining service to access MySQL DB > > If you are using Tomcat, you can setup a JDBC or JNDI Authentication > Realm > http://jakarta

Re: defining service to access MySQL DB

2005-01-27 Thread Andy Kriger
If you are using Tomcat, you can setup a JDBC or JNDI Authentication Realm http://jakarta.apache.org/tomcat/tomcat-5.5-doc/realm-howto.html Follow those instructions and the container will handle authentication before passing along to the AxisServlet (which means you configure auth in the web.xml/

design question

2004-12-17 Thread Andy Kriger
I am fairly new to Axis and need some help with a design question. I have a class that is being used to provide webservices. Thanks to Axis, this class doesn't need to know that it is being used as a webservice - it could be used as a command-line utility as a Swing backend, etc. I deploy it in WE

creating session aware clients with wsdl2java?

2004-12-17 Thread Andy Kriger
I have a Service running in session This Service has code in its constructor that outputs the current session ID and the getMaintainSession value (true or false). I created Client code for this session using wsdl2ja

SOAP auditing best practices

2004-12-17 Thread Andy Kriger
I am working on a system that has key requirements for XML security and long-term auditing (storing and retrieval of HTTP request info and SOAP requests/responses). I am wondering if anyone out there would care to comment on best practices for this sort of project, pitfalls to be aware of, open-so

HELP needed with sequences

2004-08-09 Thread Andy Kriger
properly handles lists of objects? 1.2? Is this a known issue with Axis wsdl2java? Has anyone found workarounds? Any information would be greatly appreciated. Thank you. SAMPLE WSDL... Andy Kriger | Software Director | Greater Than One, Inc. 395 Hudson

Axis configuration question

2004-08-06 Thread Andy Kriger
not want to replace files in the axis.jar to do this - that is very difficult to maintain) Does the client-config.wsdd have the same format and parameter options as the server file? Any pointers to more info on configuring Axis and controlling SOAP XML output? thx Andy Kriger | Software

SOAPConnection - how do you set the soapAction?

2002-11-05 Thread Andy Kriger
>From reading the docs, it looks like there are many ways to send a SOAP message to a server. I thought I'd try to do it with SOAPConnection. However, I cannot figure out how you set the SOAP action doing this. The only objects with a setSOAPActionUri method are Call and MessageContext. You can ge

question about wsdl2java generated classes

2002-11-01 Thread Andy Kriger
wsdl2java creates a class that implements Service and allows you to retrieve a stub that extends org.apache.axis.client.Stub and implements java.rmi.Remote to send Call objects. Can this Service/Stub be kept in memory and reused for multiple calls? (so that calls to the stub can be made repeatedly

SerializationContextImpl?

2002-10-30 Thread Andy Kriger
to the object. thx andy kriger

line feeds in generated SOAP?

2002-10-29 Thread Andy Kriger
xis's underlying architecture). thx andy kriger

RE: multiRef?

2002-10-29 Thread Andy Kriger
19 To: [EMAIL PROTECTED] Subject: Re: multiRef? call.getService().getEngine() .setOption(org.apache.axis.AxisEngine.PROP_DOMULTIREFS, new Boolean(false)); Jeff - Original Message - From: "Andy Kriger" <[EMAIL PROTECTED]> To: "Axis-User

multiRef?

2002-10-29 Thread Andy Kriger
axis.client.Call but maybe I'm missing something. thx andy kriger

RE: Altering the XML

2002-10-29 Thread Andy Kriger
To: '[EMAIL PROTECTED]' Subject: RE: Altering the XML Have you considered writing a handler that modifies the envelope before it is sent back? -Original Message- From: Andy Kriger [mailto:akriger@;greaterthanone.com] Sent: Tuesday, October 29, 2002 11:05 AM To: [EMAIL PROTECTED] Subject

RE: Altering the XML

2002-10-29 Thread Andy Kriger
What if you're using classes autogenerated by WSDL2Java? Can XML output be altered by setting some aspect of the Call class? (or some object accessible from the Call class) -Original Message- From: Steve Loughran [mailto:steve_l@;iseran.com] Sent: Tuesday, October 29, 2002 13:52 To: [EMAIL

newbie server-config.wsdd & SOAP generation questions

2002-10-29 Thread Andy Kriger
server-config.wsdd? /WEB-INF? /WEB-INF/classes? /WEB-INF/classes/? somewhere else? 2) Where is the documentation for parameters like sendMultiRefs that can be used to control SOAP output? 3) Is it possible to turn off xsi:type attribute output? soapenv:encodingStyle attributes? thx andy kriger