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!
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
Has Apache axis support for UDDI acces?
thanks,
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
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
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
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
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
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
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
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
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
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
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
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());
>
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
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/
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 =
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
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
> 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.");
>
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
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
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
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
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
26 matches
Mail list logo