I currently use ant but for generating new service and generating and modifying the wsdd files I don't have created any ant file yet
So I require something like Web Services Toolkit in JBuilder in the IntelliJ IDEA I checked the plug in house of IDEA but I didn't find anything
I don't have any problem with AXIS as you said It's very good kit for Web Service deployment in Web Application System (ref: AXIS:Next Generation Java SOAP,Romin Irani) But My problem is some plug-in in the Intelli J that automates the adding new JavaClass as a WebService into the AXIS on a WebServer like Tomcat! ( the facility that is supported by Borland JBuilder Web Services Toolkit )
I have another problem with SOAP connection between the AXIS and Borland Delphi too, I used the generated WSDL for creating the ServiceInterface and Remote object of the provided service It works well when I send simple type parameters like String int and ...(every thing that's is defined in XMLSchema types and shown by XSD_ ) but if I call a method ( or in WSDL terms a message ) which has a Programmer defined Object type as its parameter ( for example a TOperator inherited from TRemoteObject)
then the server can not understand the method a get me an error! It's vert strange for me that as the result or return parameter it works well but as input parameter it doesn't work.
Did you connect a Delphi application or Non Java Application and sending an developer defined object as a parameter to server side?