0 Replies Latest reply on Aug 11, 2010 8:53 AM by vanitha1

    Interoperabilty of jboss axis webservices with .net client

    vanitha1

      Hi,

       

      We have developed web services using axis1.4 and jboss 4.2.2 GA, and that will return java object as a return parameter.

      when we access that service method from .net client , we could not able to get the values instead it is giving null values.

      If we return primitive types like string/int/boolean it will work fine, proble is only with returning java object.

      same service we could able to call and receive values from java client but from .net client

       

      Can anyone tried before sending java object as return parameter through webservice and accessed it from .net client.

       

      Please let me know if you have any idea on why it is not working through .net client