You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Kari Whitcomb <wh...@zk3.dec.com> on 2001/08/09 16:19:26 UTC

running the provider sample

Hi all,

I am trying to get all the samples to run and have a question about the
sample in the provider directory (testprovider).  The README file says that
it should print out some information about the soap server, but when I run
it, it does not.  It completes succesfully, but this is all that it outputs
(by running the testit script):

    # ./testit.sh
    This test assumes a server URL of
http://localhost/soap/servlet/rpcrouter
    Deploying the testprovider service...

    Verify that it's there
    Deployed Services:
            urn:testprovider

    Running the testprovider client
    Done

    Undeploy it now

    Verify that it's gone
    Deployed Services:

I have gotten most of the other samples to work, so my server setup seems
fine.

So the question is:  Is the readme file correct, or is the above the
expected output?  And if the readme file is correct, then any ideas why I'm
not getting that output?

I am running Apache SOAP v2.2 on TRU64 Unix v5.0a with xerces 1.4.

Thanks,
Kari Whitcomb