[
https://issues.apache.org/jira/browse/AXIS2-3281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
nadir amra closed AXIS2-3281.
-----------------------------
Resolution: Fixed
Fix Version/s: nightly
I believe this is fixed in committed revision 652990
> xmlns:xsi="http://www.w3.org/2001/XMLSchema- missing from code gen pojo
> response
> ---------------------------------------------------------------------------------
>
> Key: AXIS2-3281
> URL: https://issues.apache.org/jira/browse/AXIS2-3281
> Project: Axis 2.0 (Axis2)
> Issue Type: Bug
> Components: codegen
> Affects Versions: 1.3
> Environment: Ubuntu Fiesty Fawn, Caucho Resin 3.1.2
> Reporter: Ryan Vanderwerf
> Fix For: nightly
>
> Attachments: wsdl.txt
>
>
> I am using the POJO interaction I used and found an error in the XML that is
> returned. For the server side I won't appear to have any control for this.
> The elements of the code reference xsi:nil="true",, however that namespace
> is defined nowhere. Since everything is auto-generated from my POJOs, I
> assume this is a bug:
> from SOAP Monitor:
> request:
> <?xml version="1.0" encoding="utf-8"?>
> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
> <soapenv:Body xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
> <ns2:authenticateUser
> xmlns:ns2="http://services.webservices.blueberry.mifflin.com">
> <ns2:userName
> xmlns:ns2="http://services.webservices.blueberry.mifflin.com">xxxxx</ns2:userName>
> <ns2:password
> xmlns:ns2="http://services.webservices.blueberry.mifflin.com">yyyy</ns2:password>
> </ns2:authenticateUser>
> </soapenv:Body>
> </soapenv:Envelope>
> response:
> <?xml version="1.0" encoding="utf-8"?>
> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
> <soapenv:Body xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
> <ns:authenticateUserResponse
> xmlns:ns="http://services.webservices.blueberry.mifflin.com">
> <ns:return type="com.mifflin.blueberry.webservices.UserDTO"
> xmlns:ns="http://services.webservices.blueberry.mifflin.com"
> xmlns:ax22="http://webservices.blueberry.mifflin.com/xsd">
> <ax22:comment xsi:nil="true"
> xmlns:ax22="http://webservices.blueberry.mifflin.com/xsd">
> </ax22:comment>
> <ax22:country xsi:nil="true"
> xmlns:ax22="http://webservices.blueberry.mifflin.com/xsd">
> </ax22:country>
> <ax22:devFocus1 xsi:nil="true"
> xmlns:ax22="http://webservices.blueberry.mifflin.com/xsd">
> </ax22:devFocus1>
> <ax22:devFocus2 xsi:nil="true"
> xmlns:ax22="http://webservices.blueberry.mifflin.com/xsd">
> </ax22:devFocus2>
> <ax22:devFocus3 xsi:nil="true"
> xmlns:ax22="http://webservices.blueberry.mifflin.com/xsd">
> </ax22:devFocus3>
> <ax22:email
> xmlns:ax22="http://webservices.blueberry.mifflin.com/xsd">[EMAIL
> PROTECTED]</ax22:email>
> <ax22:firstName
> xmlns:ax22="http://webservices.blueberry.mifflin.com/xsd">blah</ax22:firstName>
> <ax22:isId xsi:nil="true"
> xmlns:ax22="http://webservices.blueberry.mifflin.com/xsd">
> </ax22:isId>
> <ax22:jobFunction xsi:nil="true"
> xmlns:ax22="http://webservices.blueberry.mifflin.com/xsd">
> </ax22:jobFunction>
> <ax22:jobLevel xsi:nil="true"
> xmlns:ax22="http://webservices.blueberry.mifflin.com/xsd">
> </ax22:jobLevel>
> <ax22:language xsi:nil="true"
> xmlns:ax22="http://webservices.blueberry.mifflin.com/xsd">
> </ax22:language>
> <ax22:lastName
> xmlns:ax22="http://webservices.blueberry.mifflin.com/xsd">hello</ax22:lastName>
> <ax22:mobile xsi:nil="true"
> xmlns:ax22="http://webservices.blueberry.mifflin.com/xsd">
> </ax22:mobile>
> <ax22:pendingNewEmail xsi:nil="true"
> xmlns:ax22="http://webservices.blueberry.mifflin.com/xsd">
> </ax22:pendingNewEmail>
> <ax22:phone xsi:nil="true"
> xmlns:ax22="http://webservices.blueberry.mifflin.com/xsd">
> </ax22:phone>
> <ax22:roles
> xmlns:ax22="http://webservices.blueberry.mifflin.com/xsd">super
> guy</ax22:roles>
> <ax22:title xsi:nil="true"
> xmlns:ax22="http://webservices.blueberry.mifflin.com/xsd">
> </ax22:title>
> <ax22:username
> xmlns:ax22="http://webservices.blueberry.mifflin.com/xsd">username</ax22:username>
> </ns:return>
> </ns:authenticateUserResponse>
> </soapenv:Body>
> </soapenv:Envelope>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]