Web Service Timeout property link error
Web Service Timeout property link error
- Subject: Web Service Timeout property link error
- From: Michael Ruark <email@hidden>
- Date: Tue, 10 Feb 2004 11:14:42 -0600
Greetings,
I'm attempting to set the time out property for a web services
invocation (SOAP) using the following line:
WSMethodInvocationSetProperty(_soapCall,
kWSMethodInvocationTimeoutValue, myTimeoutValue);
However, when I do this I get a link error stating that
kWSMethodInvocationTimeoutValue is undefined. I need to specify a
timeout for a soap invocation so that I can handle the case where a
connection failure occurs during the call.
The kWSMethodInvocationTimeoutValue property is defined as:
extern CFStringRef kWSMethodInvocationTimeoutValue;
I've also tried defining it myself (in my base source file for the
invocation) and initializing with the NSObject initialize class method
but I get a selector not recognized message in the console during run
time.
Has anyone had a similar problem? solution? ideas?
Note: I'm building against the 10.2.7 SDK using xcode - cocoa
application, building on 10.3.
Thanks in advance for any help.
Mike
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.