This is something I don't understand  - I have two services published each
with one method. Two separate classes.
But, no matter which call I make, only one of the operation is being called.

Here is the descriptor :
<service name="ComInfo" provider="java:MSG"  >
  <namespace>http://xml.apache.org/axis/wsdd/</namespace>
  <parameter name="allowedMethods" value="getStatus"/>
  <parameter name="enableRemoteAdmin" value="false"/>
  <parameter name="className" value="com.merck.fst.webservice.ComInfo"/>
  <parameter name="allowedRoles" value="user3"/>
  <requestFlow type="checks"/>
 </service>

<service name="CloseService" provider="java:MSG"  >
  <namespace>http://xml.apache.org/axis/wsdd/</namespace>
  <parameter name="allowedMethods" value="getCloseStatus"/>
  <parameter name="enableRemoteAdmin" value="false"/>
  <parameter name="className"
value="com.merck.fst.webservice.CloseService"/>
  <parameter name="allowedRoles" value="user3"/>
  <requestFlow type="checks"/>
 </service>

The WSLD looks fine.

Here is the call:
http://apache13site.merck.com/learnnet/services/ComInfo?method=getStatus&cou
rse_cd=518&session_cd=1&isid=19675

http://apache13site.merck.com/learnnet/services/ComInfo?method=getCloseStatu
s&course_cd=518&session_cd=1&isid=19675

Both the time only getStatus is being called.

Any clue...

Thanks,
Kumar


------------------------------------------------------------------------------
Notice:  This e-mail message, together with any attachments, contains information of 
Merck & Co., Inc. (One Merck Drive, Whitehouse Station, New Jersey, USA 08889), and/or 
its affiliates (which may be known outside the United States as Merck Frosst, Merck 
Sharp & Dohme or MSD and in Japan, as Banyu) that may be confidential, proprietary 
copyrighted and/or legally privileged. It is intended solely for the use of the 
individual or entity named on this message.  If you are not the intended recipient, 
and have received this message in error, please notify us immediately by reply e-mail 
and then delete it from your system.
------------------------------------------------------------------------------

Reply via email to