[EMAIL PROTECTED] wrote:
Jean-sebastien,
Qualified = target namespace?or wsdl name?

Say my wsdl is named aaa.wsdl do I reference it by http://aaa ?
Sorry for the slow response.  I have been out sick for the last few days.

The following definitely works.  Other things might work as well, but
I haven't tried them.

The filename can be anything.wsdl as Sebastien says.  (The "anything"
part isn't used by Tuscany.)  When you reference the WSDL in your
.composite using
  <interface.wsdl interface="mynamespace#wsdl.interface(myporttype)" />
you need to replace mynamespace and myporttype in the above line to
correspond with the actual QName of the portType as defined in your
.wsdl file.

  Simon

Thx clemens
-----Original Message-----
From: "Jean-Sebastien Delfino" <[EMAIL PROTECTED]>
To: [email protected]
Sent: 2/11/08 6:33 PM
Subject: Re: Tuscany: Axis2 codegen bug? - java interface exposed as service, 
annoted with javax.xml.ws.RequestWrapper(...) is not honoring the namespace

Clemens Utschig - Utschig wrote:
shouldn't an <include> do it, so that I could potentially store the wsdl 
anywhere ..

I'll try that later today - thx for the advise..


You don't even need an include, just place the WSDL file anywhere inside
your SCA contribution (JAR or folder), reference its qualified name from
your .composite and we should find it.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to