Raghavan,
web services in Axis2 are based on xml data transfer. Value objects are
nothing but beans in the Java world, and I'm sure .NET has an equivalent
class structure to accommodate this. The idea is to produce the wsdl
file and give that to .NET so that it can produce the required classes
for the client. (It used to use a program called wsdl.exe, but not sure
what it does these days). So, that reduces the interoperability issue to
making sure your wsdl file is perfect. Then you will have few issues
between Java and .NET.
-jeff
 
  _____  

From: raghavan [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, August 28, 2007 12:43 AM
To: axis-user@ws.apache.org
Subject: Axis Web service and .NET compact framework client
Importance: High


        Hi,
         
        I'm a newbie trying to create a web service using Apache Axis 2
version 1.3
        I have created a web service which returns an OMElement.
        Now what is the equivalent data type in .NET compact framework
for OMElement, so that I can parse the xml object?
         
        Also, is it possible for me to return "value objects" from my
web service rather than a XML object? If so how is it done?
        One thing to note is my client will be a .NET client.
        Any help is appreciated.
         
        Thanks in advance,
        Raghavan.V.
        This email and any files transmitted with it are confidential
and intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager. This message contains confidential information and
is intended only for the individual named. If you are not the named
addressee you should not disseminate, distribute or copy this e-mail. 

Reply via email to