You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by ja...@apache.org on 2005/07/03 08:01:32 UTC

cvs commit: ws-sandesha/interop/webapp/jsp interop.jsp

jaliya      2005/07/02 23:01:32

  Modified:    interop/org/apache/sandesha/interop MicrosoftSyncPing.java
               interop/org/apache/sandesha/interop/testclient
                        InteropStub.java
               interop/webapp/jsp interop.jsp
  Log:
  Changed the interop jsp
  
  Revision  Changes    Path
  1.4       +2 -2      ws-sandesha/interop/org/apache/sandesha/interop/MicrosoftSyncPing.java
  
  Index: MicrosoftSyncPing.java
  ===================================================================
  RCS file: /home/cvs/ws-sandesha/interop/org/apache/sandesha/interop/MicrosoftSyncPing.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- MicrosoftSyncPing.java	3 Jul 2005 04:55:34 -0000	1.3
  +++ MicrosoftSyncPing.java	3 Jul 2005 06:01:32 -0000	1.4
  @@ -29,7 +29,7 @@
    */
   public class MicrosoftSyncPing {
   
  -    private static String targetURL = "http://127.0.0.1:8080/SecureReliableMessaging/ReliableOneWay.svc";
  +    private static String targetURL = "http://127.0.0.1:8070/SecureReliableMessaging/ReliableOneWay.svc";
   
       public static void main(String[] args) {
           System.out.println("Client started...... Synchronous - Microsoft ");
  @@ -65,6 +65,6 @@
           return "<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:wsa=\"http://schemas.xmlsoap.org/ws/2004/08/addressing\">\n" +
                   "   <soapenv:Header>\n" + "   </soapenv:Header>\n" + "   <soapenv:Body>\n" + "      <Ping xmlns=\"http://tempuri.org/\">\n" +
                   "         <Text>Ping Message Number " + i + "</Text>\n" + "      </Ping>\n" + "   </soapenv:Body></soapenv:Envelope>";
  -     
  +
           }
   }
  
  
  
  1.4       +1 -1      ws-sandesha/interop/org/apache/sandesha/interop/testclient/InteropStub.java
  
  Index: InteropStub.java
  ===================================================================
  RCS file: /home/cvs/ws-sandesha/interop/org/apache/sandesha/interop/testclient/InteropStub.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- InteropStub.java	3 Jul 2005 04:55:34 -0000	1.3
  +++ InteropStub.java	3 Jul 2005 06:01:32 -0000	1.4
  @@ -134,7 +134,7 @@
               SandeshaContext ctx = new SandeshaContext(true);
               ctx.setSourceURL(bean.getSourceURL());
               configureContext(ctx, call, bean);
  -            ctx.initCall(call, target, "urn:wsrm:ping", Constants.ClientProperties.IN_ONLY);
  +            ctx.initCall(call, target, "urn:wsrm:Ping", Constants.ClientProperties.IN_ONLY);
   
               for (int i = 1; i <= msgs; i++) {
                   if (i == msgs) {
  
  
  
  1.14      +3 -0      ws-sandesha/interop/webapp/jsp/interop.jsp
  
  Index: interop.jsp
  ===================================================================
  RCS file: /home/cvs/ws-sandesha/interop/webapp/jsp/interop.jsp,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- interop.jsp	10 Jun 2005 11:31:16 -0000	1.13
  +++ interop.jsp	3 Jul 2005 06:01:32 -0000	1.14
  @@ -102,6 +102,9 @@
   		<tr><td><font size="+1">Server Endpoint</font></td><td><font size="+1"><%=defaultTarget%></font></td></tr>
   		<tr><td colspan="2" >
   	     <a href="<%=defaultTarget%>?wsdl"><h3><u>WSDL</h3></u></a>
  +		</td></tr>
  +        <tr><td colspan="2" >
  +	     <a href="http://ws.apache.org/sandesha/interopguide.html"><h4><u>Interop Guide</h4></u></a>
        		<br /><hr/>
   		</td></tr>
   		</table>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: sandesha-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: sandesha-dev-help@ws.apache.org