Thanks for your help. When I do so, I receive an error stating
that
String[] is expected.
In a message dated 7/15/2004 1:30:39 PM Eastern Standard Time,
[EMAIL PROTECTED] writes:
James,Instead of casting the results right away to String[],
try setting theresults to Object or Object[] an
James,
Instead of casting the results right away to String[], try setting the
results to Object or Object[] and then doing a getClass on that object to
see what the run-time class is. Knowing what the runtime class is may give
you insights into what the service is returning and what your client mu
Changing the WSDL from Document to Wrapped does not help eliminate the
ClassCastException
Does anybody have any ideas what could be bugging this program?
In a message dated 7/15/2004 12:49:06 PM Eastern Standard Time,
[EMAIL PROTECTED] writes:
I think
you should be okay, but I am in th