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 Ri...@devoteam.com on 2001/05/02 11:55:05 UTC

Bean +SOAP : Help


Hi everybody

I am currently working on a project

I use SOAP and WSDL to create WebService

In my application i have  :
- a servlet called testservlet
-a class treatment
- a bean personne

The servlet create a new instance of treatment and called the treatment's method exhange(String name, String Firstname)

This method store the name and firstname in the bean personne

I want to create a webservice urn:exchange

I need to access the information of the bean

But i dont know how to do it

can you help me ?

Thanks a lot