Changeset 3228

Show
Ignore:
Timestamp:
03/11/11 23:51:54
Author:
douglm
Message:

Changes for CalWS soap

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/config/bwbuild/jboss-postgresql/cal.options.xml

    r3203 r3228  
    747747          <!-- Comment out or delete for no web calendar service --> 
    748748          <webcalServiceURI>/webcal</webcalServiceURI> 
     749 
     750          <!-- Comment out or delete for soap web service --> 
     751          <calSoapWsURI>/calws-soap</calSoapWsURI> 
    749752        </Usercaldav> 
    750753 
     
    901904               localhost may be good enough  
    902905          --> 
    903           <exchangeWSDLURI>http://localhost:8080/exchange/Services.wsdl</exchangeWSDLURI> 
     906          <exchangeWSDLURI>http://localhost:8080/wsdls/exchange/Services.wsdl</exchangeWSDLURI> 
    904907 
    905908          <!-- location of the WSDL for the remote web service --> 
    906           <remoteWSDLURI>http://localhost:8080/exchange/wssvc.wsdl</remoteWSDLURI> 
     909          <remoteWSDLURI>http://localhost:8080/wsdls/exsynch/wssvc.wsdl</remoteWSDLURI> 
    907910 
    908911          <!-- Exchange sync callback. Comment out for no service --> 
  • trunk/config/bwbuild/jboss-postgresql/cal.properties

    r3191 r3228  
    669669org.bedework.app.exsynchwcb.name=Demoexsynchw 
    670670#org.bedework.app.exsynchwcb.deploy.dir=${org.bedework.appserver.deploy.dir} 
    671 org.bedework.app.exsynchwcb.wsdl,deploy.dir=/exchange 
     671org.bedework.app.exsynchwcb.wsdl,deploy.dir=/wsdl/exsynch 
    672672org.bedework.app.exsynchwcb.logprefix=exsynch 
    673673