Biju,
Thanks for the suggestion. Unfortunately, the URNs are both lowercase
and identical.
I discovered something else may be relevant to the problem... when I
restart Tomcat, I see this sometimes appearing in my catalina.out:
SOAP Service Manager: Unable to read 'DeployedServices.ds': assuming
fresh start
Is this normal? If not, what does it signify?
Thanks,
Jason
On Wednesday, May 29, 2002, at 01:17 PM, Biju Raman wrote:
Hi
the uri identification is case sensitive . so may be you must have
misspelled
the urn identifier or the letter case may be incorrect.
please check whether the deployed service uri and the one on the client
program are the same.
regards
biju
Mailing-List: contact soap-user-help@xxxxxxxxxxxxxx; run by ezmlm
list-help: <mailto:soap-user-help@xxxxxxxxxxxxxx>
list-unsubscribe: <mailto:soap-user-unsubscribe@xxxxxxxxxxxxxx>
list-post: <mailto:soap-user@xxxxxxxxxxxxxx>
Delivered-To: mailing list soap-user@xxxxxxxxxxxxxx
Date: Wed, 29 May 2002 12:00:22 -0700
Mime-Version: 1.0 (Apple Message framework v481)
Subject: SOAP client access problem
From: Jason Wells <jason@xxxxxxxxxxxxxxxxxxxx>
To: soap-user@xxxxxxxxxxxxxx
Content-Transfer-Encoding: 7bit
X-Loop-Detect: 1
X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N
Hello,
As someone very new to SOAP, I'm trying to get a very simple SOAP
client
I wrote to talk to a simple SOAP service that I've deployed. I'm
running
into a problem.
The service is deployed under "urn:helloworld", and when I look at the
deployed service information in the Apache SOAP admin app, everyting
appears to be in order. However, When I run the client, I get a fault
string "service 'urn:helloworld' unknown".
Are there any typical reasons why an URN listed in the admin app
wouldn't be accessible by a SOAP client?
Thanks,
Jason