Recieving complex classes in soap Opera

Manu Chhabra chhabra at ipsi.fraunhofer.de
Thu Jul 11 12:16:41 UTC 2002


I was trying to access a service by www.geographynetworks.com 
(http://www.geographynetwork.com/services/placefinder/index.html) using the soap client functionality in soap Opera.

The returned message contained a class type Location
Location{
double x;
double y;
String des1;
String des2;
Envelope envl;
}

The soap message I recieve from the server is correct but the returnValue of the message is nil.
is it due to the fact that soapOpera presently does not support complex types?.
Is there way out to recieve the message as a Location class.
Any insight would be welcome.
sincerely
Manu Chhabra

PS:I am new to smalltalk and squeak !!!!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20020711/90f9383d/attachment.htm


More information about the Squeak-dev mailing list