Problem receiving data back from a web service

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?QmlsbCBC?=

    #1

    Problem receiving data back from a web service

    I am having a problem where no data is being returned from an Axis web
    service. I can invoke the service just fine and it does not give any errors,
    but the data objects do not hold any data. If I perform a TCP Trace I can
    see the data in the trace window but the value of the object is set to
    "Nothing". I don't know if it is related, but in addition, I have noticed
    that when I view the wsdl file in the .Net environment, it tells me that the
    element is not declared. Other simpler methods work ok, but this one is
    returning multiple objects and each object is an array of other objects. I
    have read other posts about possible namespace issues or the web service
    needing to be 'wrapped', however, I am not really sure just what to be
    looking for to determine if I have a namespace issue or not.

    Thanks.

Working...