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
; -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
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/
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
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
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
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
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
>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
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
to the object.
thx
andy kriger
xis's
underlying architecture).
thx
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
axis.client.Call but maybe I'm missing something.
thx
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
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
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
17 matches
Mail list logo