RE: basic question about axis

2005-02-18 Thread Vikas Phonsa
in tomcat to another server, should I expect it to work? Thanks again for your time. Vikas -Original Message- From: Bill Keese [mailto:[EMAIL PROTECTED] Sent: Thursday, February 17, 2005 5:12 PM To: [EMAIL PROTECTED] Subject: Re: basic question about axis > >AxisServlet

RE: basic question about axis

2005-02-18 Thread Brown, Mike
EMAIL PROTECTED] Sent: Thursday, February 17, 2005 6:33 PM To: [EMAIL PROTECTED] Subject: Re: basic question about axis I'm not sure what you are asking exactly. Tomcat routes incoming requests based on the path and extension type, as specified in web.xml. For example, any requests for jws files

Re: basic question about axis

2005-02-17 Thread Bill Keese
AxisServlet /services/* So every request with "/services/*" would be passed to the AxisServlet, right? Right Now how would the AxisServlet find the service / class that needs to be invoked? JWS files are found automatically; you don't have to do anything. For services that are wri

RE: basic question about axis

2005-02-17 Thread Vikas Phonsa
--Original Message- From: Bill Keese [mailto:[EMAIL PROTECTED] Sent: Thursday, February 17, 2005 4:33 PM To: [EMAIL PROTECTED] Subject: Re: basic question about axis I'm not sure what you are asking exactly. Tomcat routes incoming requests based on the path and extension type, as specified i

Re: basic question about axis

2005-02-17 Thread Bill Keese
axis. Vikas Phonsa wrote: Hi Everybody, I have a very basic question about how axis intercepts calls to the deployed services. An axis based web services application is not much different than a regular web application deployed with the war structure except that we load a bunch of axis servlets on st

basic question about axis

2005-02-17 Thread Vikas Phonsa
Hi Everybody, I have a very basic question about how axis intercepts calls to the deployed services. An axis based web services application is not much different than a regular web application deployed with the war structure except that we load a bunch of axis servlets on startup and we have a

RE: JWS question

2005-02-17 Thread Patrick Martin
If you invoke it through SOAP, you will get a nice SOAP:Fault with more details of the error. HTH -Original Message- From: Dave Hoffer [mailto:[EMAIL PROTECTED] Sent: 08 February 2005 20:46 To: [EMAIL PROTECTED] Subject: JWS question I have a single java class that has two public

JWS question

2005-02-08 Thread Dave Hoffer
I have a single java class that has two public methods that I am trying to deploy using JWS. However these two methods use JNI to call code in a library (dll). Can I use JWS to deploy this (at least for test)? I have put the library code (dll) in the same folder as the class file that JWS create

NOBODY HELP ON THIS ONE!!! Re: question on service object state on "application/session" scoped service

2005-02-04 Thread tom chen
NOBODY HELP ON THIS ONE!!!tom chen <[EMAIL PROTECTED]> wrote: Hello All,   I published an application scoped.service. why does the service object not keep the object's state. There is only one object created? as   class AService{   private int lastValue=0;   public void setLastValue(int v){ l

Re: question on service object state on "application/session" scoped service

2005-02-03 Thread tom chen
Can someone answer it please.   Thank you.tom chen <[EMAIL PROTECTED]> wrote: Hello All,   I published an application scoped.service. why does the service object not keep the object's state. There is only one object created? as   class AService{   private int lastValue=0;   public void setLastValu

question on service object state on "application/session" scoped service

2005-02-02 Thread tom chen
Hello All,   I published an application scoped.service. why does the service object not keep the object's state. There is only one object created? as   class AService{   private int lastValue=0;   public void setLastValue(int v){ lastValue=v;   }     public int getLastValue(){ return las

Re: question about usage of org.apache.axis.client.Service

2005-01-31 Thread Bill Keese
, serviceName); That's a bit orthogonal to your question but I thought I'd mention it. Lam, King wrote: I am not sure if there will be future problem the way that I am using the Service class. I initilized the service class as static class in the super class. super class: public static o

question about usage of org.apache.axis.client.Service

2005-01-31 Thread Lam, King
I am not sure if there will be future problem the way that I am using the Service class. I initilized the service class as static class in the super class. super class: public static org.apache.axis.client.Service axisService; static { axisService = n

RE: question/problem

2005-01-31 Thread Simon Fell
Shershnev [mailto:[EMAIL PROTECTED] Sent: Monday, January 31, 2005 10:36 AMTo: [EMAIL PROTECTED]Subject: question/problem Hi All,   The wrapped WSDL that Axis generated for my service failed to pass WS-I test using SOAPscope. It was failing on R2002 and R2004 of the requiremen

question/problem

2005-01-31 Thread Eugene Shershnev
ctly. So, here is my question: what are these two imports used for and has anything changed when I removed them?   Also, two namespaces defined in the are never used in the WSDL: "apachesoap" and "intf". I understand that this is OK, but what may these 2 namespaces be used for?

Re: Question about session scope

2005-01-20 Thread Shantha Kumar
thanks Tim. I was of the opinion that the implementation was done for statelessness. thanks for the eye-opener. SK - Original Message - From: "Tim K. (Gmane)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 20, 2005 11:49 PM Subject: Re: Questi

Re: Question about session scope

2005-01-20 Thread Tim K. (Gmane)
keeps creating a new session and also a new bean. thanks, sk - Original Message - From: "Wiener, Zach" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 20, 2005 8:26 PM Subject: Question about session scope Hello. If I deploy a service with se

Re: Question about session scope

2005-01-20 Thread Shantha Kumar
: <[EMAIL PROTECTED]> Sent: Thursday, January 20, 2005 8:26 PM Subject: Question about session scope Hello. If I deploy a service with session scope, then why must the client call setMaintainSession(true)? It seems that the service, or Axis, should be responsible for maintaining the scope of the

Question about session scope

2005-01-20 Thread Wiener, Zach
Hello. If I deploy a service with session scope, then why must the client call setMaintainSession(true)? It seems that the service, or Axis, should be responsible for maintaining the scope of the service as session. How is the scope of a service published to clients? What happens if a service i

Re: Encryption question?

2005-01-04 Thread Davanum Srinivas
Axis has no SW encr code. -- dims On Tue, 4 Jan 2005 10:51:50 +0100, Magnus Svensson (HF/EAB) <[EMAIL PROTECTED]> wrote: > Hi, > > I really need an answer to my question, is there anyone that knows if AXIS > include and SW encryption that could restrict export (i.e.

Re: Encryption question?

2005-01-04 Thread Ilias Bartolini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 04 January 2005 10:51, Magnus Svensson (HF/EAB) wrote: > Hi, > > I really need an answer to my question, is there anyone that knows if AXIS > include and SW encryption that could restrict export (i.e. special ECCN > co

Encryption question?

2005-01-04 Thread Magnus Svensson (HF/EAB)
Hi, I really need an answer to my question, is there anyone that knows if AXIS include and SW encryption that could restrict export (i.e. special ECCN code)? Thanks, Magnus -Original Message- From: Magnus Svensson (HF/EAB) [mailto:[EMAIL PROTECTED] Sent: den 28 december 2004 11:59 To

Re: SOAPMonitor next question

2004-12-28 Thread Vincent Jong
ts responses in SOAP Monitor? > > -Venky > > > -Original Message- > From: Vincent Jong [mailto:[EMAIL PROTECTED] > Sent: Monday, December 27, 2004 11:25 PM > To: [EMAIL PROTECTED] > Subject: Re: SOAPMonitor next question > > you need to set up the serv

RE: SOAPMonitor next question

2004-12-28 Thread Jayaraman, Venkatesh
PROTECTED] Subject: Re: SOAPMonitor next question you need to set up the service's deploy.wsdd file. It's actually pretty simple as you just add and tags. Let's take one of the samples from the binary distrobution (axis and the samples are already compiled). cd to $AXIS_HOME/samples/M

Re: SOAPMonitor next question

2004-12-28 Thread Robert Gombotz
t; <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 28, 2004 8:25 AM Subject: Re: SOAPMonitor next question > you need to set up the service's deploy.wsdd file. It's actually > pretty simple as you just add and tags. > Let's take one of

Re: SOAPMonitor next question

2004-12-27 Thread Vincent Jong
you need to set up the service's deploy.wsdd file. It's actually pretty simple as you just add and tags. Let's take one of the samples from the binary distrobution (axis and the samples are already compiled). cd to $AXIS_HOME/samples/Math and open up deploy.wsdd. under the service name tag, p

Re: SOAPMonitor next question

2004-12-27 Thread Sunil Kothari
er using TCPMonitor over SOAPMonitor   Sunil Kothari - Original Message - From: Robert Gombotz To: [EMAIL PROTECTED] Sent: Tuesday, December 28, 2004 12:21 AM Subject: SOAPMonitor next question Hi!   I have gotten the applet to display now. I have also deployed a

SOAPMonitor next question

2004-12-27 Thread Robert Gombotz
Hi!   I have gotten the applet to display now. I have also deployed a simple Web Service and written a client for it. However, the SOAPMonitor does not seem to do anything. The calls to the WS ar working fine, I get the return values, but the SOAPMonitor applet remains empty Does the SOA

Re: design question

2004-12-17 Thread Michael Schuerig
On Friday 17 December 2004 22:53, Andy Kriger wrote: > For example, let's say I have webservice methods implemented by a > class called BusyBee. I want to grab the ID of the MessageContext > Session and use that as a key in my BusyBee.doSomething() method. I > could call MessageContext.getCurrentC

Re: Question on timeout

2004-12-17 Thread Vy Ho
There's a bug in attachment in a way, that when you send or receive an attachment, the next message will send that too. This happens when you use the generated stub to send the stuff. Here's the url of the bug: http://nagoya.apache.org/jira/browse/AXIS-1729

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

Re: Question on timeout

2004-12-17 Thread ANDREW MICONE
tion: I set up a proxy server in a "good" workstation and > re-directed all Axis HTTPS requests to the "good" from the "bad", and all > queries worked. > > -Original Message- > From: Greg Michalopoulos [mailto:[EMAIL PROTECTED] > Sent: Thursda

Re: Question on timeout

2004-12-17 Thread John Walker
rkstation: I set up a proxy server in a "good" workstation and > re-directed all Axis HTTPS requests to the "good" from the "bad", and all > queries worked. > > -Original Message- > From: Greg Michalopoulos [mailto:[EMAIL PROTECTED] > Sent:

RE: Question on timeout

2004-12-17 Thread Yu Feng
;good" from the "bad", and all queries worked. -Original Message- From: Greg Michalopoulos [mailto:[EMAIL PROTECTED] Sent: Thursday, December 16, 2004 10:12 AM To: [EMAIL PROTECTED] Subject: RE: Question on timeout If you are using https then tcpmon wont be much help because

RE: Question on timeout

2004-12-17 Thread Greg Michalopoulos
, December 16, 2004 11:06 AM To: [EMAIL PROTECTED] Subject: RE: Question on timeout Two questions on TCPMon. If I originally wants to connect to https://www.xyz.com/Axis/DownloadService, when I use TcpMon, is this how I should use: set listening port 5050, target host www.xyz.com and target port 443

RE: Question on timeout

2004-12-16 Thread Yu Feng
question, I noticed something different when I use Axis1.1 or Axis1.2 to start TcpMon: With above setting (assuming it's correct), with Axis 1.1, I can see connect to www.xyz.com in Request panel; however, with Axis 1.2, it says connecting to www.xyz.com:5050, is this a bug in Axis 1.2? It r

RE: Question on user exception handling on autogenerated clients

2004-12-15 Thread Michael Merz
: Question on user exception handling on autogenerated clients Hi, Michael. Handling service-specific exception is implemented in Axis. In the generated code, > java.lang.Object _resp = _call.invoke(new java.lang.Object[] >{new java.lang.Integer(in0)}); > > if (_res

Re: Question on user exception handling on autogenerated clients

2004-12-15 Thread TMG
ing my clients using the wsdl2java ant task. It's working really well. One question regarding exception handling, though: When the server throws a custom exception (subclass of java.lang.Exception), how does the autogenerated client propagate the results in the response to the caller? I had a l

Re: Question on timeout

2004-12-14 Thread Elaine Nance
- From: Elaine Nance [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 14, 2004 2:44 PM To: [EMAIL PROTECTED] Subject: Re: Question on timeout I would bet that the Network Interface Card (NIC) is not working properly, if it is an issue only for one computer. Or that the patch cord for the comp

RE: Question on timeout

2004-12-14 Thread Yu Feng
ome software aspect approach I can look into? I once heard about TCP_NODELAY setup in registry, but apparently there're no such setting in any computers here. Yu Feng -Original Message- From: Elaine Nance [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 14, 2004 2:44 PM To: [EMAIL

Re: Question on timeout

2004-12-14 Thread Elaine Nance
I would bet that the Network Interface Card (NIC) is not working properly, if it is an issue only for one computer. Or that the patch cord for the computer is bad, for example if someone tripped over it, and so on. Yu Feng wrote: Hi, I have been bothered by a time-out issue for quite a few day

Re: Question on user exception handling on autogenerated clients

2004-12-14 Thread Davanum Srinivas
pls check the test/wsdl/faults example. -- dims On Tue, 14 Dec 2004 10:12:20 -0800, Michael Merz <[EMAIL PROTECTED]> wrote: > Bcc: [EMAIL PROTECTED] > > I'm autogenerating my clients using the wsdl2java ant task. It's working > really well. > > One que

Question on user exception handling on autogenerated clients

2004-12-14 Thread Michael Merz
Bcc: [EMAIL PROTECTED] I'm autogenerating my clients using the wsdl2java ant task. It's working really well. One question regarding exception handling, though: When the server throws a custom exception (subclass of java.lang.Exception), how does the autogenerated client propagate the

Question on timeout

2004-12-14 Thread Yu Feng
> Hi, > > I have been bothered by a time-out issue for quite a few days and wonder > if I can get some help from the mailing list. > > We have a Axis 1.1 client application that connects to a remote Web > Service written also in Axis 1.1. The application almost always receives > response in all c

Handler question

2004-11-24 Thread Michael Rock
I'm attempting to code a handler for a message service. When I deploy it, it gets called correctly, but when the msgContext gets passed to the MSGProvider, the operation property is not set and the call dies with an exception. This works fine without my handler. What am I missing? Thanks, Mike

RE: Newbie Question on Security

2004-11-23 Thread Robin Mannering
That's great to know! Thanks for your help everyone who contributed. -Original Message- From: Greg Michalopoulos [mailto:[EMAIL PROTECTED] Sent: 22 November 2004 14:56 To: [EMAIL PROTECTED] Subject: RE: Newbie Question on Security Axis can call SSL encrypted web services as long

RE: Newbie Question on Security

2004-11-22 Thread Greg Michalopoulos
] Sent: Monday, November 22, 2004 9:46 AM To: [EMAIL PROTECTED] Subject: RE: Newbie Question on Security Hi Greg, Thanks for your response. Is your answer related to if we are hosting the web services? I think it is, but we aren't hosting them, we are calling them and I've got this picture

URL Mapping Question

2004-11-22 Thread Michael MacFadden
All, I am new to axis and I have it work fairly well. The question I have is about mapping URLs to services. My server setup is pretty much the default. I am using tomcat 5.5 with axis 1.1. The url to the server is http://loclhost:8080/axis/. All of the examples that I have seen make

RE: Newbie Question on Security

2004-11-22 Thread Robin Mannering
sts over 'https'? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 22 November 2004 15:09 To: [EMAIL PROTECTED] Subject: RE: Newbie Question on Security It is somewhat unclear what you mean by 'webservices encrypted'. Do you mean that the web

RE: Newbie Question on Security

2004-11-22 Thread Ext-Zoltan.Schreter
22 November, 2004 16:46 To: [EMAIL PROTECTED] Subject: RE: Newbie Question on Security Hi Greg, Thanks for your response. Is your answer related to if we are hosting the web services? I think it is, but we aren't hosting them, we are calling them and I've got this picture in my h

RE: Newbie Question on Security

2004-11-22 Thread Robin Mannering
t. Any thoughts ? -Original Message- From: Greg Michalopoulos [mailto:[EMAIL PROTECTED] Sent: 22 November 2004 14:39 To: [EMAIL PROTECTED] Subject: RE: Newbie Question on Security If you are using a web server to handle all the requests and then forward to j2ee container (as typically is

RE: Newbie Question on Security

2004-11-22 Thread Greg Michalopoulos
. -Original Message- From: Robin Mannering [mailto:[EMAIL PROTECTED] Sent: Monday, November 22, 2004 9:30 AM To: [EMAIL PROTECTED] Subject: Newbie Question on Security Hi all, It's just become apparent that the Web services we call are going to be encrypted using either 40bit or 1

Newbie Question on Security

2004-11-22 Thread Robin Mannering
Hi all, It's just become apparent that the Web services we call are going to be encrypted using either 40bit or 128bit SSL encryption. My question is, will Axis be able to cope with the necessary encryption/decryption required on the responses we get from the remote Web Services? I

Re: Newbie Question: No compiler found in your classpath

2004-11-18 Thread Roger Turnau
t: Thursday, November 18, 2004 3:43 PM To: [EMAIL PROTECTED] Subject: Newbie Question: No compiler found in your classpath Hi all, I'm trying to get Axis 1.1 up and running, and I'm running into a problem. My computer is Windows XP (not by choice -- I need it for work). Happy Axis giv

RE: Newbie Question: No compiler found in your classpath

2004-11-18 Thread smcardle
D] > > Sent: Thursday, November 18, 2004 3:43 PM > > To: [EMAIL PROTECTED] > > Subject: Newbie Question: No compiler found in your classpath > > > > Hi all, > > > > I'm trying to get Axis 1.1 up and running, and I'm running > > into a problem. My

RE: Newbie Question: No compiler found in your classpath

2004-11-18 Thread s1190202
8, 2004 3:43 PM > To: [EMAIL PROTECTED] > Subject: Newbie Question: No compiler found in your classpath > > Hi all, > > I'm trying to get Axis 1.1 up and running, and I'm running > into a problem. My computer is Windows XP (not by choice -- I > need it for work). Ha

Newbie Question: No compiler found in your classpath

2004-11-18 Thread rtperson
Hi all, I'm trying to get Axis 1.1 up and running, and I'm running into a problem. My computer is Windows XP (not by choice -- I need it for work). Happy Axis gives me success, but when I try to call a local endpoint, I get the following error: java.lang.RuntimeException: No compiler found in y

Re: Yet another Custom Header question

2004-11-10 Thread Kevin Duling
That worked, thanks! I'd managed to come up with a similar solution late last night, but I was calling SOAPFactory to create the elements. Your version is much cleaner. From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Yet another Custom Header que

Re: Yet another Custom Header question

2004-11-10 Thread tony . q . weddle
tion.  And I can't figure out how to do that. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, November 09, 2004 12:24 AM Subject: Re: Yet another Custom Header question I would guess that Axis couldn't figure out how to serialize a

Re: Yet another Custom Header question

2004-11-09 Thread Kevin J. Duling
7;t figure out how to do that. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, November 09, 2004 12:24 AM Subject: Re: Yet another Custom Header question I would guess that Axis couldn't figure out how to serialize a TSecurity

Re: Yet another Custom Header question

2004-11-09 Thread tony . q . weddle
I would guess that Axis couldn't figure out how to serialize a TSecurity instance. You'd need to define the type mapping to Axis. This can be done with a registerTypeMapping call on the Call object, or through the client-config.wsdd file. If the standard Axis serializers can't handle it, you'll ha

Yet another Custom Header question

2004-11-08 Thread Kevin J. Duling
I've searched through the archives but I haven't found anyone trying to do something similar.   I need to build a custom header like this example I was provided with below.   http://schemas.xmlsoaporg/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2

RE: Automating web service / question

2004-10-28 Thread Marco Mistroni
Hello all,     I read this post and take the opportunity to ask a related question: can you make a webservice  with ‘application context’ scope with axis?   This way, webservice is created only once…   Regards     marco         -Original Message- From

Noob Question: JAVA2WSDL

2004-10-20 Thread maxmaxwell
Hi everyone, this is probabaly a huge trivial question, yet I can't figure it out... so I'm not sure if it even does it. I want to be able to use constants when I generate the WSDL file (and of course in stub classes when generated from WSDL). This is like the only thing while impl

Re: newbie wsdl question

2004-10-20 Thread john cho
Hi, i have been trying to run example4(LogHandler) thru Ant script to create WSDL and to create WSDD. When I did run to generate WSDL with axis-wsdl2java, it generates warning messages as follows: [axis-java2wsdl] Java2WSDL sample.services.web.LogHandler [axis-java2wsdl] - The class org.apache.a

Re: newbie wsdl question

2004-10-19 Thread Tim Hu
thods of > the Service class. It's a good starting point. > > Alternatively, use the features of tools like XMLSpy > (Enterprise edition) > and Mindreef's SOAPscope, to do exactly what you > want. > > Tony > > > dear all: > > just started playing with axis (jav

Re: newbie wsdl question

2004-10-19 Thread tony . q . weddle
atures of tools like XMLSpy (Enterprise edition) and Mindreef's SOAPscope, to do exactly what you want. Tony dear all: just started playing with axis (java) for some demo project, and have one fundamental question: if a wsdl file of a very basic service (e.g. invoke the service to get a st

newbie wsdl question

2004-10-19 Thread Tim Hu
dear all: just started playing with axis (java) for some demo project, and have one fundamental question: if a wsdl file of a very basic service (e.g. invoke the service to get a string) is available to the client, is there some existing/easy way for the client to extract the required parameters

WSDL2Java question

2004-10-14 Thread Dan Ciarniello
Is there anyway to prevent WSDL2Java from creating the client side stubs? In particular, I thinking about the Service interface and the Locator and Stub classes. I don't need them for deploying to the server and would just as soon not have them generated. Maybe I'm missing something but I do

RE: question regarding arrays of beans and doc/lit (wrapped)

2004-10-12 Thread mmosttler
then correct and works with a .NET client and the Axis Java client. marcus -Original Message- From: Shantanu Sen [mailto:[EMAIL PROTECTED] Sent: Monday, October 11, 2004 8:29 PM To: axis-user Subject: question regarding arrays of beans and doc/lit (wrapped) Sorry for sending the previous me

question regarding arrays of beans and doc/lit (wrapped)

2004-10-11 Thread Shantanu Sen
Sorry for sending the previous message too soon... I have a question regarding the following scenario. I start of with a set of java classes. The main class is listsvc.ListService: public interface ListService extends java.rmi.Remote { public ListPropertyBean[] getListProperties

question regarding arrys of beans and doc/lit

2004-10-11 Thread Shantanu Sen
I have a question regarding the following scenario. I start of with a set of java classes. The main class is listsvc.ListService: public interface ListService extends java.rmi.Remote { public ListPropertyBean[] getListProperties( String listId) throws RemoteException

RE: Newbie Question - Axis 1.1 to .NET Web Service

2004-10-08 Thread Robin Mannering
Hi, I'm having trouble posting and not sure if my mails are reaching the list. Can anybody tell me if this is reaching the list? Robin -Original Message- From: Robin Mannering [mailto:[EMAIL PROTECTED] Sent: 07 October 2004 16:59 To: [EMAIL PROTECTED] Subject: Newbie Question -

Newbie Question - Axis 1.1 to .NET Web Service

2004-10-07 Thread Robin Mannering
Hi, I'm using Axis 1.1 to use a set of .NET Web serverices. Please excuse any innacuracies as I've only really started with web services in the last couple of days. So far, I have managed to create an Axis client that talks to a .NET service, but I get the following exception thrown: Does an

Session in AddressBook sample - a question

2004-10-07 Thread Janusz Martyniak
Hi Axis Gurus, I tried to follow the recipe posted by Alexey on this list. I reached the point when I have to (do I have to?) customise the AddressBookServiceLocator.java class to handle a custom constructor. Since it it an automatically generated class by the WSDL2Java tool I have a problem he

Re: ttachment and closed stream question

2004-09-24 Thread steve_olson
Just a followup to the previous post - since I've been unable to find a method that closes resources for a client RPC call that involves one or more attachments, and hoping that some doc I've seen about stream closing stuff (and other things) done at finalizer time is correct,, I used a profiler.

ttachment and closed stream question

2004-09-23 Thread steve_olson
I'm using 1.2B3 of axis and calling a simple web service that passes a DataHandler as an argument to send a file as an attachment. Both the server and client are using Axis 1.2B3. The client uses the generated stubs from wsdl2java. Everything works, but after the client returns from calling the

Question regarding serializing a soap message into my own buffer.

2004-09-22 Thread Verma, Manish
Hi, I am trying to figure out this thing on client side using Axis C++ framework. In the client handler, I want to serialize the SOAP request message into my own buffer. I have not been able to find the appropriate method in IWrapperSoapDeSerializer interface. Is there some other interface t

Re: Can't put JAX-RPC handler to work (Newbie question)

2004-09-13 Thread W.Beck
Hi Venkat et al., thanks a lot for your answer. I have tried both of your tipps but unfortunatly I did not proceed though both ideas worked more or less (see below for details). I started believing that my problem isn't an issue with the code but maybe with the chain's namespace so that the han

Re: Can't put JAX-RPC handler to work (Newbie question)

2004-09-09 Thread Venkat Reddy
You can probably try one of these things: 1. Instead of getting the chain by calling service.getHandlerRegistry().getHandlerChain(), you can just create a new ArrayList instance and add your handlerInfo to it and then set your handler chain with the new List. 2. Use client-deploy.wsdd to deploy y

Can't put JAX-RPC handler to work (Newbie question)

2004-09-09 Thread W.Beck
Hi all, I want to use a JAX-RPC handler with an AXIS *client* but I can't put it to work. Since I am pretty new to the webservices stuff I have no idea where to dig to find the solution... So far now the only task of my handler is to report its lifecyle events. So I subclassed javax.xml.rpc.han

Re: Jibx, jaxb and webservices question

2004-09-08 Thread Paul Callahan
This sounds like a good candidate for XSL. If you were to use a message-style service, you could obtain the XML DOM directly, do the transformation via XSL to send to the remote system. To return, just transform back with XSL again and return the resulting Dom... might be worth thinking about--o

RE: Jibx, jaxb and webservices question

2004-09-08 Thread Marco Mistroni
D] Cc: [EMAIL PROTECTED] Subject: Jibx, jaxb and webservices question Hello All, I have the following situation and am wondering if any of you can offer any suggestions as to how to best handle it : 1) I have added a new method to the wsdl and this method basically accepts the given input and the

Re: Jibx, jaxb and webservices question

2004-09-08 Thread tony . q . weddle
Hamish, I've just been made aware of Apache XML Beans. It seems one can compile XML Schema into Java classes that can access an underlying DOM in a Java friendly way. Maybe you can access the incoming SOAP body using XML Beans, create your new Java objects (with XML Beans generated from your othe

Jibx, jaxb and webservices question

2004-09-08 Thread Fergusson, Hamish
Hello All, I have the following situation and am wondering if any of you can offer any suggestions as to how to best handle it : 1) I have added a new method to the wsdl and this method basically accepts the given input and then has to transform/map the data into an xml structure ( not SOAP

Re: Question regarding Axis/C++ binaries with Apache2

2004-09-02 Thread damitha kumarage
Hi, On Mon, 2004-08-30 at 22:31, Anish wrote: > Hi: > > I am trying to setup Axis/C++ library to work with Apache2. I have > downloaded the binary distribution axis-c-linux-current-bin.tar.gz > from http://www.apache.org/dist/ws/axis-c/, but I am unsure about the > instructions in INSTALL scri

RE: wsdl xsd:anyType question...

2004-08-13 Thread Kim Tan
s/TestMsgService that comes with axis.MatiasSouthworks.netFrom: Kim Tan [mailto:[EMAIL PROTECTED] Sent: Friday, August 13, 2004 1:46 PMTo: [EMAIL PROTECTED]Subject: wsdl xsd:anyType question...Hi there,I am using Axis 1.2 beta, I have a simple test service, I

RE: wsdl xsd:anyType question...

2004-08-13 Thread Matias Woloski
s.net From: Kim Tan [mailto:[EMAIL PROTECTED] Sent: Friday, August 13, 2004 1:46 PM To: [EMAIL PROTECTED] Subject: wsdl xsd:anyType question... Hi there, I am using Axis 1.2 beta, I have a simple test service, I am using the Doc/lit : .. Document testMsg(Document inMsg){ return inMsg;

wsdl xsd:anyType question...

2004-08-13 Thread Kim Tan
: ... public java.lang.Object testMsg(java.lang.Object part) throws java.rmi.RemoteException { ..   so my question is this : without knowing the detail of the web service code, how do I know what object to pass to the testMsg(..) method ? my understanding is that the WSDL is supposed to have all

RE: A question about an Axis client talk to a Perl/SOAP::Lite WS server. Help please!

2004-08-13 Thread Donald Chen
By default, SOAP::Lite uses a SOAPAction URI with the format [uri]#[method], > which is why I suggested what I did. > > Try these two options: > >call.setSOAPActionURI("#echoYa"); > > and > >call.setSOAPActionURI(""); > > Good luck, >

RE: A question about an Axis client talk to a Perl/SOAP::Lite WS server. Help please!

2004-08-12 Thread Anne Thomas Manes
PActionURI("#echoYa"); and call.setSOAPActionURI(""); Good luck, Anne -Original Message- From: Donald Chen [mailto:[EMAIL PROTECTED] Sent: Thursday, August 12, 2004 1:52 PM To: [EMAIL PROTECTED] Subject: RE: A question about an Axis client talk to a Perl/SOAP::Lite WS

RE: A question about an Axis client talk to a Perl/SOAP::Lite WS server. Help please!

2004-08-12 Thread Donald Chen
5 so that you specify the correct value. Perhaps something > like: > > 15.call.setSOAPActionURI("http://foobar:8003/EchoYa#echoYa";); > > Regards, > Anne > > -Original Message- > From: Xi.Yue Chen.Wu [mailto:[EMAIL PROTECTED] > Sent: Thursday,

RE: A question about an Axis client talk to a Perl/SOAP::Lite WS server. Help please!

2004-08-12 Thread Anne Thomas Manes
y the correct value. Perhaps something like: 15.call.setSOAPActionURI("http://foobar:8003/EchoYa#echoYa";); Regards, Anne -Original Message- From: Xi.Yue Chen.Wu [mailto:[EMAIL PROTECTED] Sent: Thursday, August 12, 2004 9:31 AM To: [EMAIL PROTECTED] Subject: A qu

A question about an Axis client talk to a Perl/SOAP::Lite WS server. Help please!

2004-08-12 Thread Xi.Yue Chen.Wu
Hi, All. I wrote a simple WS server in Perl(SOAP::Lite 0.55), which serves its purpose(echoing whatever string it receives) fine if the client is also in Perl/SOAP::Lite or Apache-Soap-2.3.1. However, if the client is written in Axis1.1, the client can not get the service. Here is the detail: T

Axis configuration question

2004-08-06 Thread Andy Kriger
Title: Axis configuration question I have Java classes that I autogenerated with wsdl2java These classes are being used by a web application running in Resin 2.1.x I need to control how the XML is being generated by calls to SOAP methods. For example, I need to turn off multiRefs. I see

Client side JAX-RPC handler setup question

2004-08-06 Thread Shantanu Sen
What is the preferred way of adding client side handlers given the following constraints: I only have the generated stub class - I instantiate it using reflection and invoke the relevant method. So, I cannot do a ServiceFactory.createService and then set the handlerinfochain etc as shown in the jax

newbie question - sending XML documents in soapenv:Body

2004-07-30 Thread Brian . Scott
Hello friends - I'm in the process of integrating two systems, I am using the AXIS SOAP engine and my counterpart at another organization is using the .NET SOAP engine. I have managed to create some stubs based on the other parties .WSDLs. They provided the following WSDL for one of our transac

Re: Deserialization of received message question

2004-07-27 Thread Jean-Francois Denise - Sun Microsystems
e - Sun Microsystems [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 27, 2004 9:47 AM To: [EMAIL PROTECTED] Subject: Re: Deserialization of received message question Today my dynamic provider extends RPCProvider and overrides processMessage. It can generate WSDL for interfaces of running JMX MBeans as

RE: Deserialization of received message question

2004-07-27 Thread Anne Thomas Manes
MsgProvider deserializes the message into a DOM rather than into Java objects. -Original Message- From: Jean-Francois Denise - Sun Microsystems [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 27, 2004 9:47 AM To: [EMAIL PROTECTED] Subject: Re: Deserialization of received message question

Re: Deserialization of received message question

2004-07-27 Thread Jean-Francois Denise - Sun Microsystems
Today my dynamic provider extends RPCProvider and overrides processMessage. It can generate WSDL for interfaces of running JMX MBeans as well as routing requests to MBean instances. Looking at MsgProvider, I noticed that the SOAPEnvelope is a processMessage parameter. It seems to me that, when

  1   2   3   4   5   6   7   8   9   >