You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by Rishi Khanna <ri...@yodlee.com> on 2001/04/20 19:52:39 UTC

Starting with Apache Soap

Hi,
 
I just started to look into Soap, my aim is to use it with Apache server
with Resin as servlet runner. I was trying to run the calculator sample
code, at my server in the resin's conf file I added 
 
<servlet>
     <init-param>
        <param-name>ConfigFile</param-name>
         <param-value>d:\soap\mysoap.xml</param-value>
       </init-param> </font> 
</servlet>
 
and started the resin. But I am getting an exception Error opening
socket:null. I am not sure what URL I need to pass to the program.
Please help me.
 
Regards
Rishi