attache the testcase with interface.wsdl to my original jira (TUSCANY-2033)
it contains all the src + a couple libs to be able to compile it, and fixed versions of my other jiras. thx -----Original Message----- From: Simon Nash [mailto:[EMAIL PROTECTED] Sent: Monday, February 18, 2008 5:39 AM To: [email protected] 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: > simon - the testcase is quite large - especially the server side to it - as > it contains oracle SDO / adfbc libs .. > > if you tell me where to go debugging, I am happy to help.. > Sorry that my request was not clear. Please can you post the client side only, including the Java code, .wsdl file and .composite file that you are using. I would like to see the exact files you are using as this often gives the vital clue that doesn't come out when talking about things. I'm not expecting to run your code "as is" but I might adapt it so it can run with a "mocked up" server side that I would create. Simon > /clemens > > -----Original Message----- > From: Simon Nash [mailto:[EMAIL PROTECTED] > Sent: Saturday, February 16, 2008 7:13 AM > To: [email protected] > 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: >> I got the "dynamic" wsdl import to work, thx guys - >> however, the wrong namespace is still sent out to the webservice and hence >> causes the error reported. >> > Please can you open a JIRA and attach a complete test case including > the Java code, .wsdl file and .composite file that you are using. > This will allow me to recreate and debug the problem. > > Simon > >> /clemens >> >> -----Original Message----- >> From: Simon Nash [mailto:[EMAIL PROTECTED] >> Sent: Friday, February 15, 2008 12:58 PM >> To: [email protected] >> Subject: Re: Tuscany: Axis2 codegen bug? - java interface exposed as >> service, annoted with javax.xml.ws.RequestWrapper(...) is not honoring >> the namespace >> >> >> [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] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
