Archive for the ‘jbossws’ Category
Monday, October 30th, 2006
During last months, we've been working to provide our customers with webservices with attachments. JBossWS currently (v.1.0.3) supports both SwA and MTOM+XOP although only the first one was available in earliest releases. For this reason, we started some month ago with SwA, then we added a new webservice endpoint with ...
Posted in jbossws | 1 Comment »
Tuesday, October 10th, 2006
We just made a patch for jbossws implementing two features:
The max expiration time and the default expiration time are hard coded in source code. Our patch made these values configurable in SubscriptionManager MBEAN
We noticed jbossws throws an InvalideExpirationTime Excetion when we try to subscribe with an expiration time longer than ...
Posted in jbossws | 1 Comment »
Wednesday, September 6th, 2006
Working on our ws we found a trouble with soap:address location in wsdl happening if the server answers to multiple addresses.
I'll describe our environment to better explain the problem:
We have a cluster of about 10 jboss/linux servers with an active weighted load balancer (2 real machines in vrrp cluster active-active) ...
Posted in jbossws | 4 Comments »
Monday, September 4th, 2006
A couple of weeks ago I was working at Wise's soap decoder; while the prototype was based on axis webservice implementation and only supported rpc/encoded wsdl, this version is built on jbossws webservice stack and is required to support any style/use of wsdl. I tested my soap messages decoder invoking ...
Posted in jbossws | No Comments »
Monday, September 4th, 2006
It was more than 2 years ago when the company I work for decided to develope some webservices to provide b2b integration with other companies willing to make use of our services for their own systems.
We were using JBoss since its early releases (2.x), so we based our webservice solutions ...
Posted in jbossws | 1 Comment »