Re: Wsdl2Java doesnt support encoding for Amazon, Google wsdl's

2007-10-28 Thread Łabno, Bernard
Use axis 1.x which implements JAX-RPC, ancestor of JAX-WS, which supports rpc/encoded style. I have same issue and must use old axis, however i've read that you can use some workaround in axis2 to use rpc/encoded style. Howto is on axis2 site, i think. Well I think it is time to think about

Axis and Glassfish

2007-10-25 Thread Łabno, Bernard
Hello, I have application running on glassfish application server. One EJB package contains bean that uses stub to connect to a webservice. I have nothing about that webservice in deployment descriptors. Now when I start the server and deploy the application it runs smoothly, but if i

New stup for each call

2007-10-23 Thread Łabno, Bernard
Hello, Do I have to create new stub before each call ? In my case i have EJB that calls webservice. If i save aquired port in attribute and use it in multiple calls i get some strange exception. MainQueryEngineBean.doQuery().engine:[EMAIL PROTECTED] PWC1635: Illegal access: this web application