Hi all,
I am having trouble using the C# proxy I generated from the WSDL I got from Axis 1.0
for my JavaBean-based web service. On the wiki, it is stated that JavaBeans can be
accessed via .Net. Does anyone have an example of this? When I try to access the web
service using the generated proxy, the request works just fine, but the response
cannot be parsed correctly by the proxy, which throws a
System.InvalidOperationException.
After searching the mailing list, I see that this is perhaps a common problem, but I
am unable to find a solution. If anyone has an example laying around, or even any
good ideas on where the problem may lie, I'd love to hear it.
Thanks,
Matt ([EMAIL PROTECTED])