Help: Serialization/Deserialization of mixed content

2003-07-23 Thread Peter Klotz
Hi, I have a document-oriented SOAP request that returns a response which contains mixed content. Now it seems that this is not really well supported by Axis at the moment, can anybody please confirm/deny this? I'm using this SOAP server with a client generated with WSDL2Java. When I have only

Re: WSDL2Java and mixed content XSD

2003-06-27 Thread Peter Klotz
content? So what can I do? Thanks, Peter Peter Klotz wrote: Hi, I have a WSDL with a type that can either include CDATA or additional tags so real mixed content. I can't change this unfortunately. Now I try to generate Java stubs/skeletons from this mixed content WSDL snipplet. When I have only

WSDL2Java and mixed content XSD

2003-06-15 Thread Peter Klotz
Hi, I have a WSDL with a type that can either include CDATA or additional tags so real mixed content. I can't change this unfortunately. Now I try to generate Java stubs/skeletons from this mixed content WSDL snipplet. When I have only text content I get a method String getValue() generated. If I

Namespace issue

2003-03-14 Thread Peter Klotz
Hi, I'm having a document-oriented WSDL file with a schema declaration using a namespace. The required SOAP request must look like this for example soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope; soapenv:Body getRootObject xmlns=urn:omi-org:api/ /soapenv:Body

REPOST5 PLEASE HELP! WSDL2Java generates uncompilable code

2002-10-30 Thread Peter Klotz
Hi, this is the fifth repost of a problem that I'm having since one month without anybody ever replying to my mail. I mean I have a, to my best knowledge, valid WSDL file that others obviously use but WSDL2Java from the 1.0 Axis release does not work for it. This is not only a problem for me but

REPOST2: WSDL2Java produces uncompilable code

2002-10-11 Thread Peter Klotz
Hi, I have a given WSDL file and want to generate client stubs and server skeletons for it. The problem is that for whatever reason wsdl2java does not generate code for some types defined in the WSDL. I've browsed the list and tried options without success. Esp. I have specified -all.

wsdl2java produces uncompilable code

2002-09-30 Thread Peter Klotz
Hi, I have a given WSDL file and want to generate client stubs and server skeletons for it. The problem is that for whatever reason wsdl2java does not generate code for some types defined in the WSDL. I've browsed the list and tried options without success. Esp. I have specified -all.