Thank you for your interest in my writing...
 
 I am searching for the source about 
 invoking the method in Apache Server-side from VB Client-side. 

 I don't know how to access the server's WSDL file generated by IBM soap toolkit and 
how to use it . 

If you know how to make a code in Server-side(Visual Basic).
Would you show me the way to the solution.

Thank you in advance....




....
> 
> 
> 
> ----- Original Message ----- 
> From: "Roger Wolter" <[EMAIL PROTECTED]>
> Newsgroups: microsoft.public.xml.soap,microsoft.public.xml.soapsdk
> Sent: Sunday, August 12, 2001 3:59 AM
> Subject: Re: interOP within MS(Client) and Apache(Server)
> 
> 
> > 
> > 
> > http://xml.apache.org/soap/docs/guide/interop.html
> > 
> > http://www-106.ibm.com/developerworks/library/ws-ref3/?n-ws-5241
> > 
> > http://www.perfectxml.com/articles/xml/soapguide.asp
> > 
> > 
> > 
> > "chihongkim" <[EMAIL PROTECTED]> wrote in message
> > news:uk$uQWlIBHA.1636@tkmsftngp05...
> > > Is there any source code about interOP within MS(Client) and
> > Apache(Server)
> > > ?
> > > Thanks in advance.
> > >
> > >
> > >
> > 
> > 
> 

ListenAgent_Service-interface.wsdl

ListenAgent_Service.wsdl

<isd:service xmlns:isd="http://xml.apache.org/xml-soap/deployment"; id="urn:listenagent-service" checkMustUnderstands="false">
  <isd:provider type="java" scope="Application" methods="Listen_LoginIp ListenNewMail">
    <isd:java class="ListenAgent" static="false"/>
  </isd:provider>
</isd:service>

ListenAgent.java

Reply via email to