[jibx-users] Problem with binding classes from Jar

2010-06-18 Thread Matthew O'Connor
Hello all, I looked around to see if I could find a solution to this, but nothing came up, so sorry if this is clearly stated somewhere. Also I'm running JiBX 1.2.2. I have a bean (that I have control over) that uses some beans that I don't have control over (Apache Commons Math Vector3D). When I

Re: [jibx-users] WS client using jibx/ws with HTTP authentication

2010-06-18 Thread Nigel Charman
Hi Robert For HTTP connections, the SoapClient uses the Java HttpURLConnection class. (It is possible to add other implementations by overriding the settings in transport.properties, but only HttpURLConnection is currently implemented). HttpURLConnection supports authentication using the