xsi:type from Axis2

2011-09-26 Thread Vaclav Barta
Hi, I'm trying to implement a webservice proxy (for Betfair - it would be nice if one could test new clients without actually betting real money) using Axis2, but it doesn't work very well. Specifically, it doesn't work with bfplusplus, the most popular Open Source Betfair client, apparently be

Re: CODE GEN Plugin for Eclipse and Auto Deployment

2011-09-26 Thread Mark Bullathsinghalage Cooray
Hi Harshana, For Sure I am using Eclipse WTP Tools and what is a Hot Update? Is it the function that when a update is made in a skeleton the .class files in the webapp directory gets updated? Regards, Mark. >>> Harshana Eranga Martin 26/09/2011 8:11 PM >>> Hi Mark, On 26 September 2011 1

Re: [Aixs2] How to get URL endpoint

2011-09-26 Thread Jack Sprat
Answering myself for future reference. See below.         String domain = "";         try {         MessageContext context = MessageContext.getCurrentMessageContext();             URL url = new URL(context.getTo().getAddress());             domain = url.getProtocol() + "://" + url.getHost();

RE: [Aixs2] How to get URL endpoint

2011-09-26 Thread Brando.Arguello
I assume you are looking for the URL so that you can create the user endpoint... The URL may come from multiple sources: Some property file that has http://the-url for each of your services Spring injected into a factory object or A lookup to a UDDI registry like systinit.

Re: [Aixs2] How to get URL endpoint

2011-09-26 Thread Jack Sprat
Anyone?  I thought this would be an easy question to answer. From: Jack Sprat To: "axis-u...@ws.apache.org" Sent: Friday, September 23, 2011 5:47 PM Subject: [Aixs2] How to get URL endpoint This should be an easy one. How do I get the URL endpoint from withi

Re: CODE GEN Plugin for Eclipse and Auto Deployment

2011-09-26 Thread Harshana Eranga Martin
Hi Mark, On 26 September 2011 12:15, Mark Bullathsinghalage Cooray < mbcoo...@groupwise.swin.edu.au> wrote: > Hi, > > I Dont re-Deploy the plug in use to re-deploy automatically when ever a > change has taken place. > Could you be more specific about the plugin which does the automatic redeploy

Re: 407 Error: Proxy Authentication Required

2011-09-26 Thread Fahad cv
Thanks Josef, for your detailed response. It was a bug in axis2, please refer https://issues.apache.org/jira/browse/AXIS2-3839 Fixing it got worked, Thanks again Fahad. On Mon, Sep 26, 2011 at 2:38 PM, Stadelmann Josef < josef.stadelm...@axa-winterthur.ch> wrote: > Fahad, > > ** ** > > We

AW: AXIS2 ANT TASKS CONFUSING

2011-09-26 Thread Stadelmann Josef
Your 2 versions: WSDL2JAVA creates JAVA code from a WSDL file JAVA2WSDL creates a WSDL file from JAVA code And such jobs can best be invoked by an ANT TASK/TARGET Josef Von: N.S.Karthik [mailto:nskarthi...@gmail.com] Gesendet: Freitag, 23. September 2011 06:49 An: axis-u...@

AW: 407 Error: Proxy Authentication Required

2011-09-26 Thread Stadelmann Josef
Fahad, We have similar issues with ANT, with the JDK 6.0 or JDK 1.5.0 from ORACLE/HP up on which ANT runs. QUESTION: what authentication schemas are your proxy server supporting or requesting? Given your Client can only deal with Basic authentication, but your Proxy Server lik

AW: [Axis2] How to debug NPE

2011-09-26 Thread Stadelmann Josef
You are addressing an interesting point. And I think if there are moor such relations which lead to errors if not set properly, it could be worth that the axis team thinks about something like a consistency checker, to be invoked in case of failure/exception. In the past years, things on Axis2 have