hi guys i am trying to develope a web service using jbuilder and jboss4.0.5 server i create an ejb module and added session bean to it that have a business method as just a test method that have a string parameter and return a string i create a web service using the create web service from bean option and then i create a client for this web service using agian the option of create a web service client and then clen this client project after building the client project and run it , every thing went well it was executing and returning the desired result
but when i tried to upload a file using this web service so i added a business method with fileName string and fileContent of byte[] types as before i createed a web service for this session bean and it is created without a problem but when i tried to create a client for this last one it created but withoujt generating any test pages and i dont know why but it seems that is because the byte[] parameter because everything else is working so if anybody can help me with this problem i will be very thanksful thanks anyway View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4167295#4167295 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4167295 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
