Please describe the steps you followed to set it up and the problem(s)
you are having.  All you should need to do is follow the standard Apache
SOAP installation, then deploy a service with a deployment descriptor
like

<isd:service xmlns:isd="http://xml.apache.org/xml-soap/deployment";
             id="urn:adder-COM">
  <isd:provider type="org.apache.soap.providers.com.RPCProvider"
                scope="Application"
                methods="add">
    <isd:java class="required not needed for COMProvider"/>
    <isd:option key="progid" value="Apacheadder.adder" />
  </isd:provider>

<isd:faultListener>org.apache.soap.server.DOMFaultListener</isd:faultLis
tener>
</isd:service>

where the progid option has a value of a progid for a deployed COM
server, e.g. a COM DLL for which regsvr32 has been run.

Scott Nichol
----- Original Message -----
From: "Li Guo Qing" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, October 30, 2002 9:33 PM
Subject: How to use COMProvider?


> I downloaded SOAP 2.3.
> I follow the guide to set up COMProvier.
> but it doesn't work.
> How can I to do this?
>
> thanks!
>
>
>
> --
> To unsubscribe, e-mail:
<mailto:soap-user-unsubscribe@;xml.apache.org>
> For additional commands, e-mail:
<mailto:soap-user-help@;xml.apache.org>
>
>


--
To unsubscribe, e-mail:   <mailto:soap-user-unsubscribe@;xml.apache.org>
For additional commands, e-mail: <mailto:soap-user-help@;xml.apache.org>

Reply via email to