Em Terça 27 Dezembro 2005 15:57, o alon cohen escreveu:
> i'm new to axis2 and i tried to fallow the example of the user guide, using
> wsdl2java iv'e created the skeleton and the stab from the
> axis2SampleDoclit.wsdl I made the aar and deployed the service. The service
> was shown inside available services. Then I tried to run the stab and got
> the exception…
> I'm can't show the errors, because my computer is off the internet.
> The error happens in the post dispatch…
> For the service to work I copied the service url shown inside the erp.
> It claims that he can't find the service…
> I have some questions…
> 1.       how can I know which services the client can see?

Try http://localhost:8080/axis2/listServices 

> 2.      2.  is there a set of commands that can pull the services names and
> theirs  erp? 

Try: 

Options options = stub._getClientOptions();

> 3.       3. how can I create the client without all the data 
> binding?

Maybe I misunderstand your question. There are 3 or 4 examples without data 
binding, ie the callback one for example. 

> 4.       4. which parameters are required in the client options  
> just to  identify the service with out  sending   an operation? 

If the wsdl is correct and is packaged correctly, none are theoretically 
needed. I say 'theoretically' because the .93 release had a bug - since fixed 
- where you may need to do a 'options.setAction("yourAction")'  that matches 
the soapAction for your operation. 

See this tutorial which may help: 

http://www.developer.com/open/print.php/10930_3557741_2


> Any other 
> info will be very helpful.
> I read   the user guide and the architect guide, but there was no real info
> on this. Thanks,
>  
> Alon.

-- 
HTH, 
iksrazal
http://www.braziloutsource.com/

Reply via email to