RE: Solution: Problems logging with Log4j

2002-07-04 Thread Stocker, Walter
Hello *, after two days of research i found a suitable solution. It seems, there are several problems with the commons-logging and log4j integration. The only way to solve my problem, was to replace the log4j.properties file in axis.jar. All the other tips from the community failed. Sorry, folks!

SOAP -- .net interoperability -- questions

2002-07-04 Thread Giacomo Fiorentini
Title: SOAP -- .net interoperability -- questions Hi all,     I'm new on this mailing list. I have the following question: what are the relationship, differences, prospectives, expectations of the following SOAP implementations/libraries/tools:     Java Web Service Developer Pack 1

UDDI support

2002-07-04 Thread david.benavides.telvent-rtd.com
Has Apache axis support for UDDI acces? thanks,

Re: Solution: Problems logging with Log4j

2002-07-04 Thread Brian Ewins
Stocker, Walter wrote: > Hello *, > > after two days of research i found a suitable solution. It seems, > there are several problems with the commons-logging and log4j integration. > The only way to solve my problem, was to replace the log4j.properties file > in axis.jar. All the other tips from

Re: SOAP -- .net interoperability -- questions

2002-07-04 Thread david.benavides.telvent-rtd.com
I have tested WSDP WSTK and AXIS and I thing AXIS is the best!. WSDP is a too low level and WSTK is an IBM tool so even it is free at the moment it won't be soon. Axis is for free and have very good features. regards. - Mensaje Original - Remitente: Giacomo Fiorentini <[EMAIL PROTECT

Re: UDDI support

2002-07-04 Thread Jean-Marc Taillant
Hi, No you need to use for example UDDI4J or an other UDDI toolkit This AXIS Mail archives, because there was a discussion about UDDI and AXIS Regards, Jean Marc - Original Message - From: "david.benavides.telvent-rtd.com" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, Jul

Axis via Tomcat 4.0.3 - authentication

2002-07-04 Thread Piotr Szymanski
Title: RE: UDDIUtil and WSDLUtil   Hi all. I am new with axis and I still trying... Today I won again ! I tried to get access to protected web application - and it working I can't belive it.   My question is: Is Axis using Tomcat to authenticate users?   In my observ

RE: SOAP -- .net interoperability -- questions

2002-07-04 Thread CARDON Denis
Hi Giacomo, Some hints about the relationships : - APACHE SOAP is a follow on of the IBM SOAP4J project (http://www.alphaworks.ibm.com/tech/soap4j) - AXIS is a rewrite of APACHE SOAP (http://xml.apache.org/axis/faq.html#faq1) - IBM WSTK uses AXIS as its runtime engine (http://www-3.ibm.com/softw

Re: RE: WSDL2Java: generated client stub and performance issues

2002-07-04 Thread David . Ostrovsky
I'd just like to point out that the solution with one call object has some disadvantages: - You have still create objects and rerun the same code for each function call: QName param = new QName(...); call.addParameter(param, ...); QName returnType = new QName(...); call.setRetu

AW: Solution: Problems logging with Log4j

2002-07-04 Thread Stocker, Walter
Hello Brian, you were right. I forgot that the classpath for tomcat has to be set in the tomcat startup script (tomcat.bat on my machine). But now i ran into another problem. The log4j.properties file isn't read anymore! I put it in axis.jar, in the classes directory, in the lib directory, used t

RE: access soap action

2002-07-04 Thread St-Germain, Sylvain
Look at the wsdl:binding section of your WSDL, the SOAPAction is an attribute of the soap:operation element. Sylvain. -Original Message- From: Enner Lee [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 03, 2002 3:04 PM To: [EMAIL PROTECTED] Subject: access soap action how do you find o

UTFDataFormatException

2002-07-04 Thread Fred So
When trying to access this news web service: http://soapclient.com/xml/SQLDataSoap.wsdl Axis (beta 2) gives the following error msg: java.io.UTFDataFormatException: invalid byte 1 of 1-byte UTF-8 sequence (0x92) This service returns results which are in HTML and I suspect that is causing the p

[Namespace] : personnalize namespace prefix

2002-07-04 Thread pascal . recchia
Hi, I want to develop my own SOAP Header and I want specify a namespace prefix (wsse) for my different nodes. But Axis change this namespace prefix by "ns1". What is the solution ? I have for my message SOAP : http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLS

Info about Axis

2002-07-04 Thread klaus_koenig
Hi, the requirements page seems to be down. I'm trying to run Axis with Tomcat 3.2.4 but it is'nt working . With Tomcat 3.3 and 4.01 it works . Any idea ? Thanks, KLaus *** Klaus Koenig Bureau Conseil pour les Entreprises S.r.L. Via del Progresso, 42 35127 Padova I

Re: axis and IWS 6.0

2002-07-04 Thread cyril gonnot
Hi Monika, I'm using the nightly build of the 28/06, do you know if this problem has been fixed recently or if a fix is planned ? Regards, Cyril >Hi Cyril, > >I got the same problem. > >The problem is the following code: > > String realpath = context.getRealPath(req.getServletPath()); >

Globale and session variable in Axis

2002-07-04 Thread Akacem Mohammed
Hi , in my service class I want to use a connectionpool class and a database class. I want to create only one instance of the connectionpool class which I want to use for parallel request.does axis instantiate only one instance of the myserviecSoapBindingImpl? or does axis instantiate for eve

Re: UTFDataFormatException

2002-07-04 Thread Brian Ewins
Fred, what method of that service were you calling, and with what parameters? Out of curiosity I tried reproducing your problem using the test client here: http://www.xmlbus.com:9010/WSDLClient/WSDLDynamicTestClient.html and information about the service you mentioned here: http://soapclient.com/

Re: UTFDataFormatException

2002-07-04 Thread Fred So
Thanks Brian Here is my code that uses the WSDL-generated stub: public class NewsClient { public static void main(String[] args) { SQLDataSoap locator = null; SQLDataSoapPortType service = null; String sSRLFile = null, sRequestName = null, sKey = null, sResult =

RE: Globale and session variable in Axis

2002-07-04 Thread blake biesecker
Mohammed, I could be missing something in your question, but wouldn't a singleton work in this case? Simply create a static current() method on in your connection pool that returns the VMs only instance of the connection pool class. That way it doesn't matter where it is called, you are always

returning names from DataHandler

2002-07-04 Thread Manolis Floros
Does anybody know how you can return the name of a file at the server from a DataHandler object? I used the attachment example from AXIS and when i return the name using getName(), it returns a weird name, something like Axis23452axis. What i would like to do is to send a file named TEST, and to

Re: confused about cookies

2002-07-04 Thread Alexander Lyubshav
> MessageContext msgContext = AxisServer.getCurrentMessageContext(); > HttpServletRequest req = >(HttpServletRequest)msgContext.getProperty(HTTPConstants.MC_HTTP_SERVLETREQUEST); > System.out.println("A client on the IP address " + req.getRemoteHost() + " is >accessing my web service."); >

Re: access soap action

2002-07-04 Thread Alexander Lyubshav
The Axis documentation I've read hints at a way to make your web service hinge on the Http header soap action. Is there a way to make the soap action determine which web service is called, or is this not implemented? It sounds like Enner was asking about how you extract the Http header SoapAct

"instance bounded session" scope

2002-07-04 Thread Diego Munguia
Title: "instance bounded session" scope Hi there, i have a class that contains a method which performs a web service call like this ... public class WSCaller {     public void callWS() {         /* perform the web service call here */     } } the web service has session

Beautify your WSDL view...

2002-07-04 Thread Darren Barefoot
Thought some of you might be interested in a utility we recently posted called the WSDL Transformer. It basically uses the XSLT servlet provided by the W3C to apply an XSLT file and render your WSDL into a more Java-like, user-friendly format. Just input your WSDL file at http://www.capescience.co

RE: Beautify your WSDL view...

2002-07-04 Thread Mick Robinson
I was interested in using it, but I must be doing something wrong, and I'd be really interested If you could point out what the problem is to me... Here's what the results the processing gave me: Choked processing http://www.capescience.com/simplifiedwsdl.xslt transforming http://66.119.161.80

parsing soap response with a Handler

2002-07-04 Thread Rob Jago
Hello I have a web service that generates a SOAP response as indicated below. I am trying to parse the soap response with a handler to determine the number of Strings ( in this case an array of 2) being built and passed back. I am using axis beta 3 but I am having difficulty determing the value