The spec case is slightly different as the syntax is
namespace#wsdl.xxx(...). We know the # before wsdl.xxx(...) is the
delimiter.
Thanks,
Raymond
----- Original Message -----
From: "Simon Laws" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Thursday, November 15, 2007 10:17 AM
Subject: Re: Change the syntax for qname in
META-INF/services/org.apache.tuscany.sca.contribution.processor.StAXArtifactProcessor
On Nov 15, 2007 5:38 PM, Raymond Feng <[EMAIL PROTECTED]> wrote:
Hi,
The StAXArtifactProcessor extension point currently uses the
"namespace#localPart" syntax for the qname attribute in the service
registration file
(META-INF/services/org.apache.tuscany.sca.contribution.processor.StAXArtifactProcessor).
I propose that we change the syntax to be "{namespace}localPart" for two
reasons:
1) {namespace}localPart is the format produced by QName.toString()
2) # is valid character for namespace, using # as the delimiter could
lead
to conflict.
If there is no objections, I will make the changes.
Thanks,
Raymond
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Hi Raymond
Isn't there a problem then with wsdlElement="
http://helloworld#wsdl.port(HelloWorldService/HelloWorldSoapPort)"?
Simon
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]