The Artima Developer Community
Sponsored Link

Web Services Forum
Webservice to store information with Axis

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
mike m

Posts: 1
Nickname: mike0110
Registered: Nov, 2005

Webservice to store information with Axis Posted: Nov 10, 2005 9:51 PM
Reply to this message Reply
Advertisement
Hi,

I'm using apache axis with Java webservices (.jws files) stored in the %tomcat%/axis directory.

I'm creating a simple java webservice, where a server just sits keeps a bunch text in an arraylist.

The client connects, calls a method passing with it a string, and the server stores that string in its arraylist.

The server also has a method to see if it is storing a particular string ( it checks to see if the client already passed in that string)

My question is, everytime the client sends a new string, I think the server is disregarding previous stored information, but still storing the new string.

I'm not sure how this is possible. Everytime a client calls a method on a java webservice, does AXIS recompile the .jws file?

Thanks

Topic: Null Serializer Factory Found Previous Topic   Next Topic Topic: Hello, we can provide you with PHP/MySql help

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use