I now remmeber why the UUDIProxy didn't work for me and may be you would know the 
answer.

For example in SaveTModel When I used UDDIProxy it uses the savetoxml method to 
convert java object to xml it creates the following

<save_tModel>
 <save_tModel>
    <tModel></tModel>
    <tModel></tModel>
<......

on the server side it complains that it can't match the
list of tModels in the request with anything because there is  vector on the other 
side. I am implementing UDDI as a school project.

Reply via email to