K
KittyHawk
I am writing an ASP.NET application to consume an Apache Axis 1.2 web
service. The service contains a single method that returns a complex type.
The SOAP response comes back as expected however I get a series of null
values for properties labeled “multiref†in the complex type. Properties not
labeled “multiref†are returned just fine. I realize that the proxy class
that I generated from wsdl.exe does not have the functionality to parse
multirefs. How can I accomplish this?
service. The service contains a single method that returns a complex type.
The SOAP response comes back as expected however I get a series of null
values for properties labeled “multiref†in the complex type. Properties not
labeled “multiref†are returned just fine. I realize that the proxy class
that I generated from wsdl.exe does not have the functionality to parse
multirefs. How can I accomplish this?