Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Ws Wiki" for change 
notification.

The following page has been changed by ToshiyukiKimura:
http://wiki.apache.org/ws/ja/axis/SoapMonitor

The comment on the change is:
Axis Wiki in Japanese

New page:
##language:ja

'''èå: ããããããã SOAP 
ããããæåããããããã?'''

'''SOAP Monitor ãããããã'''
(http://www.sosnoski.com/presents/java-xml/axis/axis-monitor.html 
ããèäãã)

1) SOAPMonitorApplet.java ãããããããããã
{{{
   cd $TOMCAT/webapps/axis
   javac -classpath WEB-INF/lib/axis.jar SOAPMonitorApplet.java
}}}
2) webapp ããã (äãã tomcat4/webapps/axis) 
ãäãæãã{{{SOAPMonitorApplet*.class}}}ãããããããããããã

3) server-config.wsdd{{{(äãã 
tomcat4/webapps/axis/WEB-INF/server-config.wsdd)}}}ãäããããããããããããããããããããã
 soapmonitor ãããããèåãããã
{{{
<globalConfiguration>
  <requestFlow>
    <handler name="soapmonitor" 
type="java:org.apache.axis.handlers.SOAPMonitorHandler"/>
    ... any existing configuration ...
  </requestFlow>
  <responseFlow>
    <handler name="soapmonitor" 
type="java:org.apache.axis.handlers.SOAPMonitorHandler"/>
    ... any existing configuration ...
  </responseFlow>
</globalConfiguration>
}}}

ãããããåãã SOAP 
ãããããããããããããåèåããããããããèããããçåããããããåãã{{{requestFlow}}}ã{{{responseFlow}}}èçãèåãããã

4) 
ääããããããããããããããããäçãã{{{SOAPMonitorService}}}ããããããããã

{{{
<deployment xmlns="http://xml.apache.org/axis/wsdd/";
    xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";>
  <service name="SOAPMonitorService" provider="java:RPC">
    <parameter name="allowedMethods" value="publishMessage"/>
    <parameter name="className"
      value="org.apache.axis.monitor.SOAPMonitorService"/>
    <parameter name="scope" value="Application"/>
  </service>
</deployment>
}}}

5) {{{SOAPMonitorService}}}ããããããã webapp 
èåããããããããããããããããçèããããããã
   {{{(äãã tomcat4/webapps/axis/WEB-INF/web.xml)}}}

6) ããããããããããã (tomcat) ãåèåãããããã

ããã{{{SOAPMonitor}}}ãããããã{{{http://127.0.0.1/axis/SOAPMonitor}}}ãåçåèãããããã;

Reply via email to