Hi Yang;

>Hi, I started working with Axis, and have read these documents following Axis 
>recommended reading. 
>
>However I still have some problems to solve and spent a lot of time to sovle 
>them.
>
>1) Instant deployment problem
>I knew there is a instant deployment. I can directly copy the java source code 
>to my webapp directory and rename it with "jws" extension. When the web 
>service consists of more than one class, I  am still using instant deployment. 
>But I got an compile error when I access the web service. Some documents said 
>there are some limitations,  but i don't know what  are the limiations? May I 
>know whether it is possible to deploy a web service with multiple class using 
>instant deployment?
>  
>
In Axis2 (at the moment) we do not have jws type deployment , but what
we have are archive based deployment and POJO deployment.

>2)Dynamical Invocation
>When I invoke a web service using dynamical invocation, I don't know how to 
>send  and receive complex data structure and attachment. Is it possible to 
>achieve that using dynamical invocation?
>  
>
We have something similar to this , there what you can do is by giving
wsdl url of the service you want to invoke you can create service client
and you can use the to invoke the service. And you need to create the
payload as OMElement in order to invoke the service

Thanks
Deepal


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to