Q: making JWS use wrapped instead of RPC

2004-06-11 Thread Matt Payne
Sorry if this is a FAQ (I did look before emailing...). How can one change the AXIS setup so .jws files use wrapped or document/literal encoding instead of RPC encoding? Thanks! -Matt http://ws.apache.org/axis/java/reference.html

wsdl 2.0 support?

2004-06-11 Thread Matt Payne
Please forgive me in advance. I tried looking on ws.apache.org/axis, faq/wiki, and google but had no luck. Does AXIS support WSDL 2.0?If not, is there an estimated date? Thanks! -Matt http://webservices.xml.com/lpt/a/ws/2004/05/19/wsdl2.html

RE: How to read config values from soap service deployed as WAR?

2004-06-11 Thread barspi
Not sure if this will help you but if, in a wsdd file you have a parameter like this: You can read the parameters using the following: MessageContext msc = MessageContext.getCurrentContext(); String val= (String)msc.getService().getOption("anotherParam"); Or something like that :-) I'

session in AddressBook sample

2004-06-11 Thread Yakubovich, Alexey
More that that, both approaches described in http://www.fawcette.com/javapro/2003_04/online/wsdl_kjones_04_29_03/ (“Manage Sessions in Web Services” by Kevin Jones) seems do not work.

Re: More dynamic invocation problems

2004-06-11 Thread Tom Oinn
Davanum Srinivas wrote: how/where are u getting your "outTypes" from? I've attached the original source file (without the changes I described before) to this message, the outTypes vector is generated in the configureFor(String operationName) method. It's being picked up correctly as far as I can

RE: How to read config values from soap service deployed as WAR?

2004-06-11 Thread tekberg
Chris Kelly (others please ignore), I noticed your message on 5/13 regarding sharing types between services. Did you get a resolution on that? I'm having the same trouble. Tom Ekberg Middleberg, Riddle and Gianna 214-220-6630

session in AddressBook sample

2004-06-11 Thread Yakubovich, Alexey
Dear axis guru(s)   I tried AddressBook sample from Axes 1.1, downloaded from Apache in the end of May 2004.  All works except … it looks to me that (at least in this version) the call to the method org.apache.axis.client.Stub.setMaintainSession(true); (actually in a code call looks

RE: How to read config values from soap service deployed as WAR?

2004-06-11 Thread Chris Kelly
I've looked in the FAQ, the Wiki, and through the mailing list and unless I've missed something obvious there doesn't appear to be a generally accepted way to do this. My code can run as a stand-alone client or a SOAP service or an Axis service. I load a class name when it starts to determine

Server side - generate wsdd without default bindings

2004-06-11 Thread Matthew . Hanson
Hi-- We are implementing an application metrics server over SOAP using existing java packages.  Because the implementation for the application logic already exists, it would be handy to simply use these classes within AXIS. We would, however, like to use the wsdl2java functionality to generate t

Axis client over SSL?

2004-06-11 Thread Smita Dharmaraj
Hi all, I've added the following lines to my client program. However, when I connect to a webservice using https, I get a bad_record_mac error. I am running Axis 1.1 with J2RE 1.4.1_03. Any suggestions on how to get this to work would greatly be appreciated!!! System.setProperty( "j

RE: Service Control : Stopping/Starting

2004-06-11 Thread Brian Dillon (ext. 944)
Hi, I created an Ehancement Request for this (AXIS-1389 ) Thanks, Brian -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: 11 June 2004 14:24 To: [EMAIL PROTECTED] Subject: Re: Service Control : Stopping/Starting Brian, Can you please open an enhancement reques

Re: Session

2004-06-11 Thread Stefano Sambi
Hi Srinivas, sorry, but I used session management only in one web service; I don't have any experience in multiple services. So I can't help you. I think you have to modify the SimpleSessionHandler for services other than login service to check if the caller has a valid session. The SimpleSessionHa

RE: How to read config values from soap service deployed as WAR?

2004-06-11 Thread Guha, Suteertha [IE]
Hello again, I am sure this is possible. And should be simple enough. Can someone please help me out once you get a few spare cycles?   Thanks!!!     -Original Message- From: Guha, Suteertha [IE] [mailto:[EMAIL PROTECTED] Sent: Thursday, June 10, 2004 3:15 PM To: '[EMAIL PROTE

schema issue

2004-06-11 Thread Pridemore, Russell (MAN-Corporate)
Hello all, I have added the following schema def to the types section of my wsdl, then run wsdl2java. Axis generated BuyerType.java, but the code appears pretty much useless. There are no getters or setters and no member variables to hold the string. Is this a problem because the class is unable

Plug-in Question

2004-06-11 Thread Lars Engel
Hi there, i have a problem with deploying a plug-in (query string handler) for axis. Following steps I performed: 1) Installed axis (1.2beta) in Tomcat (4.1.30). Tomcat & axis are up and running, happyaxis seems to report no errors. This means all core and optional components are present and xe

Re: Service Control : Stopping/Starting

2004-06-11 Thread Davanum Srinivas
Brian, Can you please open an enhancement request? thanks, dims On Fri, 11 Jun 2004 09:00:56 +0100, Brian Dillon (ext. 944) <[EMAIL PROTECTED]> wrote: > > Hi, > > I don't want to go down the route of deploy and undeploy because of the need > for wsdd files. I want to present a JMX interface to

Axis - server-config.wsdd

2004-06-11 Thread Carlos Vales
Hi, I try doing Custom Serialization in Axis 1.1. I used the Data Example in samples/encoding of the Axis directory. I want to Serialize the Object Data in Axis. I used the following tag in the server-config.wsdd to make default mapping between Data Object and the WSDL:     qname="typeNS:

Re: WSI-BasicProfile 1.0 WSDL file

2004-06-11 Thread Davanum Srinivas
already fixed (http://marc.theaimsgroup.com/?l=axis-dev&m=108180386421197&w=2). pick up a nightly build. -- dims On Fri, 11 Jun 2004 13:16:51 +0200, Pascal Prioux <[EMAIL PROTECTED]> wrote: > > Hi > I use axis 1.2 Beta release. > I've succcessfully deployed and runned a .Net C++ client and a j

RE: WSI-BasicProfile 1.0 WSDL file

2004-06-11 Thread Anne Thomas Manes
I think this is a bug, because I've seen this behavior in other questions. Please file a bug report. Axis appears to always generate a namespace attribute in the wsdlsoap:body definition, e.g.: But, per the WS-I BP, you must not use the namespace attribute when defining a doc/literal wsdlsoap:b

RE: WSI-BasicProfile 1.0 WSDL file

2004-06-11 Thread Anne Thomas Manes
I think this is a bug, because I've seen this behavior in other questions. Please file a bug report. Axis appears to always generate a namespace attribute in the wsdlsoap:body definition, e.g.: But, per the WS-I BP, you must not use the namespace attribute when defining a doc/literal wsdlsoap:b

axis-2(bata) Doc-literal

2004-06-11 Thread Henry Lu
Is it a bug? It fialed to runa simple example with doc/literal style. //my interface: // public interface Echo { public String echoString(String arg); public String echoString_double(String arg1, String arg2); } //my interface: ///

WSI-BasicProfile 1.0 WSDL file

2004-06-11 Thread Pascal Prioux
Hi I use axis 1.2 Beta release. I've succcessfully deployed and runned a .Net C++ client and a java Swing Axis client using the wsdl generated by axis 1.2 Beta with the axis-java2wsdl Ant task using style="rpc" as parameter I've a problem with wscompile tool bundled in the Micro Edition Wireless

webservice.htc and authentication

2004-06-11 Thread Mark Crowther
Title: webservice.htc and authentication Hi, This is a quick mail which will hopefully help some people out there. Having got over the inital hurdle of the hardcoded namespaces in the Microsoft webservice.htc, I've been having problems getting it to authenticate successfully with Axis (run

Re: Service Control : Stopping/Starting

2004-06-11 Thread Toshiyuki Kimura
Hi, (B (B I believe you can get the active list of the deployed service, and (Bthe needed wsdd node to undeploy. That's enough to do what you want. (B (B (B Document doc = null; (B AdminClient adminClient = new AdminClient(); (B try { (BString [] param = new String [] {"list"}; (B

RE: Service Control : Stopping/Starting

2004-06-11 Thread Brian Dillon (ext. 944)
Hi, (B (BI don't want to go down the route of deploy and undeploy because of the need (Bfor wsdd files. I want to present a JMX interface to list the services and (Bthen provide the ability to stop/suspend and restart/resume the service if (Brequired. (B (BThis seems to be possible usint the