Re: Can methods in a service be overloaded

2003-08-20 Thread Jim Murphy
hunk of software and likely to fall through the cracks. Jeff - Original Message - From: Jim Murphy [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 19, 2003 12:01 PM Subject: Re: Can methods in a service be overloaded You can do that but the WSDL generated will not conform

Re: Can methods in a service be overloaded

2003-08-20 Thread James Black
[EMAIL PROTECTED] wrote: yap i am quite agree that it better to keep away from overloaded methods ... I have wirte overloaded methods and send them wrong requests ... e.g. send three parameters to method expect two vise-versa .. Some time they work ... (when they shuld fail..) depend on the

Re: Can methods in a service be overloaded

2003-08-20 Thread hemapani
Hi james .. sure you can ...you can check input in the serivice and send error.. But with overloaded method you are adding another conceran to ur lap .. The webservices (To me at least ) is not take a class (java or C) and publish it. you do not want everything. To me overloaded method is

Re: Can methods in a service be overloaded

2003-08-19 Thread Jeff Greif
just a small part of a pretty substantial hunk of software and likely to fall through the cracks. Jeff - Original Message - From: Jim Murphy [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 19, 2003 12:01 PM Subject: Re: Can methods in a service be overloaded You can do

Re: Can methods in a service be overloaded

2003-08-19 Thread hemapani
Message - From: Jim Murphy [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 19, 2003 12:01 PM Subject: Re: Can methods in a service be overloaded You can do that but the WSDL generated will not conform to the WS-I Basic Profile[1], specifically R2304. Regards Jim