Re: How to validate out going SOAP with Axis2?

2008-10-21 Thread keith chapman
*To:* axis-user@ws.apache.org *Subject:* RE: How to validate out going SOAP with Axis2? the easiest answer would be to construct a validator on the client-side so lets say you have a JS validator function in your browser such as html head SCRIPT LANGUAGE=JavaScript var submitcount=0

How to validate out going SOAP with Axis2?

2008-10-20 Thread Shao, Zhiren
Hi, I'm using Axis2 to consume web service from another company. In WSDL I have a type which should be no more than 40 characters, here's the definition: xs:simpleType name=Name_Type xs:restriction base=xs:string

RE: How to validate out going SOAP with Axis2?

2008-10-20 Thread Martin Gainty
and Sender does not endorse distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission. Subject: How to validate out going SOAP with Axis2? Date: Tue, 21 Oct 2008 11:03:54 +1100 From: [EMAIL PROTECTED] To: axis-user

RE: How to validate out going SOAP with Axis2?

2008-10-20 Thread Shao, Zhiren
: Tuesday, 21 October 2008 11:52 AM To: axis-user@ws.apache.org Subject: RE: How to validate out going SOAP with Axis2? the easiest answer would be to construct a validator on the client-side so lets say you have a JS validator function in your browser such as html head SCRIPT LANGUAGE=JavaScript