Uploaded image for project: 'Tuscany'
  1. Tuscany
  2. TUSCANY-3984

Service references do not serialize according to SCA spec

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • Java-SCA-1.6
    • None
    • SCA Java Runtime
    • None
    • JDK 1.6

    Description

      After a service reference has been serialized and deserialized, it no longer supports calls using binding.ws.
      Indeed, service references can sometimes not even be deserialized.

      The attached test case produces a WSDL generation error during the deserialization stage
      (i. e. before making any service call) because no WSDL definition is found for
      the deserialized binding.

      I attach modified versions of two Tuscany samples. In helloworld-ws-service-secure
      I have modified the definitions.xml to use BasicAuthenticationPolicySet, as in my
      original setup with SAP. In helloworld-ws-reference-secure I have split the
      HelloWorldService interface into a part referring to the external web service,
      and a part containing additional methods that attempt the remote call while
      first serializing the embedded reference. I have deleted the test class
      just tested the Socket connection.

      You can try starting the service component with "ant run" and then manually
      starting (no build target) helloworld.HelloWorldClientTestCase in the client component.
      This test case contains two new tests, one with "normal" serialization, one with
      coding for explicit XML serialization.

      I have added some elements to the composite file and some annotations to the coding
      (both hopefully redundant) in order to get clearer about the code structure.

      Attachments

        1. helloworld-ws-reference-secure.zip
          47 kB
          Sebastian Millies
        2. helloworld-ws-service-secure.zip
          37 kB
          Sebastian Millies

        Activity

          People

            scnash Simon Nash
            s.millies@ids-scheer.de Sebastian Millies
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: