Archive for the ‘jbossws’ Category

Document/Literal endpoint with MTOM+XOP attachment

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 ...

WS-Eventing and subscription expiration time

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 ...

Multiple virtual host and soap:address problem and our patch to jbossws

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) ...

JBossWS DOMEnvelopeBuilder little bug

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 ...

Wise… how I decided to develope a generic WS client

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 ...