For your information, I found the error myself. It was a bit tricky, and
not obvious. The xmlparserv2.jar shipped with oc4j9.0.4 was a newer
version than the one from oc4j9.0.3. Changing the new one, with the one
from oc4j9.0.3 solved the problem.
Thomas
>
> In a project we are using the OC4J an
Hi Bill and Tony,
Thanks for your responses!!! At last, I found the
problem and I thought i can share my
experience with you folks.
In my last
mail, I said I was using a simple hello world service. But the fact is
that the service was also having a handler:)
The service
contains a ha
Hi All,
I am facing a problem with the Axis deployment. Things are working fine
on my production machine. I want to do a similar setup on of the other
machines. I am getting this error
org.apache.axis.InternalException: java.lang.Exception: The
OperationDesc for was not synchronized to a method
c
Hi there,
Have you played around with service scope? Perhaps if your Service is stateless then set the scope to "Application" to reduce the amount of the object creation. By default Axis set the scope to "Request" which cause the object creation to increase. Of course I am not sure if this is roo
Matthew,
We have discovered that java2WSDL ant task has problem with nested complex types. It does not create proper WSDL.If the generated WSDL still doesn't have proper definition for your nested complex type, then you can create a dummy operation in your service interface as follow:
MyNestedC
Hi ,
I have an enum class with base
value of int , I follow the
Axis (JAX-RPC) Enum rules , but still can’t get enum
on the
generated WSDL ,
I have those methods :
public Integer getValue()
public static AssetFormat fromString(String
source)
public static AssetFormat fr
Hello,
I apologize for the repost, but my original post never received a response.
Here's my question:
I am having some trouble using the Java2WSDL emitter with Axis 1.2 alpha,
and I am hoping someone could offer me some help. I am new to web services,
and to Apache Axis as well.
I deployed my
Ayyappan,
I can't shed any light on this issue because I'm using JBoss, but I certainly
wouldn't mind trying out your test on my JBoss (Jetty)/Linux configuration. If you're
interested, send me a copy of your server and client and I'll let you know the results.
Bill Heitzeg.
-Origi