This is working fine for me with secure web services in WO 5.2 and WO 5.3. It would help to see the exception you're getting. Is the web service you're consuming deployed using WO?

Cheers,
- Hugi


On 24.1.2006, at 22:42, Randy Wigginton wrote:

Hopefully this is an easy question. I'm trying to initialize a WOWebService from a url. The code is essentially a direct copy from Calculator_client:
        URL url;
        try {
            url = new URL(address);
        }
        catch (MalformedURLException e) {
            url = null;
        }

        // Get a service-client object.
        service_client = new WOWebServiceClient(url);

The only thing interesting is that I am trying to initialize it from a secure url (https)

The url object appears to be just fine.

Does WOWebService not support the secure protocol?
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/hugi%40vefsyn.is

This email sent to [EMAIL PROTECTED]

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to