Re: Error generating WSDL with xsd:string attribute in AXIS 1.2RC2

2005-02-17 Thread thomas willomitzer
xsd:enumeration value=BROKERAGE/ xsd:enumeration value=TRADING/ /xsd:restriction /xsd:simpleType Thomas - Original Message - From: thomas willomitzer [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, February 16, 2005 20:35 Subject: Error

Error generating WSDL with xsd:string attribute in AXIS 1.2RC2

2005-02-16 Thread thomas willomitzer
Hi There! I have seen a couple of people with the same problem but there seems to be no answer so far: The problem relates to WSDL generation of deployed services in Axis 1.2RC2 . The error is: BEGIN AXIS error Sorry,

Re: Re: TypeMappingRegistry getting lost during call

2005-01-21 Thread thomas willomitzer
Hello there! While analyzing the code that generates the stub class (org.apache.axis.wsdl.toJava.JavaStubWriter) i found out that the typeMappings get lost when WSDL is defined using LITERALS in the binding. Used encoding instead of literals and RPC instead of DOCUMENT in STYLE. No client side

Re: Re: TypeMappingRegistry getting lost during call

2005-01-21 Thread thomas willomitzer
with sample code to recreate the problem. i'd like to fix this ASAP. thanks, dims On Fri, 21 Jan 2005 19:42:44 -, thomas willomitzer [EMAIL PROTECTED] wrote: Hello there! While analyzing the code that generates the stub class (org.apache.axis.wsdl.toJava.JavaStubWriter) i found