Have a look at:
http://ws.apache.org/ews/
http://wiki.apache.org/ws/FrontPage/Proposals/WebServicesAtomicTransaction
The J2EE 1.4 tutorial is also another possible source.
--Dasarath
--- Pavan Kumar Choukhada <[EMAIL PROTECTED]> wrote:
> hi
>how to build web service for EJBs(J2EE componen
What's wrong?
minimal wsdd file must looks like:
http://xml.apache.org/axis/wsdd/";
xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";>
Hi Carlos,
We also faced similar problems. I think problem is with the Tomcat. It is
not a good HTTP server. Our configuration was Axis 1.1 running under Tomcat
5.0.27.
Stopping and starting Tomcat again will get you over this problem.
I hope that helps.
Sunil Kothari
DISCLAIMER:
Any Informa
pick up the code from CVS or take the nightly build
-- dims
On Tue, 8 Feb 2005 20:06:58 -0800, Jayaraman, Venkatesh
<[EMAIL PROTECTED]> wrote:
> Dims
>
> Any idea where/how we can get these changes related to JRE/J2sdk1.5
> I am using axis 1.1 jar file.
>
> All code that was generated using w
Dims
Any idea where/how we can get these changes related to JRE/J2sdk1.5
I am using axis 1.1 jar file.
All code that was generated using wsdl2java, I modified all occurrence
"eum" with "enums".
Does that help?
-Venky
-Original Message-
From: Davanum Srinivas [mailto:[EMAIL PROTECTED
I'm generating a wsdl with Axis 1.2rc2 (with parameters --style
DOCUMENT --use LITERAL) for a simple interface with a method with no
parameters...when I invoke the method #getSomething() the generated
SOAP doc contains no reference to the method:
http://schemas.xmlsoap.org/soap/envelope/";
I wrote my own WSDL and added documentation to the schema elements like
below.
This function does ...
That worked fine except for some unicode issues when the WSDL is stored
in a jar file. Are you talking about something different? Perhaps,
While I am in the process of migrating from Axis1.1
to 1.2, I have noticed something wierd in WSDL generation.
I have a method:
public Object method1() {
if(condition1)
return
ComplexTypeBean;
else if(condition2)
return
ComplextypeBean2;
}
I added the beanMapping t
Hi
all!
I have no problems
generating stubs using WSDL2Java and importing them in testMyService.java with
"import localhost.axis.services.myService.*;".
But how do you
import a stub when the testMyService.java is client side? That is, when using
WSDL2Java http://[IP-address]/axis/servic
I have a single java class that has two public methods that I am trying
to deploy using JWS. However these two methods use JNI to call code in
a library (dll). Can I use JWS to deploy this (at least for test)? I
have put the library code (dll) in the same folder as the class file
that JWS create
I've actually reproduce the problem using the Calculator.jws.
I can get the wsdl but as soon as I try to access the add method I get
the same problem.
.../Calculator.jws?p1=2&p2=1
It just hangs no output at all.
Derek
-Original Message-
From: Paul Callahan [mailto:[EMAIL PROTECTED
I have the tomcat logs tailed and nothing come out at all. I also have
a request flow handler setup with output messages at the start of the
invoke method. This message does not get outputted.
-Original Message-
From: Paul Callahan [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 08
Hi, i\'m having a problem with the Axis engine, i have developed a web service
class that works fine, the first 6 or 7 time is invoked for a consumer, in the
next invocation i\'m having a java.net.ConnectException: Connection timed out.
What\'s wrong, do i need to configure a parameter in the d
Does anyone know if
Axis can
process requests that are not wrapped in SOAP?
-Sharam
you might want to check your console or log to see if Tomcat/axis is
giving you any useful messages...
-pc
On Tue, 8 Feb 2005 14:14:34 -0400, Derek Lohnes <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
>
>
> My apache web service is timing out when I try to deploy it in tomcat on
> linux.
Thanks, I have been looking into WSS4J - so really useful post!
If you have any more links, etc please keep them coming :-)
Regards,
Ryan.Joe Plautz <[EMAIL PROTECTED]> wrote:
Hello all,I don't know how many of you have seen the example floating around about using WSS4J in axis. If it's already
My apache web service is timing out when I try to
deploy it in tomcat on linux.
It will product the wsdl when you pass ?wsdl to the service but trying
to invoke any of the method result in a timeout.
I’m using axis 1_2RC2
This is the url I use that results in the time
Hello all,
I don't know how many of you have seen the example floating around about
using WSS4J in axis. If it's already been posted, them my apologies. I
thought it might be appropriate to share it here.
http://weblogs.asp.net/jdanforth/archive/2005/01/16/354060.aspx
Have a great day,
Joe
Hello, I'm new to web services and I'm having real trouble exposing an EJB
as a web service. I'm not sure whether what I'm trying to do is impossible
though, or whether I am approaching this in entirely the wrong way...
I am using Axis 1.2RC2 on Tomcat 4.1.31/Windows 2000 Professional. I am
famili
hi
please any body can send me a link or detail about whole working of
apache axis web service
well i have created some web services and deployed it successfully. and
i am able to invoke and get result back.
but i want to know the working behind it. how stub works here. how
invocation happen. the
The Axis Web Service Security page states that authenticating soap client calls is currently not integrated with the servlet API:
"Note that Axis does not yet integrate with the servlet API authentication stuff. Although the forms authentication is literally off-axis when it comes to SOAP call
hi
thanks for response
but how do they do ejb lookup and create ejb or maintain life cycle of
ejb.
it seems that we are just doing the same things as we do with other
normal java program.
no need of container..just function like normal java program.
is there any thing i misunderstood.
On Tue
No but it would be nice if the Java2WSDL tools created documentation
tags from the Javadoc. :-)
Christopher Johnson wrote:
Has anyone gotten the tag to display 'documentation' in
their wsdl?
Thanks
--
Stuart
Hallo Ioan,
I'm quite stunned by this bug! Handling multiple parameters should be a
basic functionality.
In any case, many thanks for your reply! :-)
Ciao, Dave
> -Original Message-
> From: Ioan Berbece [mailto:[EMAIL PROTECTED]
> Sent: Monday, February 07, 2005 8:50 PM
> To: [EMAIL PRO
Hello All,
We have an Axis server configured with 2 types of services:
some that are defined in server-config.wsdd and others that are defined with .JWS
files.
One of the WSDD-defined entries defines an authentication
service. If it is successful, we put an object in the session ob
Hi All,
I am using below environment
client side
ANT + Sun 1.4.2 JRE
JIBX (DE)SERIALIZERS, JIBX BINDING
AXIS 1.2 RC2 STUBS
server side
---
JIBX (DE)SERIALIZERS, JIBX BINDING
AXIS 1.2 RC2
JIBX BETA 3D
WSAD 5.1.2
WEBSPHERE 5.0 Test Environment
Basically I used WSAD 5.1.2 t
Has anyone gotten the tag to display 'documentation' in
their wsdl?
Thanks
Im writing a program I java that needs some kind of authentication with a
LDAP server. If I use a java client to connect to a serlvet by soap is it
then possible to use Tomcats Realm (JNDI) to connect to LDAP ? Or if i want
to
use that i have to "surf" into the servlet to get a pop-up window with
Hi All;
1.5 alpha has been released and can be downloaded at
http://www.apache.org/dist/ws/axis-c/
The 1.5 release is to be a major bug fixes release plus some improvements.
Improvements
The default transport was upgraded from Axis2Transport to Axis3Transport which is now a cleaner and extensib
Try looking into samples/ejb.
On Tue, 08 Feb 2005 19:02:57 +0530, Pavan Kumar Choukhada
<[EMAIL PROTECTED]> wrote:
> hi
> how to build web service for EJBs(J2EE component) using apache axis.
> can any body give me hint on this.
>
> thanking you
>
> With regards
>
> Pavan Kumar
>
> -
Hi Christian,
There are 3 types of WS Security according to WS Security
Specification. One is Authorization Token Mechanism(which is what you
need in your case), XML Encryption and XML Signatures.
Using Authorization Token, we can set the username and password in the
web service client program (
Title: Message
Hi all,
I am working on a
project that will expose a WS for B2B (u-uh buzzword here). The
server-side (our side) is Axis/Java, and the client side will be .NET (developed
by another company).
Our company already
has a security framework in place, where incoming HTTP requ
hi
how to build web service for EJBs(J2EE component) using apache axis.
can any body give me hint on this.
thanking you
With regards
Pavan Kumar
--
Netcore Solutions Pvt. Ltd.
Website: http://www.netcore.co.in
Spamtraps: http://clea
Title: Message
Could it be that your class was recompiled, and the new version is only
on one side? This is usually what ImcompatibleClassChangeException
means usually.
Try using the serialuid maybe, to
prevent this?
Cheers,
Christian Faucher
-Message d'origine-De : babloosony
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/realm-howto.html#JNDIRealm
Hi im writing a program i java that needs some kind of authentication with a
LDAP server. My question is where is the best place to put the
authentication using LDAP ? Is it possible to do it by tomcat or maybe i
shall put the authentication in my java servlet ? Anyone have some kind of
suggestion
hello friends
how do i expose servlet as web service. is there any feature in
apache
axis to expose web services for servlets.
how do in create web service for J2EE Components using apache axis.
thanking you
with regards
Pavan Kumar
-
Hi there,
I'm generating a wsdl with Axis 1.2rc2 (with parameters --style DOCUMENT
--use LITERAL) for a simple interface with a method with no parameters:
package somepackage;
public interface EmptyArgInterface
{
public int getSomething();
}
Then I import the wsdl as a new webreference in .NET,
Hi,
Take a look at the following location. Few weeks ago Jonathan gave me the
above pointer.
http://svn.apache.org/repos/asf/incubator/beehive/trunk/wsm/src/runtime/org/
apache/beehive/wsm/axis/AxisHook.java
Infact in WSDL processing for Axis2 we are trying to move towards WSM when
we are to do the
39 matches
Mail list logo