I'm using default conf from jboss 4.0.2.

I'm trying to access a .net webservice with java classes generated with 
WSDL2Java.
I've created a simple java test class that I can run from eclipse to try the 
webservice which works.

I have a j2ee application with a service that is trying to use the java files 
generated with WSDL2Java. When I call the service from within my code, I have 
the following error on my jboss console : (NB : I've read this post and put 
jboss-net-client.jar in my server/default/lib

15:41:38,794 WARN  [EngineConfigurationFactoryFinder] Factory 
org.apache.axis.configuration.EngineConfigurationFactoryServlet Ignored: 
missing required method: public static EngineConfigurationFactory 
newFactory(Object).
15:41:38,794 WARN  [EngineConfigurationFactoryFinder] Factory 
org.apache.axis.configuration.EngineConfigurationFactoryDefault Ignored: 
missing required method: public static EngineConfigurationFactory 
newFactory(Object).
15:41:38,795 ERROR [EngineConfigurationFactoryFinder] Unable to locate a valid 
EngineConfigurationFactory


I've tried with jboss-4.0.1sp1 and I ave a different error :

2005-06-04 12:52:23,650 ERROR [org.apache.axis.AxisEngine] 
ConfigurationException:
org.apache.axis.deployment.wsdd.WSDDException: javax.xml.rpc.JAXRPCException: 
Null serializer factory specified.
javax.xml.rpc.JAXRPCException: Null serializer factory specified.
        at 
org.apache.axis.encoding.TypeMappingImpl.register(TypeMappingImpl.java:215)
        at 
org.apache.axis.encoding.TypeMappingDelegate.register(TypeMappingDelegate.java:73)
        at 
org.apache.axis.deployment.wsdd.WSDDDeployment.deployMapping(WSDDDeployment.java:290)
        at 
org.apache.axis.deployment.wsdd.WSDDDeployment.getTypeMappingRegistry(WSDDDeployment.java:446)
        at 
org.apache.axis.configuration.FileProvider.getTypeMappingRegistry(FileProvider.java:262)
        at 
org.apache.axis.AxisEngine.getTypeMappingRegistry(AxisEngine.java:348)
        at 
org.apache.axis.client.Service.getTypeMappingRegistry(Service.java:704)
        at 
org.apache.axis.client.Service.setTypeMappingVersion(Service.java:904)
...

any idea?

Thanks a lot for your answers


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880268#3880268

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880268


-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to