Web Service Method Names - Case Sensitivity

Forums for specific tips, techniques and example code
ChrisClark
Posts: 11
Joined: Tue Apr 20, 2010 8:14 pm

Web Service Method Names - Case Sensitivity

Postby ChrisClark » Thu Jul 08, 2010 10:53 am

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.

ChrisClark
Posts: 11
Joined: Tue Apr 20, 2010 8:14 pm

Re: Web Service Method Names - Case Sensitivity

Postby ChrisClark » Thu Jul 08, 2010 11:34 am

We have considered trying to catch the incoming request before it was attempted to be processed and if possible rename the method name in the request to be compatible case but the exception appears to be thrown before it gets near the actual web service provider in a non-accessible WebApplication class.


Return to “Tips and Techniques”

Who is online

Users browsing this forum: No registered users and 8 guests