[jira] Commented: (AXIS2-4354) wsdl2Java removes policy tag Trust13 attribute

2009-06-03 Thread Runo Barrdahl (JIRA)

[ 
https://issues.apache.org/jira/browse/AXIS2-4354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12715826#action_12715826
 ] 

Runo Barrdahl commented on AXIS2-4354:
--

Dear Andreas:

I have now been able to confirm that Axis2-1.5 does not cause the
Trust13 missing tag attribute error (as does Axis2-1.4.1).
Thus, the current error in axis2-1.4.1 is solved in axis2-1.5.


Best Regards and Thanks for your help.

Runo




 wsdl2Java removes policy tag Trust13 attribute
 --

 Key: AXIS2-4354
 URL: https://issues.apache.org/jira/browse/AXIS2-4354
 Project: Axis 2.0 (Axis2)
  Issue Type: Bug
Affects Versions: 1.4.1
 Environment: jdk1.5.0_04, WinXP, Eclipse Axis2 1.4.1, Rampart 1.4, 
 Addressing 1.4.1 - calling WebService on MS .NET platform
Reporter: Runo Barrdahl
Assignee: Andreas Veithen
Priority: Minor
 Attachments: 
 theMissingTrust13AttributeStub_WebService-corrected-2nd.xml


 1. When using wsdl2Java (batch file command: C:\axis2-1.4.1\bin\wsdl2java 
 -uri C:\EclipseLogViewer\BGC_NewAutoGiroWS\wsdl\MandateSearchService.wsdl -d 
 xmlbeans -o C:\EclipseLogViewer\BGC_NewAutoGiroWS -p 
 com.tieto.bgc.autogiro.ws -ns2p 
 bgonline.se.mandatesearchservice.schemas.getmandatelistrequest.v1.0=bgonline.se.mandatesearchservice.schemas.getmandatelistrequest,bgonline.se.mandatesearchservice.schemas.getmandatelistresponse.v1.0=bgonline.se.mandatesearchservice.schemas.getmandatelistresponse,bgonline.se.mandatesearchservice.schemas.getmandaterequest.v1.0=bgonline.se.mandatesearchservice.schemas.getmandaterequest,bgonline.se.shared.schemas.messageTypes.v1.0=bgonline.se.shared.schemas.messageTypes,bgonline.se.mandatesearchservice.schemas.getmandateresponse.v1.0=bgonline.se.mandatesearchservice.schemas.getmandateresponse,impl.bgonline.se.mandatesearchservice.schemas.getmandateresponse.v1.0=impl.bgonline.se.mandatesearchservice.schemas.getmandateresponse
  -u -or) Stub is crea
 ted OK.
 2. However, when executing call to web service exception is thrown. I found 
 out. After some fairly lengthy error localisation attempts, I finally found 
 that the cause of the exemption was that the policy tag Trust13 had lost 
 its attribute.
 3. After manual patching of 2 instances of the policy tag to become 
 sp:Trust13 
 xmlns:sp=\http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702\;  
 execution of the call to the Stub was without any error.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (AXIS2-4354) wsdl2Java removes policy tag Trust13 attribute

2009-06-02 Thread Runo Barrdahl (JIRA)

[ 
https://issues.apache.org/jira/browse/AXIS2-4354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12715470#action_12715470
 ] 

Runo Barrdahl commented on AXIS2-4354:
--

Dear Andreas:

Is there a more recent Apache Axis2-1.4.1 build than the one I have
access to (24-08-2008) ?
If so, I could see if the omitted Trust13 tag attribute error is
resolved there, since you are not able to reproduce the error.


Best Regards, Runo




 wsdl2Java removes policy tag Trust13 attribute
 --

 Key: AXIS2-4354
 URL: https://issues.apache.org/jira/browse/AXIS2-4354
 Project: Axis 2.0 (Axis2)
  Issue Type: Bug
Affects Versions: 1.4.1
 Environment: jdk1.5.0_04, WinXP, Eclipse Axis2 1.4.1, Rampart 1.4, 
 Addressing 1.4.1 - calling WebService on MS .NET platform
Reporter: Runo Barrdahl
Assignee: Andreas Veithen
Priority: Minor
 Attachments: 
 theMissingTrust13AttributeStub_WebService-corrected-2nd.xml


 1. When using wsdl2Java (batch file command: C:\axis2-1.4.1\bin\wsdl2java 
 -uri C:\EclipseLogViewer\BGC_NewAutoGiroWS\wsdl\MandateSearchService.wsdl -d 
 xmlbeans -o C:\EclipseLogViewer\BGC_NewAutoGiroWS -p 
 com.tieto.bgc.autogiro.ws -ns2p 
 bgonline.se.mandatesearchservice.schemas.getmandatelistrequest.v1.0=bgonline.se.mandatesearchservice.schemas.getmandatelistrequest,bgonline.se.mandatesearchservice.schemas.getmandatelistresponse.v1.0=bgonline.se.mandatesearchservice.schemas.getmandatelistresponse,bgonline.se.mandatesearchservice.schemas.getmandaterequest.v1.0=bgonline.se.mandatesearchservice.schemas.getmandaterequest,bgonline.se.shared.schemas.messageTypes.v1.0=bgonline.se.shared.schemas.messageTypes,bgonline.se.mandatesearchservice.schemas.getmandateresponse.v1.0=bgonline.se.mandatesearchservice.schemas.getmandateresponse,impl.bgonline.se.mandatesearchservice.schemas.getmandateresponse.v1.0=impl.bgonline.se.mandatesearchservice.schemas.getmandateresponse
  -u -or) Stub is crea
 ted OK.
 2. However, when executing call to web service exception is thrown. I found 
 out. After some fairly lengthy error localisation attempts, I finally found 
 that the cause of the exemption was that the policy tag Trust13 had lost 
 its attribute.
 3. After manual patching of 2 instances of the policy tag to become 
 sp:Trust13 
 xmlns:sp=\http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702\;  
 execution of the call to the Stub was without any error.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (AXIS2-4354) wsdl2Java removes policy tag Trust13 attribute

2009-06-02 Thread Andreas Veithen (JIRA)

[ 
https://issues.apache.org/jira/browse/AXIS2-4354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12715491#action_12715491
 ] 

Andreas Veithen commented on AXIS2-4354:


Axis2 1.5 has been released, but it has not yet been officially announced and 
is not yet available from the usual place. In the meantime, you can get if from 
[1].

[1] 
http://people.apache.org/~gdaniels/stagingRepo/org/apache/axis2/distribution/1.5/

 wsdl2Java removes policy tag Trust13 attribute
 --

 Key: AXIS2-4354
 URL: https://issues.apache.org/jira/browse/AXIS2-4354
 Project: Axis 2.0 (Axis2)
  Issue Type: Bug
Affects Versions: 1.4.1
 Environment: jdk1.5.0_04, WinXP, Eclipse Axis2 1.4.1, Rampart 1.4, 
 Addressing 1.4.1 - calling WebService on MS .NET platform
Reporter: Runo Barrdahl
Assignee: Andreas Veithen
Priority: Minor
 Attachments: 
 theMissingTrust13AttributeStub_WebService-corrected-2nd.xml


 1. When using wsdl2Java (batch file command: C:\axis2-1.4.1\bin\wsdl2java 
 -uri C:\EclipseLogViewer\BGC_NewAutoGiroWS\wsdl\MandateSearchService.wsdl -d 
 xmlbeans -o C:\EclipseLogViewer\BGC_NewAutoGiroWS -p 
 com.tieto.bgc.autogiro.ws -ns2p 
 bgonline.se.mandatesearchservice.schemas.getmandatelistrequest.v1.0=bgonline.se.mandatesearchservice.schemas.getmandatelistrequest,bgonline.se.mandatesearchservice.schemas.getmandatelistresponse.v1.0=bgonline.se.mandatesearchservice.schemas.getmandatelistresponse,bgonline.se.mandatesearchservice.schemas.getmandaterequest.v1.0=bgonline.se.mandatesearchservice.schemas.getmandaterequest,bgonline.se.shared.schemas.messageTypes.v1.0=bgonline.se.shared.schemas.messageTypes,bgonline.se.mandatesearchservice.schemas.getmandateresponse.v1.0=bgonline.se.mandatesearchservice.schemas.getmandateresponse,impl.bgonline.se.mandatesearchservice.schemas.getmandateresponse.v1.0=impl.bgonline.se.mandatesearchservice.schemas.getmandateresponse
  -u -or) Stub is crea
 ted OK.
 2. However, when executing call to web service exception is thrown. I found 
 out. After some fairly lengthy error localisation attempts, I finally found 
 that the cause of the exemption was that the policy tag Trust13 had lost 
 its attribute.
 3. After manual patching of 2 instances of the policy tag to become 
 sp:Trust13 
 xmlns:sp=\http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702\;  
 execution of the call to the Stub was without any error.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (AXIS2-4354) wsdl2Java removes policy tag Trust13 attribute

2009-06-02 Thread Runo Barrdahl (JIRA)

[ 
https://issues.apache.org/jira/browse/AXIS2-4354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12715544#action_12715544
 ] 

Runo Barrdahl commented on AXIS2-4354:
--

Dear Andreas:

I will download the code and run wsdl2Java on it.

However, do I need also a Rampart-1.5 distribution, or is it OK with
Rampart-1.4 ?

Best Regards, Runo 




 wsdl2Java removes policy tag Trust13 attribute
 --

 Key: AXIS2-4354
 URL: https://issues.apache.org/jira/browse/AXIS2-4354
 Project: Axis 2.0 (Axis2)
  Issue Type: Bug
Affects Versions: 1.4.1
 Environment: jdk1.5.0_04, WinXP, Eclipse Axis2 1.4.1, Rampart 1.4, 
 Addressing 1.4.1 - calling WebService on MS .NET platform
Reporter: Runo Barrdahl
Assignee: Andreas Veithen
Priority: Minor
 Attachments: 
 theMissingTrust13AttributeStub_WebService-corrected-2nd.xml


 1. When using wsdl2Java (batch file command: C:\axis2-1.4.1\bin\wsdl2java 
 -uri C:\EclipseLogViewer\BGC_NewAutoGiroWS\wsdl\MandateSearchService.wsdl -d 
 xmlbeans -o C:\EclipseLogViewer\BGC_NewAutoGiroWS -p 
 com.tieto.bgc.autogiro.ws -ns2p 
 bgonline.se.mandatesearchservice.schemas.getmandatelistrequest.v1.0=bgonline.se.mandatesearchservice.schemas.getmandatelistrequest,bgonline.se.mandatesearchservice.schemas.getmandatelistresponse.v1.0=bgonline.se.mandatesearchservice.schemas.getmandatelistresponse,bgonline.se.mandatesearchservice.schemas.getmandaterequest.v1.0=bgonline.se.mandatesearchservice.schemas.getmandaterequest,bgonline.se.shared.schemas.messageTypes.v1.0=bgonline.se.shared.schemas.messageTypes,bgonline.se.mandatesearchservice.schemas.getmandateresponse.v1.0=bgonline.se.mandatesearchservice.schemas.getmandateresponse,impl.bgonline.se.mandatesearchservice.schemas.getmandateresponse.v1.0=impl.bgonline.se.mandatesearchservice.schemas.getmandateresponse
  -u -or) Stub is crea
 ted OK.
 2. However, when executing call to web service exception is thrown. I found 
 out. After some fairly lengthy error localisation attempts, I finally found 
 that the cause of the exemption was that the policy tag Trust13 had lost 
 its attribute.
 3. After manual patching of 2 instances of the policy tag to become 
 sp:Trust13 
 xmlns:sp=\http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702\;  
 execution of the call to the Stub was without any error.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (AXIS2-4354) wsdl2Java removes policy tag Trust13 attribute

2009-06-02 Thread Andreas Veithen (JIRA)

[ 
https://issues.apache.org/jira/browse/AXIS2-4354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12715678#action_12715678
 ] 

Andreas Veithen commented on AXIS2-4354:


There is no Rampart release for Axis2 1.5 yet. Recent snapshots should work, 
but I'm not sure that Rampart 1.4 is still compatible.

 wsdl2Java removes policy tag Trust13 attribute
 --

 Key: AXIS2-4354
 URL: https://issues.apache.org/jira/browse/AXIS2-4354
 Project: Axis 2.0 (Axis2)
  Issue Type: Bug
Affects Versions: 1.4.1
 Environment: jdk1.5.0_04, WinXP, Eclipse Axis2 1.4.1, Rampart 1.4, 
 Addressing 1.4.1 - calling WebService on MS .NET platform
Reporter: Runo Barrdahl
Assignee: Andreas Veithen
Priority: Minor
 Attachments: 
 theMissingTrust13AttributeStub_WebService-corrected-2nd.xml


 1. When using wsdl2Java (batch file command: C:\axis2-1.4.1\bin\wsdl2java 
 -uri C:\EclipseLogViewer\BGC_NewAutoGiroWS\wsdl\MandateSearchService.wsdl -d 
 xmlbeans -o C:\EclipseLogViewer\BGC_NewAutoGiroWS -p 
 com.tieto.bgc.autogiro.ws -ns2p 
 bgonline.se.mandatesearchservice.schemas.getmandatelistrequest.v1.0=bgonline.se.mandatesearchservice.schemas.getmandatelistrequest,bgonline.se.mandatesearchservice.schemas.getmandatelistresponse.v1.0=bgonline.se.mandatesearchservice.schemas.getmandatelistresponse,bgonline.se.mandatesearchservice.schemas.getmandaterequest.v1.0=bgonline.se.mandatesearchservice.schemas.getmandaterequest,bgonline.se.shared.schemas.messageTypes.v1.0=bgonline.se.shared.schemas.messageTypes,bgonline.se.mandatesearchservice.schemas.getmandateresponse.v1.0=bgonline.se.mandatesearchservice.schemas.getmandateresponse,impl.bgonline.se.mandatesearchservice.schemas.getmandateresponse.v1.0=impl.bgonline.se.mandatesearchservice.schemas.getmandateresponse
  -u -or) Stub is crea
 ted OK.
 2. However, when executing call to web service exception is thrown. I found 
 out. After some fairly lengthy error localisation attempts, I finally found 
 that the cause of the exemption was that the policy tag Trust13 had lost 
 its attribute.
 3. After manual patching of 2 instances of the policy tag to become 
 sp:Trust13 
 xmlns:sp=\http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702\;  
 execution of the call to the Stub was without any error.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (AXIS2-4354) wsdl2Java removes policy tag Trust13 attribute

2009-06-01 Thread Runo Barrdahl (JIRA)

[ 
https://issues.apache.org/jira/browse/AXIS2-4354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12714993#action_12714993
 ] 

Runo Barrdahl commented on AXIS2-4354:
--

Dear Andreas:

May I ask you to delete the corrected version that you uploaded, and
also delete all copies of it, in case there are such copies.
Namely, I have just uploaded a -2nd corrected version that has been more
completely stripped and does not contain any unneccessary information.

Please confirm action to me.


Best Regards, Runo



 wsdl2Java removes policy tag Trust13 attribute
 --

 Key: AXIS2-4354
 URL: https://issues.apache.org/jira/browse/AXIS2-4354
 Project: Axis 2.0 (Axis2)
  Issue Type: Bug
Affects Versions: 1.4.1
 Environment: jdk1.5.0_04, WinXP, Eclipse Axis2 1.4.1, Rampart 1.4, 
 Addressing 1.4.1 - calling WebService on MS .NET platform
Reporter: Runo Barrdahl
Assignee: Andreas Veithen
Priority: Minor
 Attachments: 
 theMissingTrust13AttributeStub_WebService-corrected-2nd.xml, 
 theMissingTrust13AttributeStub_WebService-corrected.wsdl


 1. When using wsdl2Java (batch file command: C:\axis2-1.4.1\bin\wsdl2java 
 -uri C:\EclipseLogViewer\BGC_NewAutoGiroWS\wsdl\MandateSearchService.wsdl -d 
 xmlbeans -o C:\EclipseLogViewer\BGC_NewAutoGiroWS -p 
 com.tieto.bgc.autogiro.ws -ns2p 
 bgonline.se.mandatesearchservice.schemas.getmandatelistrequest.v1.0=bgonline.se.mandatesearchservice.schemas.getmandatelistrequest,bgonline.se.mandatesearchservice.schemas.getmandatelistresponse.v1.0=bgonline.se.mandatesearchservice.schemas.getmandatelistresponse,bgonline.se.mandatesearchservice.schemas.getmandaterequest.v1.0=bgonline.se.mandatesearchservice.schemas.getmandaterequest,bgonline.se.shared.schemas.messageTypes.v1.0=bgonline.se.shared.schemas.messageTypes,bgonline.se.mandatesearchservice.schemas.getmandateresponse.v1.0=bgonline.se.mandatesearchservice.schemas.getmandateresponse,impl.bgonline.se.mandatesearchservice.schemas.getmandateresponse.v1.0=impl.bgonline.se.mandatesearchservice.schemas.getmandateresponse
  -u -or) Stub is crea
 ted OK.
 2. However, when executing call to web service exception is thrown. I found 
 out. After some fairly lengthy error localisation attempts, I finally found 
 that the cause of the exemption was that the policy tag Trust13 had lost 
 its attribute.
 3. After manual patching of 2 instances of the policy tag to become 
 sp:Trust13 
 xmlns:sp=\http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702\;  
 execution of the call to the Stub was without any error.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (AXIS2-4354) wsdl2Java removes policy tag Trust13 attribute

2009-06-01 Thread Runo Barrdahl (JIRA)

[ 
https://issues.apache.org/jira/browse/AXIS2-4354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12714992#action_12714992
 ] 

Runo Barrdahl commented on AXIS2-4354:
--

Dear Andreas:

fresh Axis2 1.4.1 distribution, is that identical to the one available
for download and dated something like 2008-08 ?
Because, I continue to get the error with my distribution, and the
configurations used.

Best Regards, Runo 




 wsdl2Java removes policy tag Trust13 attribute
 --

 Key: AXIS2-4354
 URL: https://issues.apache.org/jira/browse/AXIS2-4354
 Project: Axis 2.0 (Axis2)
  Issue Type: Bug
Affects Versions: 1.4.1
 Environment: jdk1.5.0_04, WinXP, Eclipse Axis2 1.4.1, Rampart 1.4, 
 Addressing 1.4.1 - calling WebService on MS .NET platform
Reporter: Runo Barrdahl
Assignee: Andreas Veithen
Priority: Minor
 Attachments: 
 theMissingTrust13AttributeStub_WebService-corrected-2nd.xml, 
 theMissingTrust13AttributeStub_WebService-corrected.wsdl


 1. When using wsdl2Java (batch file command: C:\axis2-1.4.1\bin\wsdl2java 
 -uri C:\EclipseLogViewer\BGC_NewAutoGiroWS\wsdl\MandateSearchService.wsdl -d 
 xmlbeans -o C:\EclipseLogViewer\BGC_NewAutoGiroWS -p 
 com.tieto.bgc.autogiro.ws -ns2p 
 bgonline.se.mandatesearchservice.schemas.getmandatelistrequest.v1.0=bgonline.se.mandatesearchservice.schemas.getmandatelistrequest,bgonline.se.mandatesearchservice.schemas.getmandatelistresponse.v1.0=bgonline.se.mandatesearchservice.schemas.getmandatelistresponse,bgonline.se.mandatesearchservice.schemas.getmandaterequest.v1.0=bgonline.se.mandatesearchservice.schemas.getmandaterequest,bgonline.se.shared.schemas.messageTypes.v1.0=bgonline.se.shared.schemas.messageTypes,bgonline.se.mandatesearchservice.schemas.getmandateresponse.v1.0=bgonline.se.mandatesearchservice.schemas.getmandateresponse,impl.bgonline.se.mandatesearchservice.schemas.getmandateresponse.v1.0=impl.bgonline.se.mandatesearchservice.schemas.getmandateresponse
  -u -or) Stub is crea
 ted OK.
 2. However, when executing call to web service exception is thrown. I found 
 out. After some fairly lengthy error localisation attempts, I finally found 
 that the cause of the exemption was that the policy tag Trust13 had lost 
 its attribute.
 3. After manual patching of 2 instances of the policy tag to become 
 sp:Trust13 
 xmlns:sp=\http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702\;  
 execution of the call to the Stub was without any error.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (AXIS2-4354) wsdl2Java removes policy tag Trust13 attribute

2009-05-29 Thread Runo Barrdahl (JIRA)

[ 
https://issues.apache.org/jira/browse/AXIS2-4354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12714317#action_12714317
 ] 

Runo Barrdahl commented on AXIS2-4354:
--

Dear Andreas:

DONE.

Best Regards, Runo 




 wsdl2Java removes policy tag Trust13 attribute
 --

 Key: AXIS2-4354
 URL: https://issues.apache.org/jira/browse/AXIS2-4354
 Project: Axis 2.0 (Axis2)
  Issue Type: Bug
Affects Versions: 1.4.1
 Environment: jdk1.5.0_04, WinXP, Eclipse Axis2 1.4.1, Rampart 1.4, 
 Addressing 1.4.1 - calling WebService on MS .NET platform
Reporter: Runo Barrdahl
Priority: Minor
 Attachments: theMissingTrust13AttributeStub_WebService.wsdl


 1. When using wsdl2Java (batch file command: C:\axis2-1.4.1\bin\wsdl2java 
 -uri C:\EclipseLogViewer\BGC_NewAutoGiroWS\wsdl\MandateSearchService.wsdl -d 
 xmlbeans -o C:\EclipseLogViewer\BGC_NewAutoGiroWS -p 
 com.tieto.bgc.autogiro.ws -ns2p 
 bgonline.se.mandatesearchservice.schemas.getmandatelistrequest.v1.0=bgonline.se.mandatesearchservice.schemas.getmandatelistrequest,bgonline.se.mandatesearchservice.schemas.getmandatelistresponse.v1.0=bgonline.se.mandatesearchservice.schemas.getmandatelistresponse,bgonline.se.mandatesearchservice.schemas.getmandaterequest.v1.0=bgonline.se.mandatesearchservice.schemas.getmandaterequest,bgonline.se.shared.schemas.messageTypes.v1.0=bgonline.se.shared.schemas.messageTypes,bgonline.se.mandatesearchservice.schemas.getmandateresponse.v1.0=bgonline.se.mandatesearchservice.schemas.getmandateresponse,impl.bgonline.se.mandatesearchservice.schemas.getmandateresponse.v1.0=impl.bgonline.se.mandatesearchservice.schemas.getmandateresponse
  -u -or) Stub is crea
 ted OK.
 2. However, when executing call to web service exception is thrown. I found 
 out. After some fairly lengthy error localisation attempts, I finally found 
 that the cause of the exemption was that the policy tag Trust13 had lost 
 its attribute.
 3. After manual patching of 2 instances of the policy tag to become 
 sp:Trust13 
 xmlns:sp=\http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702\;  
 execution of the call to the Stub was without any error.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (AXIS2-4354) wsdl2Java removes policy tag Trust13 attribute

2009-05-28 Thread Andreas Veithen (JIRA)

[ 
https://issues.apache.org/jira/browse/AXIS2-4354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12713910#action_12713910
 ] 

Andreas Veithen commented on AXIS2-4354:


Thanks. Can you please attach the WSDL file to the JIRA issue (click on the 
Attach file link on the left sidebar)? Your mail client wrapped the lines in 
the WSDL so that it can't be extracted by copy  paste.

 wsdl2Java removes policy tag Trust13 attribute
 --

 Key: AXIS2-4354
 URL: https://issues.apache.org/jira/browse/AXIS2-4354
 Project: Axis 2.0 (Axis2)
  Issue Type: Bug
Affects Versions: 1.4.1
 Environment: jdk1.5.0_04, WinXP, Eclipse Axis2 1.4.1, Rampart 1.4, 
 Addressing 1.4.1 - calling WebService on MS .NET platform
Reporter: Runo Barrdahl
Priority: Minor

 1. When using wsdl2Java (batch file command: C:\axis2-1.4.1\bin\wsdl2java 
 -uri C:\EclipseLogViewer\BGC_NewAutoGiroWS\wsdl\MandateSearchService.wsdl -d 
 xmlbeans -o C:\EclipseLogViewer\BGC_NewAutoGiroWS -p 
 com.tieto.bgc.autogiro.ws -ns2p 
 bgonline.se.mandatesearchservice.schemas.getmandatelistrequest.v1.0=bgonline.se.mandatesearchservice.schemas.getmandatelistrequest,bgonline.se.mandatesearchservice.schemas.getmandatelistresponse.v1.0=bgonline.se.mandatesearchservice.schemas.getmandatelistresponse,bgonline.se.mandatesearchservice.schemas.getmandaterequest.v1.0=bgonline.se.mandatesearchservice.schemas.getmandaterequest,bgonline.se.shared.schemas.messageTypes.v1.0=bgonline.se.shared.schemas.messageTypes,bgonline.se.mandatesearchservice.schemas.getmandateresponse.v1.0=bgonline.se.mandatesearchservice.schemas.getmandateresponse,impl.bgonline.se.mandatesearchservice.schemas.getmandateresponse.v1.0=impl.bgonline.se.mandatesearchservice.schemas.getmandateresponse
  -u -or) Stub is crea
 ted OK.
 2. However, when executing call to web service exception is thrown. I found 
 out. After some fairly lengthy error localisation attempts, I finally found 
 that the cause of the exemption was that the policy tag Trust13 had lost 
 its attribute.
 3. After manual patching of 2 instances of the policy tag to become 
 sp:Trust13 
 xmlns:sp=\http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702\;  
 execution of the call to the Stub was without any error.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (AXIS2-4354) wsdl2Java removes policy tag Trust13 attribute

2009-05-27 Thread Andreas Veithen (JIRA)

[ 
https://issues.apache.org/jira/browse/AXIS2-4354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12713462#action_12713462
 ] 

Andreas Veithen commented on AXIS2-4354:


Can you provide a (stripped down) version of the WSDL that reproduces this 
problem?

 wsdl2Java removes policy tag Trust13 attribute
 --

 Key: AXIS2-4354
 URL: https://issues.apache.org/jira/browse/AXIS2-4354
 Project: Axis 2.0 (Axis2)
  Issue Type: Bug
Affects Versions: 1.4.1
 Environment: jdk1.5.0_04, WinXP, Eclipse Axis2 1.4.1, Rampart 1.4, 
 Addressing 1.4.1 - calling WebService on MS .NET platform
Reporter: Runo Barrdahl
Priority: Minor

 1. When using wsdl2Java (batch file command: C:\axis2-1.4.1\bin\wsdl2java 
 -uri C:\EclipseLogViewer\BGC_NewAutoGiroWS\wsdl\MandateSearchService.wsdl -d 
 xmlbeans -o C:\EclipseLogViewer\BGC_NewAutoGiroWS -p 
 com.tieto.bgc.autogiro.ws -ns2p 
 bgonline.se.mandatesearchservice.schemas.getmandatelistrequest.v1.0=bgonline.se.mandatesearchservice.schemas.getmandatelistrequest,bgonline.se.mandatesearchservice.schemas.getmandatelistresponse.v1.0=bgonline.se.mandatesearchservice.schemas.getmandatelistresponse,bgonline.se.mandatesearchservice.schemas.getmandaterequest.v1.0=bgonline.se.mandatesearchservice.schemas.getmandaterequest,bgonline.se.shared.schemas.messageTypes.v1.0=bgonline.se.shared.schemas.messageTypes,bgonline.se.mandatesearchservice.schemas.getmandateresponse.v1.0=bgonline.se.mandatesearchservice.schemas.getmandateresponse,impl.bgonline.se.mandatesearchservice.schemas.getmandateresponse.v1.0=impl.bgonline.se.mandatesearchservice.schemas.getmandateresponse
  -u -or) Stub is crea
 ted OK.
 2. However, when executing call to web service exception is thrown. I found 
 out. After some fairly lengthy error localisation attempts, I finally found 
 that the cause of the exemption was that the policy tag Trust13 had lost 
 its attribute.
 3. After manual patching of 2 instances of the policy tag to become 
 sp:Trust13 
 xmlns:sp=\http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702\;  
 execution of the call to the Stub was without any error.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (AXIS2-4354) wsdl2Java removes policy tag Trust13 attribute

2009-05-27 Thread Runo Barrdahl (JIRA)

[ 
https://issues.apache.org/jira/browse/AXIS2-4354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12713488#action_12713488
 ] 

Runo Barrdahl commented on AXIS2-4354:
--

Dear Andreas:

Thanks for your prompt reaction.

An extract of the wsdl containing the Policy tag reads as follows:

wsp:Policy wsu:Id=theXXX_WebService_policy
- wsp:ExactlyOne
- wsp:All
- sp:TransportBinding
xmlns:sp=http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702;
- wsp:Policy
- sp:TransportToken
- wsp:Policy
  sp:HttpsToken / 
  /wsp:Policy
  /sp:TransportToken
- sp:AlgorithmSuite
- wsp:Policy
  sp:Basic256 / 
  /wsp:Policy
  /sp:AlgorithmSuite
- sp:Layout
- wsp:Policy
  sp:Strict / 
  /wsp:Policy
  /sp:Layout
  sp:IncludeTimestamp / 
  /wsp:Policy
  /sp:TransportBinding
- sp:SignedEncryptedSupportingTokens
xmlns:sp=http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702;
- wsp:Policy
- sp:UsernameToken
sp:IncludeToken=http://docs.oasis-open.org/ws-sx/ws-securitypolicy/2007
02/IncludeToken/AlwaysToRecipient
- wsp:Policy
  sp:WssUsernameToken10 / 
  /wsp:Policy
  /sp:UsernameToken
  /wsp:Policy
  /sp:SignedEncryptedSupportingTokens
- sp:Wss11
xmlns:sp=http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702;
- wsp:Policy
  sp:MustSupportRefKeyIdentifier / 
  sp:MustSupportRefIssuerSerial / 
  sp:MustSupportRefThumbprint / 
  sp:MustSupportRefEncryptedKey / 
  /wsp:Policy
  /sp:Wss11
- sp:Trust13
xmlns:sp=http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702;
- wsp:Policy
  sp:MustSupportIssuedTokens / 
  sp:RequireClientEntropy / 
  sp:RequireServerEntropy / 
  /wsp:Policy
  /sp:Trust13
  wsaw:UsingAddressing / 
  /wsp:All
  /wsp:ExactlyOne
  /wsp:Policy
 

In addition, the following standards are referred to in the wsdl:

xmlns:wsdl=http://schemas.xmlsoap.org/wsdl/;
xmlns:soap=http://schemas.xmlsoap.org/wsdl/soap/;
xmlns:wsu=http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssec
urity-utility-1.0.xsd
xmlns:soapenc=http://schemas.xmlsoap.org/soap/encoding/;
xmlns:wsam=http://www.w3.org/2007/05/addressing/metadata;
xmlns:tns=http://bgonline.se/ws/autogiro;
xmlns:wsa=http://schemas.xmlsoap.org/ws/2004/08/addressing;
xmlns:wsp=http://schemas.xmlsoap.org/ws/2004/09/policy;
xmlns:wsap=http://schemas.xmlsoap.org/ws/2004/08/addressing/policy;
xmlns:xsd=http://www.w3.org/2001/XMLSchema;
xmlns:msc=http://schemas.microsoft.com/ws/2005/12/wsdl/contract;
xmlns:wsaw=http://www.w3.org/2006/05/addressing/wsdl;
xmlns:soap12=http://schemas.xmlsoap.org/wsdl/soap12/;
xmlns:wsa10=http://www.w3.org/2005/08/addressing;
xmlns:wsx=http://schemas.xmlsoap.org/ws/2004/09/mex;



I hope this information will provide information enough, otherwise,
please come back.

For your information, there was a lot of trial and error before I
actually managed to receive a sensible response from the web service
created by Microsoft .NET tools and running on a server for that
purpose.
In one instance, Axis2 threw an exception saying that ... relative
reference... must be absolute ... This led to that the web service
definition had to be amended to exchange relative references for
absolute ones.

Also, I find that the documentation on how to use Axis2 is quite bried
and did not provide me with answers to a lot of questions that I had.
Apart from that, in my view, Axis2 appears to be an excellent product.


Best Regards, Runo



 wsdl2Java removes policy tag Trust13 attribute
 --

 Key: AXIS2-4354
 URL: https://issues.apache.org/jira/browse/AXIS2-4354
 Project: Axis 2.0 (Axis2)
  Issue Type: Bug
Affects Versions: 1.4.1
 Environment: jdk1.5.0_04, WinXP, Eclipse Axis2 1.4.1, Rampart 1.4, 
 Addressing 1.4.1 - calling WebService on MS .NET platform
Reporter: Runo Barrdahl
Priority: Minor

 1. When using wsdl2Java (batch file command: C:\axis2-1.4.1\bin\wsdl2java 
 -uri C:\EclipseLogViewer\BGC_NewAutoGiroWS\wsdl\MandateSearchService.wsdl -d 
 xmlbeans -o C:\EclipseLogViewer\BGC_NewAutoGiroWS -p 
 com.tieto.bgc.autogiro.ws -ns2p 
 bgonline.se.mandatesearchservice.schemas.getmandatelistrequest.v1.0=bgonline.se.mandatesearchservice.schemas.getmandatelistrequest,bgonline.se.mandatesearchservice.schemas.getmandatelistresponse.v1.0=bgonline.se.mandatesearchservice.schemas.getmandatelistresponse,bgonline.se.mandatesearchservice.schemas.getmandaterequest.v1.0=bgonline.se.mandatesearchservice.schemas.getmandaterequest,bgonline.se.shared.schemas.messageTypes.v1.0=bgonline.se.shared.schemas.messageTypes,bgonline.se.mandatesearchservice.schemas.getmandateresponse.v1.0=bgonline.se.mandatesearchservice.schemas.getmandateresponse,impl.bgonline.se.mandatesearchservice.schemas.getmandateresponse.v1.0=impl.bgonline.se.mandatesearchservice.schemas.getmandateresponse
  -u -or) Stub is crea
 ted OK.
 2. However, when executing call to web service exception is thrown. I 

[jira] Commented: (AXIS2-4354) wsdl2Java removes policy tag Trust13 attribute

2009-05-27 Thread Andreas Veithen (JIRA)

[ 
https://issues.apache.org/jira/browse/AXIS2-4354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12713491#action_12713491
 ] 

Andreas Veithen commented on AXIS2-4354:


Runo,

I'm ready to work on this issue, but I need a complete WSDL file that 
reproduces the problem.

 wsdl2Java removes policy tag Trust13 attribute
 --

 Key: AXIS2-4354
 URL: https://issues.apache.org/jira/browse/AXIS2-4354
 Project: Axis 2.0 (Axis2)
  Issue Type: Bug
Affects Versions: 1.4.1
 Environment: jdk1.5.0_04, WinXP, Eclipse Axis2 1.4.1, Rampart 1.4, 
 Addressing 1.4.1 - calling WebService on MS .NET platform
Reporter: Runo Barrdahl
Priority: Minor

 1. When using wsdl2Java (batch file command: C:\axis2-1.4.1\bin\wsdl2java 
 -uri C:\EclipseLogViewer\BGC_NewAutoGiroWS\wsdl\MandateSearchService.wsdl -d 
 xmlbeans -o C:\EclipseLogViewer\BGC_NewAutoGiroWS -p 
 com.tieto.bgc.autogiro.ws -ns2p 
 bgonline.se.mandatesearchservice.schemas.getmandatelistrequest.v1.0=bgonline.se.mandatesearchservice.schemas.getmandatelistrequest,bgonline.se.mandatesearchservice.schemas.getmandatelistresponse.v1.0=bgonline.se.mandatesearchservice.schemas.getmandatelistresponse,bgonline.se.mandatesearchservice.schemas.getmandaterequest.v1.0=bgonline.se.mandatesearchservice.schemas.getmandaterequest,bgonline.se.shared.schemas.messageTypes.v1.0=bgonline.se.shared.schemas.messageTypes,bgonline.se.mandatesearchservice.schemas.getmandateresponse.v1.0=bgonline.se.mandatesearchservice.schemas.getmandateresponse,impl.bgonline.se.mandatesearchservice.schemas.getmandateresponse.v1.0=impl.bgonline.se.mandatesearchservice.schemas.getmandateresponse
  -u -or) Stub is crea
 ted OK.
 2. However, when executing call to web service exception is thrown. I found 
 out. After some fairly lengthy error localisation attempts, I finally found 
 that the cause of the exemption was that the policy tag Trust13 had lost 
 its attribute.
 3. After manual patching of 2 instances of the policy tag to become 
 sp:Trust13 
 xmlns:sp=\http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702\;  
 execution of the call to the Stub was without any error.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (AXIS2-4354) wsdl2Java removes policy tag Trust13 attribute

2009-05-27 Thread Runo Barrdahl (JIRA)

[ 
https://issues.apache.org/jira/browse/AXIS2-4354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12713496#action_12713496
 ] 

Runo Barrdahl commented on AXIS2-4354:
--

Dear Andreas:

Thanks for your prompt reaction.

An extract of the wsdl containing the Policy tag reads as follows:

wsp:Policy wsu:Id=theXXX_WebService_policy
- wsp:ExactlyOne
- wsp:All
- sp:TransportBinding
xmlns:sp=http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702;
- wsp:Policy
- sp:TransportToken
- wsp:Policy
  sp:HttpsToken / 
  /wsp:Policy
  /sp:TransportToken
- sp:AlgorithmSuite
- wsp:Policy
  sp:Basic256 / 
  /wsp:Policy
  /sp:AlgorithmSuite
- sp:Layout
- wsp:Policy
  sp:Strict / 
  /wsp:Policy
  /sp:Layout
  sp:IncludeTimestamp / 
  /wsp:Policy
  /sp:TransportBinding
- sp:SignedEncryptedSupportingTokens
xmlns:sp=http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702;
- wsp:Policy
- sp:UsernameToken
sp:IncludeToken=http://docs.oasis-open.org/ws-sx/ws-securitypolicy/2007
02/IncludeToken/AlwaysToRecipient
- wsp:Policy
  sp:WssUsernameToken10 / 
  /wsp:Policy
  /sp:UsernameToken
  /wsp:Policy
  /sp:SignedEncryptedSupportingTokens
- sp:Wss11
xmlns:sp=http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702;
- wsp:Policy
  sp:MustSupportRefKeyIdentifier / 
  sp:MustSupportRefIssuerSerial / 
  sp:MustSupportRefThumbprint / 
  sp:MustSupportRefEncryptedKey / 
  /wsp:Policy
  /sp:Wss11
- sp:Trust13
xmlns:sp=http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702;
- wsp:Policy
  sp:MustSupportIssuedTokens / 
  sp:RequireClientEntropy / 
  sp:RequireServerEntropy / 
  /wsp:Policy
  /sp:Trust13
  wsaw:UsingAddressing / 
  /wsp:All
  /wsp:ExactlyOne
  /wsp:Policy
 

In addition, the following standards are referred to in the wsdl:

xmlns:wsdl=http://schemas.xmlsoap.org/wsdl/;
xmlns:soap=http://schemas.xmlsoap.org/wsdl/soap/;
xmlns:wsu=http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssec
urity-utility-1.0.xsd
xmlns:soapenc=http://schemas.xmlsoap.org/soap/encoding/;
xmlns:wsam=http://www.w3.org/2007/05/addressing/metadata;
xmlns:tns=http://bgonline.se/ws/autogiro;
xmlns:wsa=http://schemas.xmlsoap.org/ws/2004/08/addressing;
xmlns:wsp=http://schemas.xmlsoap.org/ws/2004/09/policy;
xmlns:wsap=http://schemas.xmlsoap.org/ws/2004/08/addressing/policy;
xmlns:xsd=http://www.w3.org/2001/XMLSchema;
xmlns:msc=http://schemas.microsoft.com/ws/2005/12/wsdl/contract;
xmlns:wsaw=http://www.w3.org/2006/05/addressing/wsdl;
xmlns:soap12=http://schemas.xmlsoap.org/wsdl/soap12/;
xmlns:wsa10=http://www.w3.org/2005/08/addressing;
xmlns:wsx=http://schemas.xmlsoap.org/ws/2004/09/mex;



I hope this information will provide information enough, otherwise,
please come back.

For your information, there was a lot of trial and error before I
actually managed to receive a sensible response from the web service
created by Microsoft .NET tools and running on a server for that
purpose.
In one instance, Axis2 threw an exception saying that ... relative
reference... must be absolute ... This led to that the web service
definition had to be amended to exchange relative references for
absolute ones.

Also, I find that the documentation on how to use Axis2 is quite bried
and did not provide me with answers to a lot of questions that I had.
Apart from that, in my view, Axis2 appears to be an excellent product.


Best Regards, Runo 




 wsdl2Java removes policy tag Trust13 attribute
 --

 Key: AXIS2-4354
 URL: https://issues.apache.org/jira/browse/AXIS2-4354
 Project: Axis 2.0 (Axis2)
  Issue Type: Bug
Affects Versions: 1.4.1
 Environment: jdk1.5.0_04, WinXP, Eclipse Axis2 1.4.1, Rampart 1.4, 
 Addressing 1.4.1 - calling WebService on MS .NET platform
Reporter: Runo Barrdahl
Priority: Minor

 1. When using wsdl2Java (batch file command: C:\axis2-1.4.1\bin\wsdl2java 
 -uri C:\EclipseLogViewer\BGC_NewAutoGiroWS\wsdl\MandateSearchService.wsdl -d 
 xmlbeans -o C:\EclipseLogViewer\BGC_NewAutoGiroWS -p 
 com.tieto.bgc.autogiro.ws -ns2p 
 bgonline.se.mandatesearchservice.schemas.getmandatelistrequest.v1.0=bgonline.se.mandatesearchservice.schemas.getmandatelistrequest,bgonline.se.mandatesearchservice.schemas.getmandatelistresponse.v1.0=bgonline.se.mandatesearchservice.schemas.getmandatelistresponse,bgonline.se.mandatesearchservice.schemas.getmandaterequest.v1.0=bgonline.se.mandatesearchservice.schemas.getmandaterequest,bgonline.se.shared.schemas.messageTypes.v1.0=bgonline.se.shared.schemas.messageTypes,bgonline.se.mandatesearchservice.schemas.getmandateresponse.v1.0=bgonline.se.mandatesearchservice.schemas.getmandateresponse,impl.bgonline.se.mandatesearchservice.schemas.getmandateresponse.v1.0=impl.bgonline.se.mandatesearchservice.schemas.getmandateresponse
  -u -or) Stub is crea
 ted OK.
 2. However, when executing call to web service exception is thrown. I 

[jira] Commented: (AXIS2-4354) wsdl2Java removes policy tag Trust13 attribute

2009-05-27 Thread Runo Barrdahl (JIRA)

[ 
https://issues.apache.org/jira/browse/AXIS2-4354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12713509#action_12713509
 ] 

Runo Barrdahl commented on AXIS2-4354:
--

Dear Andreas:

You know, you will not be able to use the actual wsdl, since your access
to the underlying URL will be prevented due to security arrangements.
Would it not be possible for you to create a wsdl from the extract I
provided to you?

In addition, since the actual wsdl is owned by the Swedish company BGC,
I do not have the right to provide the wsdl to you.


Best Regards, Runo




 wsdl2Java removes policy tag Trust13 attribute
 --

 Key: AXIS2-4354
 URL: https://issues.apache.org/jira/browse/AXIS2-4354
 Project: Axis 2.0 (Axis2)
  Issue Type: Bug
Affects Versions: 1.4.1
 Environment: jdk1.5.0_04, WinXP, Eclipse Axis2 1.4.1, Rampart 1.4, 
 Addressing 1.4.1 - calling WebService on MS .NET platform
Reporter: Runo Barrdahl
Priority: Minor

 1. When using wsdl2Java (batch file command: C:\axis2-1.4.1\bin\wsdl2java 
 -uri C:\EclipseLogViewer\BGC_NewAutoGiroWS\wsdl\MandateSearchService.wsdl -d 
 xmlbeans -o C:\EclipseLogViewer\BGC_NewAutoGiroWS -p 
 com.tieto.bgc.autogiro.ws -ns2p 
 bgonline.se.mandatesearchservice.schemas.getmandatelistrequest.v1.0=bgonline.se.mandatesearchservice.schemas.getmandatelistrequest,bgonline.se.mandatesearchservice.schemas.getmandatelistresponse.v1.0=bgonline.se.mandatesearchservice.schemas.getmandatelistresponse,bgonline.se.mandatesearchservice.schemas.getmandaterequest.v1.0=bgonline.se.mandatesearchservice.schemas.getmandaterequest,bgonline.se.shared.schemas.messageTypes.v1.0=bgonline.se.shared.schemas.messageTypes,bgonline.se.mandatesearchservice.schemas.getmandateresponse.v1.0=bgonline.se.mandatesearchservice.schemas.getmandateresponse,impl.bgonline.se.mandatesearchservice.schemas.getmandateresponse.v1.0=impl.bgonline.se.mandatesearchservice.schemas.getmandateresponse
  -u -or) Stub is crea
 ted OK.
 2. However, when executing call to web service exception is thrown. I found 
 out. After some fairly lengthy error localisation attempts, I finally found 
 that the cause of the exemption was that the policy tag Trust13 had lost 
 its attribute.
 3. After manual patching of 2 instances of the policy tag to become 
 sp:Trust13 
 xmlns:sp=\http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702\;  
 execution of the call to the Stub was without any error.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (AXIS2-4354) wsdl2Java removes policy tag Trust13 attribute

2009-05-27 Thread Andreas Veithen (JIRA)

[ 
https://issues.apache.org/jira/browse/AXIS2-4354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12713526#action_12713526
 ] 

Andreas Veithen commented on AXIS2-4354:


I'm not asking for _the_ complete WSDL, but for _a_ complete WSDL that shows 
the problem. Take the original WSDL and strip it down to an anonymized version 
that still reproduces the problem.

 wsdl2Java removes policy tag Trust13 attribute
 --

 Key: AXIS2-4354
 URL: https://issues.apache.org/jira/browse/AXIS2-4354
 Project: Axis 2.0 (Axis2)
  Issue Type: Bug
Affects Versions: 1.4.1
 Environment: jdk1.5.0_04, WinXP, Eclipse Axis2 1.4.1, Rampart 1.4, 
 Addressing 1.4.1 - calling WebService on MS .NET platform
Reporter: Runo Barrdahl
Priority: Minor

 1. When using wsdl2Java (batch file command: C:\axis2-1.4.1\bin\wsdl2java 
 -uri C:\EclipseLogViewer\BGC_NewAutoGiroWS\wsdl\MandateSearchService.wsdl -d 
 xmlbeans -o C:\EclipseLogViewer\BGC_NewAutoGiroWS -p 
 com.tieto.bgc.autogiro.ws -ns2p 
 bgonline.se.mandatesearchservice.schemas.getmandatelistrequest.v1.0=bgonline.se.mandatesearchservice.schemas.getmandatelistrequest,bgonline.se.mandatesearchservice.schemas.getmandatelistresponse.v1.0=bgonline.se.mandatesearchservice.schemas.getmandatelistresponse,bgonline.se.mandatesearchservice.schemas.getmandaterequest.v1.0=bgonline.se.mandatesearchservice.schemas.getmandaterequest,bgonline.se.shared.schemas.messageTypes.v1.0=bgonline.se.shared.schemas.messageTypes,bgonline.se.mandatesearchservice.schemas.getmandateresponse.v1.0=bgonline.se.mandatesearchservice.schemas.getmandateresponse,impl.bgonline.se.mandatesearchservice.schemas.getmandateresponse.v1.0=impl.bgonline.se.mandatesearchservice.schemas.getmandateresponse
  -u -or) Stub is crea
 ted OK.
 2. However, when executing call to web service exception is thrown. I found 
 out. After some fairly lengthy error localisation attempts, I finally found 
 that the cause of the exemption was that the policy tag Trust13 had lost 
 its attribute.
 3. After manual patching of 2 instances of the policy tag to become 
 sp:Trust13 
 xmlns:sp=\http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702\;  
 execution of the call to the Stub was without any error.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (AXIS2-4354) wsdl2Java removes policy tag Trust13 attribute

2009-05-27 Thread Runo Barrdahl (JIRA)
//wsdl:outputwsdl:fault
name=IntegrationFaultContractFaultsoap12:fault
name=IntegrationFaultContractFault
use=literal//wsdl:fault/wsdl:operationwsdl:operation
name=GetMandatesoap12:operation
soapAction=http://theSecondDomain/ws/theCatalogue/ItheXXX_WebService/Ge
tMandate style=document/wsdl:inputsoap12:body
use=literal//wsdl:inputwsdl:outputsoap12:body
use=literal//wsdl:outputwsdl:fault
name=IntegrationFaultContractFaultsoap12:fault
name=IntegrationFaultContractFault
use=literal//wsdl:fault/wsdl:operation/wsdl:bindingwsdl:servic
e name=theXXX_WebServicewsdl:port name=theXXX_WebService
binding=tns:theXXX_WebServicesoap12:address
location=https://theDummyDomainNamePart.theDomain/ws/theCatalogue/theXX
X_WebService.svc/wsa10:EndpointReferencewsa10:Addresshttps://theDu
mmyDomainNamePart.theDomain/ws/theCatalogue/theXXX_WebService.svc/wsa10
:Address/wsa10:EndpointReference/wsdl:port/wsdl:service/wsdl:def
initions
 

Best Regards, Runo

___

Runo Barrdahl
TietoEnator Banking  Insurance

Mobile: +46 709 79 04 07
___


-Original Message-
From: Andreas Veithen (JIRA) [mailto:j...@apache.org] 
Sent: den 27 maj 2009 11:33
To: Barrdahl Runo
Subject: [jira] Commented: (AXIS2-4354) wsdl2Java removes policy tag
Trust13 attribute


[
https://issues.apache.org/jira/browse/AXIS2-4354?page=com.atlassian.jira
.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12713491
#action_12713491 ] 

Andreas Veithen commented on AXIS2-4354:


Runo,

I'm ready to work on this issue, but I need a complete WSDL file that
reproduces the problem.

1.4, Addressing 1.4.1 - calling WebService on MS .NET platform
C:\axis2-1.4.1\bin\wsdl2java -uri
C:\EclipseLogViewer\BGC_NewAutoGiroWS\wsdl\MandateSearchService.wsdl -d
xmlbeans -o C:\EclipseLogViewer\BGC_NewAutoGiroWS -p
com.tieto.bgc.autogiro.ws -ns2p
bgonline.se.mandatesearchservice.schemas.getmandatelistrequest.v1.0=bgon
line.se.mandatesearchservice.schemas.getmandatelistrequest,bgonline.se.m
andatesearchservice.schemas.getmandatelistresponse.v1.0=bgonline.se.mand
atesearchservice.schemas.getmandatelistresponse,bgonline.se.mandatesearc
hservice.schemas.getmandaterequest.v1.0=bgonline.se.mandatesearchservice
.schemas.getmandaterequest,bgonline.se.shared.schemas.messageTypes.v1.0=
bgonline.se.shared.schemas.messageTypes,bgonline.se.mandatesearchservice
.schemas.getmandateresponse.v1.0=bgonline.se.mandatesearchservice.schema
s.getmandateresponse,impl.bgonline.se.mandatesearchservice.schemas.getma
ndateresponse.v1.0=impl.bgonline.se.mandatesearchservice.schemas.getmand
ateresponse -u -or) Stub is crea
 ted OK.
found out. After some fairly lengthy error localisation attempts, I
finally found that the cause of the exemption was that the policy tag
Trust13 had lost its attribute.
sp:Trust13
xmlns:sp=\http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702\;

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



 wsdl2Java removes policy tag Trust13 attribute
 --

 Key: AXIS2-4354
 URL: https://issues.apache.org/jira/browse/AXIS2-4354
 Project: Axis 2.0 (Axis2)
  Issue Type: Bug
Affects Versions: 1.4.1
 Environment: jdk1.5.0_04, WinXP, Eclipse Axis2 1.4.1, Rampart 1.4, 
 Addressing 1.4.1 - calling WebService on MS .NET platform
Reporter: Runo Barrdahl
Priority: Minor

 1. When using wsdl2Java (batch file command: C:\axis2-1.4.1\bin\wsdl2java 
 -uri C:\EclipseLogViewer\BGC_NewAutoGiroWS\wsdl\MandateSearchService.wsdl -d 
 xmlbeans -o C:\EclipseLogViewer\BGC_NewAutoGiroWS -p 
 com.tieto.bgc.autogiro.ws -ns2p 
 bgonline.se.mandatesearchservice.schemas.getmandatelistrequest.v1.0=bgonline.se.mandatesearchservice.schemas.getmandatelistrequest,bgonline.se.mandatesearchservice.schemas.getmandatelistresponse.v1.0=bgonline.se.mandatesearchservice.schemas.getmandatelistresponse,bgonline.se.mandatesearchservice.schemas.getmandaterequest.v1.0=bgonline.se.mandatesearchservice.schemas.getmandaterequest,bgonline.se.shared.schemas.messageTypes.v1.0=bgonline.se.shared.schemas.messageTypes,bgonline.se.mandatesearchservice.schemas.getmandateresponse.v1.0=bgonline.se.mandatesearchservice.schemas.getmandateresponse,impl.bgonline.se.mandatesearchservice.schemas.getmandateresponse.v1.0=impl.bgonline.se.mandatesearchservice.schemas.getmandateresponse
  -u -or) Stub is crea
 ted OK.
 2. However, when executing call to web service exception is thrown. I found 
 out. After some fairly lengthy error localisation attempts, I finally found 
 that the cause of the exemption was that the policy tag Trust13 had lost 
 its attribute.
 3. After manual patching of 2 instances of the policy tag to become 
 sp:Trust13 
 xmlns:sp=\http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702\;  
 execution of the call to the Stub was without