Return-Path: Delivered-To: apmail-ws-general-archive@www.apache.org Received: (qmail 88988 invoked from network); 26 Sep 2007 14:21:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Sep 2007 14:21:42 -0000 Received: (qmail 7181 invoked by uid 500); 26 Sep 2007 14:21:22 -0000 Delivered-To: apmail-ws-general-archive@ws.apache.org Received: (qmail 6724 invoked by uid 500); 26 Sep 2007 14:21:20 -0000 Mailing-List: contact general-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: general@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list general@ws.apache.org Received: (qmail 6671 invoked by uid 99); 26 Sep 2007 14:21:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Sep 2007 07:21:20 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,HTTP_ESCAPED_HOST,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of cteixeira@mercador.com designates 200.213.14.130 as permitted sender) Received: from [200.213.14.130] (HELO menina.mercador.local) (200.213.14.130) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Sep 2007 14:21:21 +0000 X-MimeOLE: Produced By Microsoft Exchange V6.5.6944.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C80048.5DB22D24" Subject: Create a WS from file in ServiceFactory Date: Wed, 26 Sep 2007 11:20:18 -0300 Message-ID: <76301D78F3582240B434DE3DFD72C79B0245C8@menina.mercador.local> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Create a WS from file in ServiceFactory Thread-Index: AcgASFvs83XcGCASQq6VU/LyReueIA== From: =?iso-8859-1?Q?Christian_Chit=E3o_Teixeira?= To: X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01C80048.5DB22D24 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hey there... =20 I have a problem.. I'm creating a WS like this: javax.xml.rpc.ServiceFactory factory =3D ServiceFactory.newInstance(); javax.xml.rpc.Service service =3D factory.createService(wsdlUrl, = serviceName); My problem is that I need this wsdlURL to be a file, not a ulr like = "http://etc etc... " Creating the file than using File.getURL() not working... Not able to find it out how... Is it possible? Anyone? Thanks, Christian ------_=_NextPart_001_01C80048.5DB22D24 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hey=20 there...
 
I have = a problem..=20 I'm creating a WS  like=20 this:

javax.xml.rpc.ServiceFactory = factory =3D=20 ServiceFactory.newInstance();

javax.xml.rpc.Service=20 service =3D factory.createService(wsdlUrl, serviceName);

My = problem is that I=20 need this wsdlURL to be a file, not a ulr like "http://etc etc..."

Creating = the file than=20 using File.getURL() not working...

Not able to find it out how...=20 Is it possible?

Anyone?

Thanks,

Christian

------_=_NextPart_001_01C80048.5DB22D24--