check server connectivity using Soap non-wsdl mode ?

Discussion of testing theory and practice, including methodologies (such as TDD, BDD, DDD, Agile, XP) and software - anything to do with testing goes here. (Formerly "The Testing Side of Development")

Moderator: General Moderators

Post Reply
ramamneh
Forum Newbie
Posts: 1
Joined: Sat Jan 09, 2010 11:18 am

check server connectivity using Soap non-wsdl mode ?

Post by ramamneh »

Hello ,

is there any way to check if the server is down without sending any request in soap non-wsdl mode .. ?
i notice that the soap connect function always returns soap client object even if the server is down then after submitting my request i get null .

is there any option i have to enable or if there is any soap function i might call to check that .

....

note that i can check the server using socket and other functions but i believe that the soap client library must handled this issue .
Post Reply