You need to sign in to do that
Don't have an account?

WSDL Parsing Error
Hello i can parse this xml in salesforce i need to use this wsdl can any one help .
http://api.clickatell.com/soap/webservice.php?wsdl
Thanks in advance !!!
You need to sign in to do that
Don't have an account?
Hello i can parse this xml in salesforce i need to use this wsdl can any one help .
http://api.clickatell.com/soap/webservice.php?wsdl
Thanks in advance !!!
This is an rpc/encoded style service, these are not supported by wsdl2apex. If you need to call this, then you'll need to use the lower level http and xml libraries directly.
All Answers
I tried to generate WSDL but I guess service is not up.
This is an rpc/encoded style service, these are not supported by wsdl2apex. If you need to call this, then you'll need to use the lower level http and xml libraries directly.
but how i can't understand please help me.
Thanks