Re: axis-client in EJB session bean (jboss)

2004-11-14 Thread Peter Mount
Peter Gerstbach wrote: Hi, I've generated with Axis-1.1 stubs for the Google-webservice and built a working client. Then I've built an EJB session bean in JBoss were I call the google-webservice. I use the same (copy-paste) methods in the bean as in the axis-client but every time I invoke the bean-

Re: dump of outgoing SOAP messages

2004-02-05 Thread Peter Mount
no other traffic goes out during the capture, you get just the conversation between client and server. The output can look messy, but the soap traffic is easily readable. Peter -- Peter Mount [EMAIL PROTECTED] http://www.retep.org/ http://retep.net/ Tel: +44 (0) 1622 749439 Fax: +44 (0) 870

Re: How to send custom exception through SOAP message ?

2004-01-22 Thread Peter Mount
ormance reasons (cut the runtime down by 70%). However, all the other services I've written use the default serializers because they are public, and the client app could be any target language. Peter -- Peter Mount [EMAIL PROTECTED] http://www.retep.org/ http://retep.net/ Tel: +44 (0

Re: Integrating Axis into an existing web application

2004-01-21 Thread Peter Mount
rg.apache.axis.client.AdminClient \ -l http://127.0.0.1:8080/retep/servlet/AxisServlet \ deploy.wsdd Peter -- Peter Mount [EMAIL PROTECTED] http://www.retep.org/ http://retep.net/ Tel: +44 (0) 1622 749439 Fax: +44 (0) 8701 361620 Mobile: +44 (0) 7838 191423 IM-MSN: [EMAIL PROTECTED] IM-AOL/ICQ: retepworld

Re: RE: Axis MessageContext to the WebService

2003-08-18 Thread Peter Mount
On Mon, 18 Aug 2003, Jakob Skovenborg wrote: > Hej Jim > How does that work with concurrent WebServices? Wont you get a > MessageContext belongs to another session. > /Jakob It uses ThreadLocal, so it returns the current MessageContext for that Thread. Peter -- Peter Mount [EMA