realbasic-nug
[Top] [All Lists]

SOAPMethod.LoadWSDLFromURL

To: realbasic-nug at lists dot realsoftware dot com
Subject: SOAPMethod.LoadWSDLFromURL
From: "Jim Dossey" <jim dot dossey at gmail dot com>
Date: Wed, 28 Jun 2006 21:01:51 -0400
Delivered-to: listarchive at realsoftware dot com
Delivered-to: realbasic-nug at lists dot realsoftware dot com
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=OsqjS/3QgWH7KlePlI9skuY+Xx6Lbb9SS7mUHcwbIoeCbz5/f2vwjL1XfvztZ0Sp2ApjezGxCMkcFFRdSGtuXOkMTKd3LNQcclipw2eYOIOOmtRodHx200wy3/fkjiv36dLoA8CWn7hDlf8MJWYnudhrsuJxfxY5ZPuSEb40e4U=
Is is possible to use the LoadWSDLFromURL method to load a WSDL file from
the local harddrive?  I've tried the following:

Dim sm As SOAPMethod
sm = new SOAPMethod
sm.LoadWSDLFromURL  "file:///c:/temp/mywsdlfile.wsdl"

But that causes a SOAPException.  Is this possible, and what am I doing
wrong?

Or even better would be to just include the WSDL file in the RB project and
load it directly.

This is in Windows XP, RB 2006R1.

TIA
Jim Dossey
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>


<Prev in Thread] Current Thread [Next in Thread>