Petals Studio

Be able to refactor a SU project (by changing the service name)

Details

  • Type: New Feature New Feature
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.0
  • Fix Version/s: 1.1.1
  • Component/s: Petals Tools
  • Security Level: Public
  • Description:
    Hide

    In the Studio, only the "endpoint" is modifiable in the wizard. When we need to use the "autogenerated" mode, we cannot change the "interface" nor "service". If we cant to create two distinct service units to call the same service, we need to edit by hand both WSDL and jbi.xml.

    Allowing the end user to change the namespaces does not seem to be a good idea, because this impacts the generated request. Then it can be possible to modify the port-type or the service (especially the service in fact).

    Show
    In the Studio, only the "endpoint" is modifiable in the wizard. When we need to use the "autogenerated" mode, we cannot change the "interface" nor "service". If we cant to create two distinct service units to call the same service, we need to edit by hand both WSDL and jbi.xml. Allowing the end user to change the namespaces does not seem to be a good idea, because this impacts the generated request. Then it can be possible to modify the port-type or the service (especially the service in fact).
  • Environment:
    Petals Studio

Activity

Charles Casadei made changes - Tue, 3 Aug 2010 - 17:25:13 +0200
Field Original Value New Value
Link This issue blocks SPVEOLIAE-18 [ SPVEOLIAE-18 ]
Charles Casadei made changes - Thu, 5 Aug 2010 - 11:20:59 +0200
Priority Minor [ 4 ]
Vincent Zurczak made changes - Thu, 5 Aug 2010 - 11:52:35 +0200
Resolution Incomplete [ 4 ]
Status New [ 10000 ] Inaccurate [ 10001 ]
Vincent Zurczak made changes - Mon, 9 Aug 2010 - 14:08:27 +0200
Comment [ Pour l'approche avec le shared-library, il faut exclure "xml-apis" des jars embarqués.
Cela résoud le problème de déploiement chez moi.

<dependencies>
<dependency>
<artifactId>xalan</artifactId>
<groupId>xalan</groupId>
<version>2.7.1</version>
<exclusions>
<exclusion>
<artifactId>xml-apis</artifactId>
<groupId>xml-apis</groupId>
</exclusion>
</exclusions>
</dependency>
</dependencies> ]
Vincent Zurczak made changes - Mon, 9 Aug 2010 - 14:53:09 +0200
Resolution Incomplete [ 4 ] Won't Fix [ 2 ]
Status Inaccurate [ 10001 ] Resolved [ 10004 ]
Vincent Zurczak made changes - Mon, 9 Aug 2010 - 15:07:37 +0200
Status Resolved [ 10004 ] Closed [ 10005 ]
Fix Version/s 1.1.1 [ 10078 ]
Vincent Zurczak made changes - Mon, 23 Aug 2010 - 17:51:13 +0200
Status Closed [ 10005 ] Open [ 10002 ]
Priority Minor [ 4 ] Major [ 3 ]
Resolution Won't Fix [ 2 ]
Vincent Zurczak made changes - Mon, 23 Aug 2010 - 17:53:36 +0200
Summary Allow the SOAP wizard to customize the interface or service Be able to refactor a SU project (by changing the service name)
Issue Type Improvement [ 4 ] New Feature [ 2 ]
Vincent Zurczak made changes - Tue, 21 Sep 2010 - 17:21:19 +0200
Status Open [ 10002 ] In Progress [ 10003 ]
Vincent Zurczak made changes - Tue, 21 Sep 2010 - 17:27:09 +0200
Status In Progress [ 10003 ] Open [ 10002 ]
Vincent Zurczak made changes - Wed, 22 Sep 2010 - 10:33:33 +0200
Status Open [ 10002 ] In Progress [ 10003 ]
Vincent Zurczak made changes - Wed, 22 Sep 2010 - 17:17:34 +0200
Status In Progress [ 10003 ] Open [ 10002 ]
Vincent Zurczak made changes - Thu, 23 Sep 2010 - 13:05:11 +0200
Status Open [ 10002 ] In Progress [ 10003 ]
Vincent Zurczak made changes - Thu, 23 Sep 2010 - 18:13:57 +0200
Status In Progress [ 10003 ] Open [ 10002 ]
Vincent Zurczak made changes - Fri, 24 Sep 2010 - 11:15:03 +0200
Status Open [ 10002 ] In Progress [ 10003 ]
Vincent Zurczak made changes - Fri, 24 Sep 2010 - 19:10:26 +0200
Status In Progress [ 10003 ] Open [ 10002 ]
Vincent Zurczak made changes - Fri, 24 Sep 2010 - 20:59:31 +0200
Status Open [ 10002 ] In Progress [ 10003 ]
Vincent Zurczak made changes - Sat, 25 Sep 2010 - 01:48:59 +0200
Status In Progress [ 10003 ] Open [ 10002 ]
Vincent Zurczak made changes - Sat, 25 Sep 2010 - 12:23:07 +0200
Status Open [ 10002 ] In Progress [ 10003 ]
Vincent Zurczak made changes - Sat, 25 Sep 2010 - 14:28:41 +0200
Status In Progress [ 10003 ] Open [ 10002 ]
Vincent Zurczak made changes - Sat, 25 Sep 2010 - 18:33:41 +0200
Status Open [ 10002 ] In Progress [ 10003 ]
Vincent Zurczak made changes - Sat, 25 Sep 2010 - 20:43:52 +0200
Status In Progress [ 10003 ] Resolved [ 10004 ]
Resolution Fixed [ 1 ]
Vincent Zurczak made changes - Sat, 25 Sep 2010 - 20:44:07 +0200
Status Resolved [ 10004 ] Closed [ 10005 ]

People

Dates

  • Created:
    Tue, 3 Aug 2010 - 17:20:53 +0200
    Updated:
    Sat, 25 Sep 2010 - 20:44:07 +0200
    Resolved:
    Sat, 25 Sep 2010 - 20:43:52 +0200