log4j.properties - org.apache.axis.TIME

2003-08-22 Thread David Chew
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

FW: Specifying Bean namespace in WSDL

2003-08-22 Thread Yuvraj Waswani
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,

Re: Emitter failure. All input parts must be listed in the parameterOrder attribute of getUnusedAccounts

2003-08-22 Thread Anne Thomas Manes
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

wsdl types and wsdl.exe code generation

2003-08-22 Thread Bigourt3
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

Re: How to define an array of array of string

2003-08-22 Thread Anne Thomas Manes
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

RE: HTTPS Server

2003-08-22 Thread Samir Shaikh
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

RE: HTTPS Server

2003-08-22 Thread Wendy Smoak
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,

Specifying Bean namespace in WSDL

2003-08-22 Thread Yuvraj Waswani
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

Specifying Bean namespace in WSDL

2003-08-22 Thread Yuvraj Waswani
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

RE: Using JMS

2003-08-22 Thread Ray Chun
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

RE: Forwarding from ip:port to ip:port/path

2003-08-22 Thread Slaybaugh Laura J IHMD
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

Re: InterOP between .NET and Axis

2003-08-22 Thread James Black
[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

Element name not corret in Handler

2003-08-22 Thread David Kocher
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

Re: Introspecting on Service from within RPC implementation? SOLVED

2003-08-22 Thread Jürgen Lorenz Simon
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

Re: InterOP between .NET and Axis

2003-08-22 Thread James Black
[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

RE: Is this a wrapped service ?

2003-08-22 Thread Mike Perham
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

Re: InterOP between .NET and Axis

2003-08-22 Thread Harry_Wen
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

Re: Client Side deployment

2003-08-22 Thread Guillaume Sauthier
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

Re: Client Side deployment

2003-08-22 Thread Guillaume Sauthier
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

Re: InterOP between .NET and Axis

2003-08-22 Thread Harry_Wen
Sameer, Thanks for your response. Harry Wen "Sameer

Re: InterOP between .NET and Axis

2003-08-22 Thread Sameer Bombatkar
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

RE: Is this a wrapped service ?

2003-08-22 Thread Volkmann, Mark
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

RE: Forwarding from ip:port to ip:port/path

2003-08-22 Thread Rangarajan , Suresh ( Cognizant )
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

Re: InterOP between .NET and Axis

2003-08-22 Thread Harry_Wen
James, Would you mind sharing your sample code as well as wsdd file? Thanks. Harry Wen James Black

RE: Specifying Bean namespace in WSDL

2003-08-22 Thread Yuvraj Waswani
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

Re: InterOP between .NET and Axis

2003-08-22 Thread Sameer Bombatkar
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

Re: InterOP between .NET and Axis

2003-08-22 Thread James Black
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

RE: Forwarding from ip:port to ip:port/path

2003-08-22 Thread Keith Hatton
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

Fw: Introspecting on Service from within RPC implementation?

2003-08-22 Thread Dimuthu Leelarathne
- 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

RE: Is this a wrapped service ?

2003-08-22 Thread Dimuthu Leelarathne
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

Re: Is this a wrapped service ?

2003-08-22 Thread Dimuthu Leelarathne
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

Re: Introspecting on Service from within RPC implementation?

2003-08-22 Thread Dimuthu Leelarathne
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

Re: schema imports

2003-08-22 Thread Ben Butchart
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

Re: Defining a map in WSDL

2003-08-22 Thread Sameer Bombatkar
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

Re: Emitter failure. All input parts must be listed in the parameterOrder attribute of getUnusedAccounts

2003-08-22 Thread Michal Kochanowicz
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

Introspecting on Service from within RPC implementation?

2003-08-22 Thread Juergen Simon
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