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
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
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
--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
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
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
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
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!!!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
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
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
, 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
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
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
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?
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
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
: <[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
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
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.
-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
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
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
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
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
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
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
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
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
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
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
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
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:
;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
, 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
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
: 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
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
-
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
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
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
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
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
> 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
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
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
]
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
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
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
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
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
.
-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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 -
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
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;
:
...
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
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,
>
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
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,
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
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
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
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
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
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
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
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 - 100 of 849 matches
Mail list logo