You are viewing a plain text version of this content. The canonical link for it is here.
Posted to savan-dev@ws.apache.org by "abdel (JIRA)" <ji...@apache.org> on 2010/05/18 17:56:44 UTC

[jira] Created: (AXIS2-4720) I would like empty tag unstead xsi:nil="true"

I would like empty tag unstead xsi:nil="true" 
----------------------------------------------

                 Key: AXIS2-4720
                 URL: https://issues.apache.org/jira/browse/AXIS2-4720
             Project: Axis2
          Issue Type: Bug
    Affects Versions: 1.5.1
         Environment: Tomcat 5.5 windows
            Reporter: abdel
             Fix For: 1.5.1


I would like to remove automatically all the tags like this  :  <ax27:libelleRegion xsi:nil="true"/>
I prefer have a reponse without this tag when it is null .

An ESB (webMethods) calls my service and validate it.
It seems that the response is not compliant with webMethod's controls (
How can I do to parameter this in axis2 1.5.1 (service.xml ? axis2.xml ?, wsdl ?).


Thanks

-- 
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: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Commented: (AXIS2-4720) I would like empty tag unstead xsi:nil="true"

Posted by "TIm Frank (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-4720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12868848#action_12868848 ] 

TIm Frank commented on AXIS2-4720:
----------------------------------

Not sure how to change the format of the response from the Axis2 side, but you may be able to change the webMethods Document Type definitions that are being used to validate the response allowing it to accept the fields that have the xsi:nil attribute. Try editing the Document Type used to validate the response and change the "allow null" property to be "true". Depending on the webMethods ESB release and patch level in use, this might take care of the validation errors from that side.    

> I would like empty tag unstead xsi:nil="true" 
> ----------------------------------------------
>
>                 Key: AXIS2-4720
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4720
>             Project: Axis2
>          Issue Type: Bug
>    Affects Versions: 1.5.1
>         Environment: Tomcat 5.5 windows
>            Reporter: abdel
>             Fix For: 1.5.1
>
>
> I would like to remove automatically all the tags like this  :  <ax27:libelleRegion xsi:nil="true"/>
> I prefer have a reponse without this tag when it is null .
> An ESB (webMethods) calls my service and validate it.
> It seems that the response is not compliant with webMethod's controls (
> How can I do to parameter this in axis2 1.5.1 (service.xml ? axis2.xml ?, wsdl ?).
> Thanks

-- 
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: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Commented: (AXIS2-4720) I would like empty tag unstead xsi:nil="true"

Posted by "TIm Frank (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-4720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12868848#action_12868848 ] 

TIm Frank commented on AXIS2-4720:
----------------------------------

Not sure how to change the format of the response from the Axis2 side, but you may be able to change the webMethods Document Type definitions that are being used to validate the response allowing it to accept the fields that have the xsi:nil attribute. Try editing the Document Type used to validate the response and change the "allow null" property to be "true". Depending on the webMethods ESB release and patch level in use, this might take care of the validation errors from that side.    

> I would like empty tag unstead xsi:nil="true" 
> ----------------------------------------------
>
>                 Key: AXIS2-4720
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4720
>             Project: Axis2
>          Issue Type: Bug
>    Affects Versions: 1.5.1
>         Environment: Tomcat 5.5 windows
>            Reporter: abdel
>             Fix For: 1.5.1
>
>
> I would like to remove automatically all the tags like this  :  <ax27:libelleRegion xsi:nil="true"/>
> I prefer have a reponse without this tag when it is null .
> An ESB (webMethods) calls my service and validate it.
> It seems that the response is not compliant with webMethod's controls (
> How can I do to parameter this in axis2 1.5.1 (service.xml ? axis2.xml ?, wsdl ?).
> Thanks

-- 
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: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Commented: (AXIS2-4720) I would like empty tag unstead xsi:nil="true"

Posted by "TIm Frank (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-4720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12868848#action_12868848 ] 

TIm Frank commented on AXIS2-4720:
----------------------------------

Not sure how to change the format of the response from the Axis2 side, but you may be able to change the webMethods Document Type definitions that are being used to validate the response allowing it to accept the fields that have the xsi:nil attribute. Try editing the Document Type used to validate the response and change the "allow null" property to be "true". Depending on the webMethods ESB release and patch level in use, this might take care of the validation errors from that side.    

> I would like empty tag unstead xsi:nil="true" 
> ----------------------------------------------
>
>                 Key: AXIS2-4720
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4720
>             Project: Axis2
>          Issue Type: Bug
>    Affects Versions: 1.5.1
>         Environment: Tomcat 5.5 windows
>            Reporter: abdel
>             Fix For: 1.5.1
>
>
> I would like to remove automatically all the tags like this  :  <ax27:libelleRegion xsi:nil="true"/>
> I prefer have a reponse without this tag when it is null .
> An ESB (webMethods) calls my service and validate it.
> It seems that the response is not compliant with webMethod's controls (
> How can I do to parameter this in axis2 1.5.1 (service.xml ? axis2.xml ?, wsdl ?).
> Thanks

-- 
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: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Commented: (AXIS2-4720) I would like empty tag unstead xsi:nil="true"

Posted by "TIm Frank (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-4720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12868848#action_12868848 ] 

TIm Frank commented on AXIS2-4720:
----------------------------------

Not sure how to change the format of the response from the Axis2 side, but you may be able to change the webMethods Document Type definitions that are being used to validate the response allowing it to accept the fields that have the xsi:nil attribute. Try editing the Document Type used to validate the response and change the "allow null" property to be "true". Depending on the webMethods ESB release and patch level in use, this might take care of the validation errors from that side.    

> I would like empty tag unstead xsi:nil="true" 
> ----------------------------------------------
>
>                 Key: AXIS2-4720
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4720
>             Project: Axis2
>          Issue Type: Bug
>    Affects Versions: 1.5.1
>         Environment: Tomcat 5.5 windows
>            Reporter: abdel
>             Fix For: 1.5.1
>
>
> I would like to remove automatically all the tags like this  :  <ax27:libelleRegion xsi:nil="true"/>
> I prefer have a reponse without this tag when it is null .
> An ESB (webMethods) calls my service and validate it.
> It seems that the response is not compliant with webMethod's controls (
> How can I do to parameter this in axis2 1.5.1 (service.xml ? axis2.xml ?, wsdl ?).
> Thanks

-- 
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: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Commented: (AXIS2-4720) I would like empty tag unstead xsi:nil="true"

Posted by "TIm Frank (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-4720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12868848#action_12868848 ] 

TIm Frank commented on AXIS2-4720:
----------------------------------

Not sure how to change the format of the response from the Axis2 side, but you may be able to change the webMethods Document Type definitions that are being used to validate the response allowing it to accept the fields that have the xsi:nil attribute. Try editing the Document Type used to validate the response and change the "allow null" property to be "true". Depending on the webMethods ESB release and patch level in use, this might take care of the validation errors from that side.    

> I would like empty tag unstead xsi:nil="true" 
> ----------------------------------------------
>
>                 Key: AXIS2-4720
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4720
>             Project: Axis2
>          Issue Type: Bug
>    Affects Versions: 1.5.1
>         Environment: Tomcat 5.5 windows
>            Reporter: abdel
>             Fix For: 1.5.1
>
>
> I would like to remove automatically all the tags like this  :  <ax27:libelleRegion xsi:nil="true"/>
> I prefer have a reponse without this tag when it is null .
> An ESB (webMethods) calls my service and validate it.
> It seems that the response is not compliant with webMethod's controls (
> How can I do to parameter this in axis2 1.5.1 (service.xml ? axis2.xml ?, wsdl ?).
> Thanks

-- 
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: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org