1 Reply Latest reply on May 11, 2005 8:08 AM by thomas.diesler

    Doc on the client side class

    fguo98

      Hi experts,

      I deploy the web service based on endpoint interface successfully. However, I am try to add the "JAVA DOC" to the client class, according to my understand, the client side class will be language independent. do there has any way to "transfer" the java doc from endpoint to client side class?

      Because the client classes are generated based on WSDL, the only way I could think about is put some <wsdl:documentation> to the wsdl file, however, when i use wscompile to generate the client class, no java do on the client side class?

      How do your guys figure out? (I don't want to copy the java doc manually -:)

      Thanks