Re: Question about dynamic deployement of Web services

2004-04-05 Thread Tom Oinn
Yakulis, Ross (Ross) wrote: I have done this for rpc style but not yet looked at this with document style services as 1.1 had several errors relating to document style and have not had time to play around with 1.2Aphha. It works for document style as well, seemingly transparently. The Dynamic

RE: Question about dynamic deployement of Web services

2004-04-05 Thread Yakulis, Ross (Ross)
Also look at these links. http://www.mail-archive.com/[EMAIL PROTECTED]/msg17482.html http://www-106.ibm.com/developerworks/webservices/library/ws-udax.html http://forum.java.sun.com/thread.jsp?forum=331&thread=467761&message=2156329 Ross -Original Message- From: Mohd Al Mahmood [mailto

RE: Question about dynamic deployement of Web services

2004-04-05 Thread Yakulis, Ross (Ross)
You can do this, however it works best with "simple types" and not complex types (if you are using rpc. The problem with complex types is you need an instance of the class to hand to the serializer/deserializer. The get the class instange a java file would need to be generated and compiled on

Re: Question about dynamic deployement of Web services

2004-04-05 Thread Nelson Minar
>My question is, is there a tool or a program that enables me to dynamically >read a WSDL file of a certain service and generate the according SOAP >message as a request to use that service. You have two options. The easy thing is to use Axis' WSDL2Java tool to statically generate .java files th