Details
-
- Environment:
- Petals ESB 3.1.3 running on Windows XP (French edition)
Activity
| Field | Original Value | New Value |
|---|---|---|
| Status | New [ 10000 ] | Open [ 10002 ] |
| Priority | Major [ 3 ] |
| Assignee | Mathieu Carrolle [ mcarrolle ] | Christophe DENEUX [ cdeneux ] |
| Status | Open [ 10002 ] | In Progress [ 10003 ] |
| Status | In Progress [ 10003 ] | Resolved [ 10004 ] |
| Fix Version/s | 5.1.2 [ 10180 ] | |
| Resolution | Fixed [ 1 ] |
| Status | Resolved [ 10004 ] | Open [ 10002 ] |
| Resolution | Fixed [ 1 ] |
| Assignee | Christophe DENEUX [ cdeneux ] | Mathieu Carrolle [ mcarrolle ] |
| Status | Open [ 10002 ] | In Progress [ 10003 ] |
| Status | In Progress [ 10003 ] | Resolved [ 10004 ] |
| Fix Version/s | 5.2.0_4.0 [ 10267 ] | |
| Resolution | Fixed [ 1 ] |
| Transition | Status Change Time | Execution Times | Last Executer | Last Execution Date | |||||||||
|
|
|
|
|
|||||||||
|
|
|
|
|
|||||||||
|
|
|
|
|
|||||||||
|
|
|
|
|
|||||||||
|
|
|
|
|
|||||||||
|
|
|
|
|
When deploying the SU at the first time, its WSDL is updated with the endpoint name.
This update used the WSDLUtil.convertDescriptionToString(...) to get the String associated to the WSDL. Next this WSDL as String is converted into an InputStream to be saved on the local filesystem. So the encoding is not taking into account when writing the WSDL file.
The updated WSDL, as Description, can be directly saved using WSDLUtil.convertDescriptionToFile(...)