Hi,

I created a Hello World web service and deployed it on JBoss 4.0.1sp1. This web 
service only has one method which prints a Hello world message. I created Java 
clients and they succeeded to consume this service. But when I use a .NET 
client to try to invoke the method, it always failed. The Java client, .NET 
client and the JBoss server are on the same machine. The service was created 
following the JBoss AS documentation Chapter 12. 

When my .NET client tries to invoke the method, I always got a 500 error saying 
"The server encountered an internal error () that prevented it from fulfilling 
this request. "

The exception stack starts with
java.lang.NullPointerException
org.apache.axis.encoding.DeserializationContextImpl.getTypeMapping.....
org.apache.axis.encoding.DeserializationContextImpl.getDeserializer.....
.....

Any help would be greatly appreciated. Thanks.

Arthur

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073434
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to