I'm working on a web service in Jade that integrates with other web services ie as a service consumer but also provides web services outwards as a service provider. Both supported by Jade quite nicely but I think I've run into a snag with the naming conventions.
The other web services have methods starting with capital letters which is ok for the consumer class but the idea with the service provider is that it will support the same names out. However with Jade only allowing methods starting with a lowercase letter and these being what is mapped out through the service provider I can't see a way of acheiving matching names.
Does anyone have any ideas around this? I think writing a web service in another language and linking in with the Jade database would provide name compatibility however if there was a solution possible within Jade that would keep things simpler.