sir
can anybody plz help me

i can't understand the working of gSOAP
now i'm using another service

http://www.nanonull.com/TimeService/TimeService.asmx?WSDL

what i'm doin' is generate header file manually :
int s0_getCityTime(char *city,struct s0_getCityTimeResponse{char
*getCityTimeResult;} *r);

then in code i'm giving followin namespace table

struct Namespace namespaces[] =
{ 

{"SOAP-ENV", "http://schemas.xmlsoap.org/soap/envelope/";, 
"http://www.w3.org/*/soap-envelope"},
{"SOAP-ENC", "http://schemas.xmlsoap.org/soap/encoding/";, 
"http://www.w3.org/*/soap-encoding"},
{"xsi", "http://www.w3.org/2001/XMLSchema-instance";, 
"http://www.w3.org/*/XMLSchema-instance"},
{"xsd", "http://www.w3.org/2001/XMLSchema";, "http://www.w3.org/*/XMLSchema"},
{"s0", "http://www.NanoNull.com/TimeService/"},
{NULL, NULL}
};

and using the call

rc = soap_call_s0_getCityTime(soap, 
"http://www.nanonull.com/TimeService/TimeService.asmx";, 
"http://www.Nanonull.com/TimeService/getCityTime";, "NewYork", &Result);

also i've noticed that the soapClient.c generated for BabelFish has tns ":" BabelFish 
(i.e colon) at line 26,34,46
but the soapClient.c generated for my header file contains s0 "-" getCityName (i.e 
hyphen)
plz help  
 





-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to