Just to continue on the interesting SUN vs Axis thread. Do you know if
WebLogic 7 JAX-RPC is built on Axis (WebLogic 6.1 was using Apache
SOAP...) ?
Any plan to publish an aplha 4 or beta 1 of Axis in the near future ? It
seems that the nightly builds have fixed a lot of problems since alpha
Thanks Pankaj for your response!
How do you check the socket to ensure the connection is still valid? Can
you access the socket that is constructed and query it to ensure it is not
broken (other application terminated)? I would like to periodically poll
the socket or connection object or whatev
Yes. This is very much possible and I have done it.
I am in the process of creating a document for the steps and sample scripts.
Essentially, this is what you need to do:
1. Install JSSE from Sun if you are using JDK 1.2x or 1.3.x. Not required
for JDK1.4.0
2. Generate keystore and certificates
Hi,
I would like to write an Axis SOAP client that
connects to a service using HTTPS, maintains a persistent SSL connection
and can tell if the connection is broken. I would like the client and
service to be able to identify a broken connection. Is this possible using
Axis? I'm currentl
This is a good thread. +1 for Oliver's comments.
In particular, the "extensible" nature of AXIS might very well make it the
default Container for Web Services for a lot of Web services products built
on top of it. I wouldnt be surprised if the next breed of WS companies take
AXIS as the base and
Quite the opposite -- it rather seems that Axis is emerging
as the standard Java web service container, with support for
Sun's JAX-RPC API.
To me, it seems more like Axis is starting to become to
web services (and JAX-RPC) what Tomcat is today for JSP &
servlets -- the reference implementation.
Axis and Sun seem to be going in different directions, seems to me, when it
comes to Web Services. A Web Service developer must choose one or the
other. I hate to see the Java world bifurcate like this. (I guess Sun
prolly has a speech somewhere called, "The Evil Axis")
Comments?
Len,
DeserializationContext is in axis.jar. If you didn't get that as part of your
download, then, yes, I'd say you are missing something ;-)
Steve Gollery
[EMAIL PROTECTED]
"DiMaggio, Len" wrote:
> Hi everyone,
>
>I'm missing something basic in trying to get Step 5 in the install guide
>
Are you using the latest axis code.
A soap-enc:Map should automatically be deserialized into a HashMap.
Let me know if you continue to have problems.
Rich Scheuerle
XML & Web Services Development
512-838-5115 (IBM TL 678-5115)
Could you send me the wsld generated from the classes and the wsdl
generated from ?wsdl.
Are you using the latest axis code?
Also send me your deploy.wsdd file and the java class that implements the
service.
Rich Scheuerle
XML & Web Services Development
512-838-5115 (IBM TL 678-5115)
Title: RE: array serialization problem (user error ?)
The wsdl is from a deployed axis service. Sorry, I guess I didn't make that part clear before. The problem isn't with the axis stubs (like I said before, .NET stubs fail too), it's with the axis service. I've attached as much of the source
I agree with you in principal. The reason for the odd behavior (looking at
the class of the List elements) may be due to historical inadequacies. I
will change to the code once the doc literal stuff is more stable.
(Perhaps Friday). I want to make sure that there are no dependencies on
the exi
I took a serious look your ServiceOne.wsdl document, and it doesn't appear
to match your response files.
Here's a snippet of the response file:
http://output.getOrderData.ServiceOne.serviceone";
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/";>
<_Record href="#id2"/>
<_Re
I am trying to deserialize a bean which has a Map as a member.
//
import java.util.Map;
public class Order
{
private String customerName;
private Map m;
public String getCustomerName() { return customerName; }
public void setCustomerName(String name) { customerName = name; }
Hi everyone,
I'm missing something basic in trying to get Step 5 in the install guide
to run. I'm seeing this exception:
Exception in thread "main" java.lang.NoSuchMethodError
at
org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext
.java:204)
I can't find t
You're using document/literal encoding (according to WSDL). The work is in
progress on the Axis client to support this.
Just change your ASP.NET app to use SOAP-ENC instead of document/literal.
Here is how:
[System.Web.Services.Protocols.SoapRpcService]
public class MyService : System.Web.Service
David,
It sounds that you only have an issue client side ...not server side like Gus and I have
If you have time could you describe your BEA enviromnent ?
did you add Axis jar files to the classpath in the startWebLogic.cmd ?
How did you deploy axis ?
thanks for your answer.
herve
*
I am having the same problem u r Gus...something got screwed up in the
nightly build WSDL generation I thinklooking into it right now.
Gus Delgado
Hi,
Is there a target date for the beta release?
Thx,
-- Oliver
Thanks David I fixed that problem by getting the latest jar from cvs now
I'm getting the:
White space is required between the public identifier and the system
identifier. on the client site
and on the server side the same error Herve is getting
NullPointerException
at java.io.File.(File.java:180)
I'm not familiar enough with Schema to know if this is a workaround for
WSDL2Java or a problem with my Schema, but stepping through the code and
a bit of experimentation, I found that wrapping the with
worked for me. e.g.
In my case, I had a complex
With the latest nighty build 022802, I got this issue below
-samples,/axis-samples)] Servlet failed with Exceptionjava.lang.NullPointerException at java.io.File.(File.java:180) at org.apache.axis.server.DefaultAxisServerFactory.getServer(Unknown Source)
I'm running BEA/Axis on Wi
That occurred from a ClassLoader error in the commons-logging.jar.
I was able to get around the problem by getting the latest
commons-loggin.jar v1.2 from axis cvs
Well I got the same error with nightybuild 022502 !!
it sounds something is wrong in my configuration !!!???
Need to know from people who succeeded running BEA WL6.1 how they configure/axis integrate with this app server .
herve
- Unknown Exception:org.apache.axis.ConfigurationException: java.la
Ramanathan...
I tried it, and also got an exception (below). It would appear that you
cannot deploy messaging service with jws.
Stan
I used nightly download Feb 22.
Method not found
Method name = e1
Service name = null
at org.apache.axis.message.SOAPF
I've been banging my head against the post here trying to consume a web
service that's been exposed for our use. However, when I try to generate
the client code from the WSDL I get the portType interface, the server-side
portType interface, and the client-side stub but none of the complex type
Herve,
>But I still getting the following error when I run "Start server" from the
browserusing nighty build 022602
The fix and improved diagnostics [1] were in last night's build [2], so you
are not running with them!
Glyn
[1] http://marc.theaimsgroup.com/?l=axis-dev&m=101483001931003&w=
I just tried that version and I keep getting an error:
Servlet failed with Exception
java.lang.ExceptionInInitializerError:
org.apache.commons.logging.LogConfigurationException:
org.apache.commons.logging.LogConfigurationException: No suitable Log
constructor
at
org.apache.commons.logging
Hello David,
Could you describe your approach to set Axis with BEA WL 6.1 ?
Did you replace the weblogic parser :
weblogic.apache.xerces.jaxp.DocumentBuilderFactoryImpl ??
Did you deploy Axis as a WAR file or just configure your DefaultWebApp directory ?
If you could give some informations about
Hello Glyn,
Thanks for your insight.
But I still getting the following error when I run "Start server" from the browserusing nighty build 022602
- Exception:org.apache.axis.ConfigurationException: java.lang.NullPointerException: name at org.apache.axis.configuration.FileProvider.confi
I am using Weblogic 6.1 and this problem doesn't occur IF I use the
nightly-build as of 2/25/2002.
You might try that.
Good Luck,
David Cole
"Glyn No
Can anybody provide an example or point to a right place.
I would like to get an accesss (read/write) to a Soap envelope elements
(f.e., Header, Fault) in a deployed service Java class.
Does Axis provide an API to do it.
Any help is greatly appreciated.
Gary Rosenfeld
Computer Associates
Soft
Hi,
I am trying to use axis messaging as JWS service (i.e drop-in service). I
dropped the MessageService.java as MessageService.jws in the webapps/axis/
directory in tomcat. I modified the URL in testMessage.java to point to
"http://localhost:8080/axis/MessageService.jws";. But when I execute
"t
HI!
You can optimize tt-bytecode by caching the BCClass in the calling method (please find
attached the modified benchmark program), but still bcel is twice as fast.
Regards,
Thomas
> -Original Message-
> From: Thomas Börkel
> Sent: Mittwoch, 27. Februar 2002 17:41
> To: [EMAIL PROT
Great! With the latest nighly build (02-27-2002) the junit tasks
in ant are back working !!!
Thanks a lot!
Oliver
NEU: NZZ finfox, personal finance, die finanz- und
vermögensplanung für private http://finfox.nzz.ch
ECOFIN Research and Consulting AG
Neumuensterallee 6
CH-8032 Zuerich
+41 1 389
Herve,
Believe it or not, I think you got further, at least on the server side.
The problem you are seeing seems to be caused by an attachments directory
property not being set. If you want to keep trying, you could set a system
property axis.attachments.Directory to a suitable directory.
Other
There are two engine configuration files: one for the client-side engine by
default called client-config.wsdd and one for the server-side engine by
default called server-config.wsdd. It looks like the client-side file is
missing. Try comparing the use of the file between your working and failing
s
Hi there,
I've a question for you.
I'm fighting with wsdl and complex type.
Once I succesfully deploy a service I can get the wsdl description
direcly from the URL:
http://localhost:/axis/services/?wsdl . That's fine,
I can get the wsdl descripton.
Since the service makes use of java beans as i/
38 matches
Mail list logo