Hello,
This problem occures only in Versions after Axis 1.0 on the Serverside.
The WSDL will be generated on the fly through the WSDD with the
"java:EJB" Provider using a Stateless Session Bean.
Regards,
Sascha
> -Original Message-
> From: Tom Jordahl [mailto:[EMAIL PROTECTED]]
> Sent:
I was specifically asking about IDE support for ws's.
We're are the same state now as we were years back in the beginning of html.
Back then, you edited it by hand, these days, very little need to code
directly in html.
Similarly for ws. We currently need to write by hand wsdl and stubs and
wsdl2
Hi:
I am using org.apache.coyote.tomcat4.coyoteConnector on port 8080. It was
set with maxProcessors in 75 (default) and the I changed it to 150. After
that I restarted tomcat but it continues failing.
It worked fine the first time I run the test with 100 clients and the just
hang up the next tim
Anybody seen an error like this?
For proof of concept, we basically have a command bean serving as facade to
a session bean back end component.
Then we wrote a quick jws that references the command bean.
Everything is deployed and we are able to generate the WSDL and proxies
through Axis.
However
Waymon,
It looks like weblogic.jar is not in your classpath.
Rob Bugh
On Thu, 12 Dec 2002 08:13:39 -0600, Chen, Waymon N <[EMAIL PROTECTED]>
wrote:
Anybody seen an error like this?
For proof of concept, we basically have a command bean serving as facade
to
a session bean back end component
I'm trying to send a Union parameter via SOAP with Axis 1.0 (and
Tomcat 4.1.12) and I've got the following problem.
I've found a solution. The problem was on the server side, and not
related to Apache...
coyoteConnector seems to just be the new name for HttpConnector
(different in different tomcat 4.x versions).
hmm...if it works the first time through, maybe the clients aren't
letting go of their connections.
You might want to try running "netstat -an" and seeing how many active
connections y
Try Systinet WASP Developer plug-ins for JBuilder, NetBeans (aka Sun ONE
Studio), and Eclipse (aka IBM WSAD). www.systinet.com
> -Original Message-
> From: easter [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, December 12, 2002 6:58 AM
> To: [EMAIL PROTECTED]
> Subject: Re: So how do non-Mic
Have you checked out WASP from Systinet . There are several other packages out there like this. I haven't had time to sit down and figure this package out but I believe it automates the wdsl/uddi generation as well as code generation.
Ryan Cuprak
Eastman Kodak
[EMAIL PROTECTED]
Office: (203)-786
Hi List,
I try to configure my Axis-client using a wsdd-file. But I'm not able to
instantiate the WSDDDocument.
This is my code:
String wsddFile = "client-config.wsdd";
DOMParser parser = new DOMParser();
parser.parse(wsddFile);
Document doc = parser.getDocument();
WSDDDocument wsddDoc = new WS
This is interesting information, but it doesn't answer the important
question: Can Axis be re-distrubted freely?
I am interested in finding out what other people are doing about this.
It seems strange to me that people are working hard on Axis, yet no one
seems to know if they can use it in a c
xmlBus from iona also have a very complete set of tools for the Automation
of wsdl/uddi etc
jim
-Original Message-
From: easter [mailto:[EMAIL PROTECTED]]
Sent: 12 December 2002 11:58
To: [EMAIL PROTECTED]
Subject: Re: So how do non-Microsoft people consume web services?
I was specifi
Sascha,
Several things have changed in in the WSDL generation since 1.0, mainly to support
faults and better document/literal WSDL. In the course of this work, some of the WSDL
element names that are generated may have been changed. If you could describe exactly
the differences in behavior, w
> -Original Message-
> From: Tom Jordahl [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, December 12, 2002 4:21 PM
> To: '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]'
> Subject: RE: Java2WSDL - Bug found on generating the
> wsdl:service Name by java:EJB Provider
>
>
> Sascha,
>
> Several thing
Hi,
Has anyone tried to use a custom serializer/deserializer with INOUT or OUT
parameters. I have it working fine for IN parameters but INOUT and OUT
parameters do not seem to be returned from the service (i.e. I can't see the
new value being re serialized on the way back).
Thanks,
Brian
If it were my own project, all HTML generation in axis would be taken out of
the code and put into JSP pages that the axis servlets would hand off to.
But it aint my project and if we did that then you'd always need jsp hosting
before you can run axis. So instead you have to edit the AxisServlet.
- Original Message -
From: "easter" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, December 11, 2002 05:24
Subject: So how do non-Microsoft people consume web services?
> I've gone through the process now of publishing a bunch of web services,
> hand writing all the WSDL de
Hello all,
I'm working on a project where we'd like to use Globus to secure a client
server application. This application communicates via messages, passed
through CORBA, to and from both client and server. My current
investigations into both CORBA and the Globus toolkit tell me that Globus
and
hi:
I also want to know the answer that how I can serialize and deserialize the
arrays of nested beans?
So would you please send some code to me? or post them here?
Thanks
Benjamin Tomasini <[EMAIL PROTECTED]> wrote:
I too converted my collections to arrays and found that it worke
It looks like the order of the paramters matter to axis even though each
paramter is tagged as which paramter it is.
for example:
user
password
it's clear which paramter is which but if I sumbit:
password
user
then my java object gets called with name=password and password=user since
that is t
Hi,
I'm using Axis 1.0 with a variety of other tools, working with the Sun IPL (Interoperability Prototype for Liberty). I'm getting a ClassCastException in Axis, which is why I'm posting here wondering if it rings a bell for anybody. The top of the stack backtrace is:
java.lang.ClassCastExcep
HI Bryan
I dont have the source code of Axis 1.0 so cant exactly tell what might
be wrong. But this is my guess. In
org.apache.axis.utils.XMLUtils.sourceToInputSource, if the input source
is a DOMSource, Axis assumes that getNode() will return an Element. In
your case I think it is a docum
I'm using Weblogic 6.1sp4, and Axis 1.0
I can package Axis as a WAR file inside of my EAR file, and because of the
Weblogic classloader hierarchy, I don't have to do anything else for Axis
to see my EJBs in my EAR to act on them.
However, if my EJBs want to use Axis... the only solution I have f
I am trying to work through some of the examples in the Axis 1.0 release.
When I do:
$ java org.apache.axis.wsdl.WSDL2Java -t -s file:///F:/xml-axis-10/samples/addr/AddressBook.wsdl
I get:
java.lang.NoSuchMethodError
at com.ibm.wsdl.util.xml.QNameUtils.newQName(Unknown Source)
Title: Exception in MessageContext.getOperation
I am trying to authorize users on a per-method-call basis.
Basically, to check for user credentials before allowing a
particular call to proceed. I do this in a handler. I have a
handler set up which performs authentication. What I
also need to
Are you using the wsdl4j.jar that comes with the axis build ? try
getting the latest version of wsdl4j.jar.
Vidyanand.
-Original Message-
From: Andy Nguyen [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 12, 2002 4:29 PM
To: [EMAIL PROTECTED]
Subject: Help please! WSDL2Java NoSuchMetho
Hi, I'm using axis for a return type PressRecord, But getMethodResult() always return
null
public class PressRecord implements Serializable
{
public int InitialContextTime;
public int LookupBeanTime;
public int CreateBeanTime;
public int InvokeBeanMethodTime;
public int LocateSe
Whenever I try to generate the client stubs for the WSDL listed below, I get
the following IOException
Element {http://www.w3.org/2001/XMLSchema}schema is referenced but not
defined.
Part of the problem, I believe is that they've defined their custom type in
a separate xsd, viewable at http://ww
Hello all. I am working on a SOAP implementation for a JMX connector and
wanted to use Axis. I am having a problem figuring out how to accomplish
this. I am new to Axis and fairly new to SOAP, so please forgive my
ignorance.
I am trying to use Java2WSDL to create a wsdl file that I will in turn
Hi,
You say you are using Globus, is that standard Toolkit, either v1 or v2. Globus 3 is
actually called Open Grid Services Architecture (OGSA) and is built on web services.
What is more OGSA has a proposed security architecture based on WS-Security. You can
read it at:
http://www.globus.org/o
Title: Re: Packaging Axis into an EAR file
Hello,
I have put the Axis jars in the webapp/lib/ directory and put the new jars in the classpath of the start.cmd file. WebLogic now finds all the necessary Axis classes and my Beans can use Axis and Axis can use my EJBs.
I hope this will help y
31 matches
Mail list logo