Help with web services client code  
Author Message
Wendy S





PostPosted: 2003-8-2 6:08:00 Top

java-programmer, Help with web services client code I think I have successfully deployed a web service with Axis, but I can't
figure out how to test it.

Here's the WSDL document:
http://www.public.asu.edu/~wsmoak/xml/webauth.wsdl

If I have expressed myself correctly, this should announce that inside the
<body> of the message, I want to see something like this:
<subscription>
<userId>wendy</userid>
<password>passwd</password>
</subscription>

IOW, I don't want an RPC style list of parameter names and values, I want an
XML document in the body.

The client code I'm playing with is here:
http://www.public.asu.edu/~wsmoak/xml/SubscriptionClient.java

Either the client code or Axis is still uncooperative... if I manually
construct the XML above in the body, Axis insists there is No such operation
'subscription'. So maybe I haven't deployed it correctly yet. :(

Can't say I'm having much fun yet! This reminds me of getting started with
Struts... sparse documentation, very few examples that matched what I was
trying to do. Give it a few months and I'll know what I'm doing, right now,
I'm LOST!

--
Wendy in Chandler, AZ