Hi list,
I have turned on the org.apache.axis.TIME category in my
log4j.properties file to measure the time it takes to run one of my
service and I need help to understand/interpret the output sent to the
axis.log file. Here is the configuration from my log4j.properties file:
# Set root catego
I
posted this mail couple of times on the mailing list, but it failed to appear in
the list. I apologize if the duplicates of this mail have already appeared
before.
Please
reply to this mail for the solution to below problem.
-Original Message-From: Yuvraj Waswani
Sent: Friday,
Michal,
I think I see the problem -- there is no part called "lastDays" in your
. Since there's only one part in the , you don't need to
specify the parameterOrder attribute, so I recommend that you remove it.
Otherwise, you should modify it to say:
Anne
At 09:38 AM 8/22/2003 +0200, you wro
Hi everybody,
I'm having problems with types declaration and class generation with
wsdl.exe. When you declare two types with the same name (whether the types
are the same or not is not important) in two different schemas, wsdl.exe
generates two classes called TypeName and TypeName1.For example, the
Rather than using soapenc:arrayOfString, I suggest that you define your own
complex types.
At 09:04 AM 8/22/2003 +0600, you wrote:
hi,
Array is not defined as a type in XSD. U may look at the SOAP encoding which
has the defined array types.I beleive it is ok for yr prob to use the SOAP
encoding f
Title: RE: HTTPS Server
Could you please give an example of such a
Filter in front of axis webapp
-Original Message-
From: Wendy Smoak
[mailto:[EMAIL PROTECTED]
Sent: Thursday, August 21, 2003
11:30 AM
To: '[EMAIL PROTECTED]'
Subject: RE: HTTPS Server
If you need 80 open f
Title: RE: HTTPS Server
If you need 80 open for other webapps to use, how about putting a Filter in front of the axis webapp, and only letting the request through if it came in on 443/https ?
That's similar to what I plan to do with mine-- I only want to accept connections from a few servers,
Hi,
Is there a way to
tell Java2WSDL tool , namespace for a Bean object being passed as parameter to
my webservice; so that the same namespace is registered against the bean inside
the generated client stub (using WSDL2Java) ?
I use Java2WSDL to
generate WSDL for a webservice which takes
Hi,
Is there a way to
tell Java2WSDL tool , namespace for a Bean object being passed as parameter to
my webservice; so that the same namespace is registered against the bean inside
the generated client stub (using WSDL2Java) ?
I use Java2WSDL to
generate WSDL for a webservice which takes
Title: Using JMS
Hi Peter,
We’re in the process of enhancing
the JMS transport layer to support a JMS URL syntax,
which will allow you to use the wsdl2java-generated stub classes without
modification.
With JMS URL support, Axis will recognize
a JMS endpoint address and automatically
Hmm... this seems to get me a bit closer... but it still doesn't give me
what I want I think
now, I can type in http://:port and get the axis index page, and if
I type in http://:port/services/exampleService, I get the
following...
ExampleService
Hi there, this is an AXIS service!
Perhaps th
[EMAIL PROTECTED] wrote:
Would you mind sharing your sample code as well as wsdd file? Thanks.
I don't have any sample code, I have just been doing it, since most of
my clients are running .NET.
I use java2wsdl to generate my wsdl files, then wsdl2java to generate
everything else, and
Hi axis-users,
I have a simple Handler that extends BasicHandler and iterates over all
elements of the soap:Body.
SOAPEnvelope se= inMsg.getSOAPEnvelope();
SOAPBody body = se.getBody();
java.util.Iterator bodyIterator = body.getChildElements();
while (body
On Friday, August 22, 2003, at 1:16 PM, Dimuthu Leelarathne wrote:
As I understand your question I think you want to dynamically find out
the
information like name, port info of the web service from wsdl. If you
want
to find these information dynamically using a client you can find some
very
use
[EMAIL PROTECTED] wrote:
Sameer,
Try to follow the sample code to create a Collection converter.
Everything works correctly upto the response message been sent back
to the client. The client generates following error message:
"There is an error in XML Document(114,4)."
Why did you
Title: Message
Service.getPort(QName, Class)
has major problems with literal encoding, specifically it doesn't seem to work
for me at all (it always sends encoded SOAP). I opened a bug in nagoya
with a patch I wrote however axis-dev seem to be taking their sweet time in
validating and apply
Sameer,
Try to follow the sample code to create a Collection converter.
Everything works correctly upto the response message been sent back
to the client. The client generates following error message:
"There is an error in XML Document(114,4)."
Following are the wsdl fil
Hello
That's exactly what I am doing ! But It's not working !!
But I didn't find a solution yet. Maybe am I doing someting wrong...
I have a client-config.wsdd, axis generated Stub and Service
Implementation.
I think that we mmight use the
ServiceLocator.setEngineConfiguration method with a
FileP
Hello
That's exactly what I am trying to do ! But It's not working !!
I didn't find a solution yet. Maybe am I doing something wrong...
I have a client-config.wsdd, axis generated Stub and Service
Implementation.
I think that we mmight use the
ServiceLocator.setEngineConfiguration method with a
F
Sameer,
Thanks for your response.
Harry Wen
"Sameer
Harry,
This link would help you dealing with conversion of maps..
http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages/DotNetInteropMapInfo
Sameer.
.
From: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subjec
I felt the same way. I'd love
to see a "simple" example of a doc/lit web service and client. Does such a thing
exist now in the samples that come with Axis?
-Original Message-From: Dimuthu Leelarathne
[mailto:[EMAIL PROTECTED]Sent: Friday, August 22,
2003 6:13 AMTo: [EMAIL PRO
Yes,
You can change the server.xml in your tomcat's conf directory as below...
N.B : this is with tomcat ver.4.1.12.
older versions also support this.. dont know abt tomcat 5
-Original Message-
From: Keith Hatton [mailto:[EMAIL PROTECTED]
Sent: Friday, August 22, 2003 5:19 PM
To: [E
James,
Would you mind sharing your sample code as well as wsdd file? Thanks.
Harry Wen
James Black
I posted this mail couple of times on the mailing list, but it failed to
appear in the list. I apologize if the duplicates of this mail have already
appeared before.
Please reply to this mail for the solution to below problem.
-Original Message-
From: Yuvraj Waswani
Sent: Friday, August
Ya converting collection into array of java beans is a good solution..I
mostly had trouble passing it back to VB .NET client..but I was able to pass
collections(Map,ArrayList,Set) to C# .NET client.
By the way I appreciate your signature. :)
Sameer.
From: James Black <[EMAIL PROTECTED]>
Repl
Sameer Bombatkar wrote:
I also encountered the same problem dealing with Collection classes.
How are you defining your de/serialiaers for Collection in ur wsdd file?
Rather than passing back any collections, convert them into an array
of javabeans, and pass that around.
I do that for my C# c
Hi Laura,
If I read you correctly, what you need to do is persuade Tomcat that the Axis
application (WAR file) is installed as the "root" application (i.e. context="/"). You
probably need to tinker with server.xml or config.xml there. Maybe asking on the
Tomcat list would get you there quicker
- Original Message -
From: Dimuthu Leelarathne
To: [EMAIL PROTECTED]
Sent: Friday, August 22, 2003 4:59 PM
Subject: Re: Introspecting on Service from within RPC implementation?
Juergen,
As I understand your question I think you want to dynamically find out the
information like name, por
Thomas, Cory, Mike , Anne and all,
Thank you very much for your guidance and patience. I wanted to learn
wrap/lit and doc/lit web services and looked for samples. I found some but I
couldn't find something simple. So I decided to write a simple sample for
myself. That is why I'm very particular ab
Thomas, Cory, Mike , Anne and all,
Thank you very much for your guidance and patience. I wanted to learn wrap/lit and
doc/lit web services and looked for samples. I found some but
I couldn't find something simple. So I decided to write a simple
sample for myself. That is why I'm very partic
Juergen,
As I understand your question I think you want to dynamically
find out the information like name, port info of the web service from
wsdl. If you want to find these information dynamically using a client you
can find some very useful code in sample/client package.
If you want to
I don't read it that way as I think the word "schema" in the phrase "are
present in the schema" referes to the "XMLSchema" earlier on - ",..which
consists of (at a minimum) the set of schema
components (definitions and declarations) required for that ·assessment".
Since transitive closure is pos
This is how Map can be described in deploy.wsdd
http://schemas.xmlsoap.org/soap/encoding/";
qname="java:Map"
serializer="org.apache.axis.encoding.ser.MapSerializerFactory"
deserializer="org.apache.axis.encoding.ser.MapDeserializerFactory"
type="java:java.util.Map"/>
which will be described in
On Thu, Aug 21, 2003 at 06:42:40PM -0400, Anne Thomas Manes wrote:
> What does the tns:getUnusedAccounts1In description look like? I'm
> assuming that it contains more than one part, and the emitter is objecting
> to the fact that you want to pass only one part from a multi-part mess
Hello.
My problem is obtaining information about a webservice
(using rpc) from within the implementation classes, ie:
when compiling the wsdl using rpc, the method definitions
go into a "Remote" Interface whose methods are implemented
in the BindingImpl class. How can I obtain information
about
36 matches
Mail list logo