You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-dev@xml.apache.org by "Somas, Arun" <AS...@sr.csg.com> on 2001/05/22 00:36:50 UTC

RE: - SOAP

<Directory "DirectoryName">     
Options Indexes     
Order allow,deny
Allow from all
</Directory>

and remove your index.html(or what ever is your startfile from that
Directory. This should do the job.

-----Original Message-----
From: Shree Rao [mailto:Shree.Rao@globalone.net]
Sent: Thursday, March 22, 2001 1:24 PM
To: soap-dev@xml.apache.org
Subject: Reg:- SOAP


We are trying to use the SOAP middleware version 2.0 alongside Tomcat
version 3.2 on our Windows NT 4.0 workstation. We have been able to
breakthrough some of the obstacles we came across but got stuck when
running the client version of the sample programs given along with Soap
2.0 [like Calculator , AddressBook , StockQuote ,...]

The following is the error that we encountered for all the samples :-

C:\SRIRAM\soap\soap-bin-2.1\soap-2_1>
java samples.stockquote.GetQuote
http:\\r14971.globalone.net:8080\soap\servlet\rpcrouter IBM

Exception in thread "main" [SOAPException: faultCode=SOAP-ENV:Protocol;
msg=Unsupported response content type "text/html", must be: "text/xm
l". Response was:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>403 Forbidden</TITLE>
</HEAD><BODY>
<H1>Forbidden</H1>
You don't have permission to access
//r14971.globalone.net:8080/soap/servlet/rpcrouter
on this server.<P>
<HR>
<ADDRESS>Apache/1.3.4 Server at r14971.globalone.net Port 80</ADDRESS>
</BODY></HTML>
]
        at org.apache.soap.rpc.Call.getEnvelopeString(Call.java:173)
        at org.apache.soap.rpc.Call.invoke(Call.java:210)
        at samples.stockquote.GetQuote.main(GetQuote.java:103)

Note :- We are also trying to configure the IPlanet server alongside
SOAP 2.0 , any clues there ?? As of now , we think that we got the
Classpath set up , and are able to deploy services using the SOAP admin.
Also , is there any good documentation that we can look at for the
configuration.

Thanks,
Sriram.