Re: Issues/questions with generated code

"Scott Nichol" <[email protected]> Thu, 6 Jul 2006 10:04:10 -0400
Newsgroups gmane.text.xml.soap.user
Message-ID <010601c6a105$1dabbae0$6401a8c0@GT5056>
Please post Axis questions to [email protected].

Thanks.

Scott Nichol

----- Original Message ----- 
From: "mhua" <[email protected]>
To: <[email protected]>
Sent: Thursday, July 06, 2006 12:17 AM
Subject: Issues/questions with generated code


>
> Folks,
>
> I just started to use AXIS 1.6b in Redhat Linux. After I generated C++ 
> code
> using WSDL2WS tool, I got the following issues/questions:
>
> 1. For all Axis_DeSerialize methods, the fileds which are xsd__string were
> generated to be assigned to xsd__string *. For example, in this code
> segment, getElementAsString returns xsd__string, but the generated code
> tried to assign xsd__string to xsd__string *.
>
>        xsd__string* p_beanOp = (pIWSDZ->getElementAsString("beanOp",0));
>        param->beanOp = *p_beanOp;
>
> 2. The same problem as mentioned in 1 also happens to xsd__datetime 
> fields.
>
> 3. Is there a way to get character fields generated as std::string instead
> of xsd__string? More generally, can thecode be generated using standard 
> C++
> types instead of xsd__ types?
>
> 4. Is there an option in WSDLWS to add namespaces to generated code?
>
> Please let me know if you have the answers/information about my
> issues/questions. All your help is highly appreciated.
>
> Thanks.
> Ming
>
> -- 
> View this message in context: 
> http://www.nabble.com/Issues-questions-with-generated-code-tf1898500.html#a5193541
> Sent from the Apache SOAP - User forum at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>