Has anyone run into an issue with reserves words for cfproperty names?

 

 

I am creating a web service which i want to be able to pass in a
username/password.  I have added in a cfproperty with the name of "username"
and another named "password" though i am getting an exception when those
names are used.  Below is the error i am getting....

 

 

    10. public class JobConfiguratorServiceLocator extends
org.apache.axis.client.Service implements
jobconfigurator.JobConfiguratorService {

 
^---------------------------------------------------------------------------
-----------------------------------------^

*** Semantic Error: The checked exception "RemoteException" is not
assignable to any exception in the throws clause of the accessible method
"void setUsername(java.lang.String $1);" declared in type
"org.apache.axis.client.Stub".

 

 

Can you not have username/password as properties of a web service?  I am
pretty sure i have been able to use them for normal cfc use but i am getting
this error when using them as a web service.

 

The WSDL loads up fine also so there is no issue there.  Only issue is when
trying to access  the web service and actually use it.

 

 

Steve

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.

Reply via email to