RE: Urgent :Help needed for Logging by Log4J

2003-06-26 Thread Laenzlinger, Christof
Title: RE: Urgent :Help needed for Logging by Log4J Could you post your log4j.properties file. Where is your log4j.properties file located and what kind of environment is axis running in? Without such information it will be difficult to help you. Christof -Original Message- From

Re: Unsubscribe me

2003-06-26 Thread May El-Barachi
Apparently, not yet. I'm still receiving tones of mails per day. Hopefully soon, i'll let you know the good news. May --- bin <[EMAIL PROTECTED]> wrote: > Please enlighten me if you successfully unsubscribe. > > I've been trying to ditch this mailing list for 3 > months with no avail. > > Thanks

Re: Unsubscribe me

2003-06-26 Thread bin
Please enlighten me if you successfully unsubscribe. I've been trying to ditch this mailing list for 3 months with no avail. Thanks, -bil On Thu, 26 Jun 2003, May El-Barachi wrote: > Please unsubscribe me. > > Thank you. > > May > > __ > Do you Yahoo!? > S

Re: Unsubscribe me

2003-06-26 Thread bin
Please enlighten the rest of the Apache mailing list if you successfully unsubscribe from this. I haven't had any luck going on three months. I've tried all suggestions given to me. Apache Admin, if you're listening, please manually take my address out of the list, and i'll personally send you

Re: Stand alone Axis service?

2003-06-26 Thread Srinath Perera
Hi what u ask for is theoritically possible (at least!!!). the axis engine is independent of the TransportListener(The part who recives the request from the web). In the general case a servlet For e.g. in the C++ implemantation this is a apache module or IIS module. if you not going to use a c

Getting exception after deployment - - Need help ..very urgent...

2003-06-26 Thread Parames
Hi All , This is my first web services using AXIS 1.1 and Tomcat 4.1.24 im getting problem after deployment... 1) Here my deployment comammnd C:\axis-1_1\axis-1_1\samples\scicom\ws>java org.apache.axis.client.AdminClient d eploy.wsdd Processing file deploy.wsdd Done processing 2) i tried to v

Re: How to maintain the session using HttpClient in AXIS, with Tomcat Server

2003-06-26 Thread Davanum Srinivas
Take a look at the axis code org\apache\axis\transport\http\CommonsHTTPSender.java. Tweak it if needed and send in a patch (http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages/SubmitPatches) Thanks, -- dims --- Chandra Talluri <[EMAIL PROTECTED]> wrote: > Hi > > Hi, > > Using Commons

RE: Message Style and WSDL

2003-06-26 Thread Nicholas Ardlie
exactly, Document & Message Styles == RPC Style == -Original Message- From: remko de knikker [mailto:[EMAIL PROTECTED] Sent: Thursday, 26 June 2003 10:51 PM To: [EMAIL PROTECTED] Subject: Re: Message Style and WSD

Re: Turning off sendMultiRefs causes OutOfMemoryError (PLAINTEXT)

2003-06-26 Thread Aleksander Slominski
hi, this looks like a case of circular reference: http://schemas.xmlsoap.org/soap/encoding/"; xsi:type="ns2:CreateUserResult" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"; xmlns:ns2="http://result.asl.hppcbl.globalops.hp.com";> http://common.hppcbl.globalops.hp.com";>

How to maintain the session using HttpClient in AXIS, with Tomcat Server

2003-06-26 Thread Chandra Talluri
Just some more info I am also adding to the wsdd file while deploying If I don't add this destroy being called as expected for every request -Original Message- From: Chandra Talluri [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 4:56 PM To: Axis-User (E-mail) Subject: How t

How to maintain the session using HttpClient in AXIS, with Tomcat Server

2003-06-26 Thread Chandra Talluri
Hi Hi, Using CommonsHTTPSender& HttpClint I can open a connection and do multiple requests/responses without closing. But Now I can not able to maintain the session. In every call I get a new session Actually for every call on server side I get a new ServletEndpointContext :( In the client I am

Re: [axis] Serializing embedded complex types

2003-06-26 Thread Balaji D L
Axis 1.1, well upgrading to axis 1.1 will not be big problem. Initially i had 1.0 then rc1, then rc2 and now 1.1(final). --- [EMAIL PROTECTED] wrote: > > Are you using Axis 1.0 or 1.1? > > > > > >

Re: [axis] Serializing embedded complex types

2003-06-26 Thread Balaji D L
Axis 1.1, well upgrading to axis 1.1 will not be big problem. Initially i had 1.0 then rc1, then rc2 and now 1.1(final). --- [EMAIL PROTECTED] wrote: > > Are you using Axis 1.0 or 1.1? > > > > > >

Re: Deserialization error: org.xml.sax.SAXException: Invalidelement in...

2003-06-26 Thread Steve Weiss
I think I fixed my problem. Apparently I needed to create a separate QName object for each of my bean classes in the client, and use it for the type mapping. -Steve

RE: How to keep the Connection open from the AXIS client

2003-06-26 Thread Kellogg, Richard
The Jakarta Commons HttpClient is available at: http://jakarta.apache.org/commons/httpclient/index.html Enjoy! Rick -Original Message- From: Chandra Talluri [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 4:02 PM To: [EMAIL PROTECTED] Subject: RE: How to keep the Connection open

RE: How to keep the Connection open from the AXIS client

2003-06-26 Thread Chandra Talluri
Where can get the jar file for class CommonsHTTPSender and package org.apache.commons. I don't see these in AXIS Final Version 1.1. -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 3:25 PM To: [EMAIL PROTECTED] Subject: RE: How to keep the C

Deserialization error: org.xml.sax.SAXException: Invalid elementin...

2003-06-26 Thread Steve Weiss
Hi, I've just started reading this list and haven't come across this here (although I may have missed it). I have a service deployed which seems to be working correctly. I can access the service through a browser with: http://isis.saic.hq.nasa.gov/sweiss/nmis/services/ViewService?method=programVi

RE: How to keep the Connection open from the AXIS client

2003-06-26 Thread Davanum Srinivas
It might work if you use CommonsHTTPSender...Check the archives. -- dims --- "Kellogg, Richard" <[EMAIL PROTECTED]> wrote: > Don't bother wasting your time. Axis does not support this functionality. In fact, > if you are > using a proxy server it would probably prevent it anyway. Most proxy s

RE: How to keep the Connection open from the AXIS client

2003-06-26 Thread Kellogg, Richard
Don't bother wasting your time. Axis does not support this functionality. In fact, if you are using a proxy server it would probably prevent it anyway. Most proxy servers only support HTTP 1.0. Maybe sometime in the future. Rick Kellog -Original Message- From: Chandra Talluri [mailt

How to keep the Connection open from the AXIS client

2003-06-26 Thread Chandra Talluri
Hi I wanted to open a connection and do multiple requests/responses and close the connection. When I am using the default axis client generated by WSDL2JAVA every time I make a request it is opening a new Connection. I am using Tomcat server. As I understand HTTP 1.1 will keep the connection open

RE: WSDL Parameter Names

2003-06-26 Thread Ekbote, Niranjan
Title: Message We faced a similar problem. Try putting this in the WSDD.   xmlns:xsd="http://www.w3.org/2001/XMLSchema">   The operation tag can help you with it. We use it a lot because almost all our code is Session beans. It should replace your in0, in1 etc.. with username, passw

RE: WSDL Parameter Names

2003-06-26 Thread Mark.Gargan
Title: Message HI Lads,     Thanks for the resposes guys. The problem is that the WSDL is autogenerated by jboss using the axis libs.. If you guys know where to amend the code in the Emitter so that it uses the implementation i.e. the session bean as opposed to the interface that would

Help needed for Logging by Log4J

2003-06-26 Thread Siddharth Rath \(sirath\)
Hi !! I'm new to Axis and facing some Problem for logging with log4J. Can you please send an example for doing so. I'm not using The latest release1.1/version rather using the old version. THANX IN ADVANCE. Thanx and regards Sidd

Re: help required for attachment using ejb as webservice

2003-06-26 Thread Robert Lowe
SOAP attachments, MIME types and DataHandlers are explained pretty well in (BChapter 3 of O'Reilly's "Java Web Services in a Nutshell", which is (Bavailable for free online: (B (Bhttp://www.oreilly.com/catalog/javawsian/chapter/ch03.pdf (B (B (B- Original Message - (BFrom: "Toshiyu

Re: [axis] Serializing embedded complex types

2003-06-26 Thread Rhett . DeWall
Are you using Axis 1.0 or 1.1? Balaji D L <[EMAIL PROTECTED]

Re: WSDL Parameter Names

2003-06-26 Thread Reynardine
Mark, In two stages... first just before generating your WSDL, recompile all your code with debug, then, when you generate your WSDL, pass the path to the implementation class (that contains all your parameter names) by supplying the -i parameter. e.g. for java... classes>javac -g yourpath\ws\*.jav

RE: WSDL Parameter Names

2003-06-26 Thread Chris
Title: Message 1. Generate the WSDL from a class, not an interface 2. Build your code with debug info on 3. Use the -i argument when you call Java2WSDL. (I don't know what the corresponding Ant attribute is)   - C -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTEC

RE: wsdlInputSchema generates 2 schema's in

2003-06-26 Thread Douglas Bitting
It's hard to know for sure without seeing your method signatures and WSDD, but I would guess that you have not specified the appropriate mapping between your method signature types and your schema types. For example, I include a schema into my WSDL something like the following: http://foo.com/"

WSDL Parameter Names

2003-06-26 Thread Mark.Gargan
Title: Message Hi folks,     Is there anyway to set the parameter Name's to something other than in0, in1 ...   THanks, Mark.  

Re: [axis] Serializing embedded complex types

2003-06-26 Thread Balaji D L
hi Rhett, Try to run this attached example that I had modified to return a object(Order_) containing object(ship).Its working fine for me under java and axis. Then tell us whether you are able to consume it using stimulators like WSInvoker,WebserviceStudio etc., the wsdd setting is

Urgent :Help needed for Logging by Log4J

2003-06-26 Thread Siddharth Rath \(sirath\)
Hi, I've developed an application with Axis and Trying to log with inbuilt log4J. I've modified The log4j.properties and also the deploy.wsdd file For the handler.But I'm not getting anything in the Logging-Target file. Can you please help me in sorting This out. If you please send a small example

RE: [axis] axis.war for 1.1?

2003-06-26 Thread Viens, Steve
Download 1.1 and grab the 'axis' directory from the 'webapps' directory. http://ws.apache.org/dist/axis/1_1/ You'll have to create an 'axis.war' from this yourself. Steve -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 1:00 PM To: [E

[axis] axis.war for 1.1?

2003-06-26 Thread Rhett . DeWall
Where can I find the web archive for axix release 1.1?

RE: Please help me on deploying "object containing array of objects"

2003-06-26 Thread Balaji D L
Thanks Rudolph & Reynardine, Atlast I made it working!.. I found the error is because of incorrect xml namespaces and qualifiers in deploy.wsdd Also i found a strange error on serverside class(atleast to me) If I have class say Person with name and street as attribute,then executing the following

Problem installing Axis 1.1 on Tomcat 5

2003-06-26 Thread Michael Woinoski
I'm having a problem migrating Axis from Tomcat 4 to Tomcat 5 (the version bundled with JWSDP 1.2). I tried the same Axis installation process that worked with Tomcat 4 (copy /axis/webapps/axis to Tomcat's webapps and copy dom.jar, sax.jar and xercesImpl.jar to axis WEB-INF/lib) but the axis app is

wsdlInputSchema generates 2 schema's in

2003-06-26 Thread remko de knikker
I included in my wsdd the wsdlInputSchema which includes my own inputmessage's schema, but it seems as if axis changes the name of the request messsage and defines its own input schema regardless/or on top of my self defined one?? It now points to the axis generated inputSchema of type=xsd:anyType

Re: [axis] Serializing embedded complex types

2003-06-26 Thread Rhett . DeWall
(See attached file: deploy.wsdd) "Sameer Bombatkar"

How to prevent caching of proxy information in Axis!!!!

2003-06-26 Thread Subhendu Kumar mohanty
Hi all, Axis caches the proxy server information. I want to prevent that. Please let me know how to achieve this? Thanks, Subhendu

OneWay with Axis

2003-06-26 Thread Davide Mora
Hi, i'm quite new to Axis, i'm reading the docs but is not clear if (and how) i can configure it for work with one-way clients. I need to work with C# clients if helps. Regards, Davide __ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yaho

Memory Leak in org.apache.axis.client.Call

2003-06-26 Thread Jackson, Jen (CCI-Atlanta)
These objects are not getting garbage collected--I checked it out using Jprofiler. This is causing the objects they return to stick around in memory too ! Jennifer Jackson Programmer/Analyst

How to get the attachment in Axis client side send from server?

2003-06-26 Thread Rajib Das
Hello ,   I am invoking a server function which will send a file as attachment to my rpc response …How to get hold of the attachment in the axis client side?     Regards Rajib  

Signing in Server Handler: The requested algorithm DSA does not exist

2003-06-26 Thread Kai Unewisse
  Hi all,   I am trying to use Apache XML-Security in my Handler.     It works singning a client message in a client handler and verfying in a server handler. But when I try to sign the answer in the server handler using the same code fragment, it returns a "XMLSignatureException: The requ

Re: Message Style and WSDL

2003-06-26 Thread remko de knikker
the message-style in Axis (document style)  has: Nicholas Ardlie wrote: thanks for the clarification mitch, this promted me to deploy a simple web service in RPC, DOCUMENT & MESSAGE styles and compare the WSDL file

Unsubscribe me

2003-06-26 Thread May El-Barachi
Please unsubscribe me. Thank you. May __ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com

Custom FaultCodes

2003-06-26 Thread JD Evora
Hi, We have an existing service running on Apache SOAP. In that service, we use the SOAP FaultCode for send the error code to the client, with values like Client.InvalidSession or Server.ServiceDownusing new SOAPException(FaultCode,Message) We wish to change as little as possible our cl

Fw: How to get get the SOAPMessage reference from the Axis client while using WSDL2JAVA utiliity

2003-06-26 Thread Chandra Talluri
Hi Rey   Thanks for the quick reply. Is this the code I can implement in the Client? My question was how I can get the SOAPMessage reference in the client so that I can add required headres. Sorry for the misunderstanding   Thanks     - Original Message - From: Reynardine

jndi context problem

2003-06-26 Thread Kristian Skotte
Hello! I have a webservice deployed with axis. The class that is mapped to the service needs to access a bean. Some how I can no longer find the correct initial context and I get a NamingException. When working with servlets in common I add a bean reference in my web.xml file but this does not s

RE: help required for attachment using ejb as webservice

2003-06-26 Thread Toshiyuki Kimura
Hi Jacek, (B (B A JAX-RPC implementation is required to support the following MIME (Btypes to bind to various Java types according as JAX-RPC ver 1.0. (BIn other words, 'application/msword' is not required, basically. (B (B MIME Type | Java Type (B ---

Re: [axis] Serializing embedded complex types

2003-06-26 Thread Sameer Bombatkar
Could you also post your deploy.wsdd and the class which all the operations for youre web-service?? Sameer. . "If a server crashes in a server farm and no one pings it, does it still cost four figures to fix?" From: [EMAIL PROTECTED] R

Stand alone Axis service?

2003-06-26 Thread easter
Does someone have any info on how to run a stand-alone Axis web service without using the traditional Tomcat or other such container? I need something a bit more lightweight to avoid all the deploy/undeploy nightmares in creating a delivery. There was a thread a while back about something like th

Re: How to get get the SOAPMessage reference from the Axis client while using WSDL2JAVA utiliity

2003-06-26 Thread Reynardine
Chandra, See http://www-106.ibm.com/developerworks/webservices/library/ws-jaxrpc2/?dwzone=webservicesand http://www.cs.unc.edu/Courses/comp190/docs/documentation/axis/apiDocs/org/apache/axis/message/package-tree.html e.g. Public class AcmeSOAPHeaderHandler extends GenericHandler{ Public Boolean