[xgws-dev] CVS Update: codes/xsul/java/modules/msg_box/xsul/msg_box

Aleksander Andrzej Slominski xgws-dev_at_extreme.indiana.edu
Tue Sep 26 17:03:01 2006


aslom       06/09/26 17:02:02

  Modified:    xsul/java/modules/msg_box/xsul/msg_box msgbox.wsdl
  Log:
  added actions to WSDL (looks like thaat is it)
  
  Revision  Changes    Path
  1.2       +3 -3      codes/xsul/java/modules/msg_box/xsul/msg_box/msgbox.wsdl
  
  Index: msgbox.wsdl
  ===================================================================
  RCS file: /l/extreme/cvs/codes/xsul/java/modules/msg_box/xsul/msg_box/msgbox.wsdl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -t -w -r1.1 -r1.2
  --- msgbox.wsdl	26 Sep 2006 20:56:19 -0000	1.1
  +++ msgbox.wsdl	26 Sep 2006 21:02:02 -0000	1.2
  @@ -96,7 +96,7 @@
     <wsdl:binding name="MsgBoxSoapBinding" type="impl:MsgBoxPT">
       <wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
       <wsdl:operation name="createMsgBox">
  -      <wsdlsoap:operation soapAction=""/>
  +      <wsdlsoap:operation soapAction="http://www.extreme.indiana.edu/xgws/msgbox/2004/createMsgBox"/>
         <wsdl:input name="createMsgBoxRequest">
           <wsdlsoap:body use="literal"/>
         </wsdl:input>
  @@ -105,7 +105,7 @@
         </wsdl:output>
       </wsdl:operation>
       <wsdl:operation name="destroyMsgBox">
  -      <wsdlsoap:operation soapAction=""/>
  +      <wsdlsoap:operation soapAction="http://www.extreme.indiana.edu/xgws/msgbox/2004/destroyMsgBox"/>
         <wsdl:input name="destroyMsgBoxRequest">
           <wsdlsoap:body use="literal"/>
         </wsdl:input>
  @@ -114,7 +114,7 @@
         </wsdl:output>
       </wsdl:operation>
       <wsdl:operation name="takeMessages">
  -      <wsdlsoap:operation soapAction=""/>
  +      <wsdlsoap:operation soapAction="http://www.extreme.indiana.edu/xgws/msgbox/2004/takeMessages"/>
         <wsdl:input name="takeMessagesRequest">
           <wsdlsoap:body use="literal"/>
         </wsdl:input>