IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  WSC losing reference

    Posted Wed March 23, 2016 03:12 PM

    Hello all,

    I’m having a problem with Web Service Connectors.

    I have a WSD with a single operation, then I created a WSC and started my page development. Well, it’s worked!

    I was using my page normally, so i had to add another operation in my WSD and create another connector. When I created my new connector, the other one lost the reference, the connector it’s a blue triangle image, after I created the new connector it becomes a yellow ball. All page is getting error, because don’t find nothing.

    Why is this happening? I tried to create another WSD, another WSC, another page, but the error didn’t dissapear

    Thanks!


    #webMethods
    #MWS-CAF-Task-Engine
    #webMethods-BPMS


  • 2.  RE: WSC losing reference

    Posted Wed March 23, 2016 03:50 PM

    You should be able to just refresh the existing WSC to pick up the changes rather than creating a new one. Did you already try that?


    #webMethods
    #MWS-CAF-Task-Engine
    #webMethods-BPMS


  • 3.  RE: WSC losing reference

    Posted Wed March 23, 2016 04:02 PM

    Yes, instead of creating another one i refreshed. My mistake on writing…


    #webMethods
    #webMethods-BPMS
    #MWS-CAF-Task-Engine


  • 4.  RE: WSC losing reference

    Posted Wed March 23, 2016 06:04 PM

    Resolved!

    I saw in other topic that Designer 9.8 changed packages/folder default.
    "I wonder if you are using Designer 9.9. In that case, to change packages or folders “src → caf → war” you have to go to:
    Windows\Preferences\Software AG\UI Development, then inside of the inputText named “Default Java Package” change the value “caf.${project_type}.${project_name}” with the new value, for instance “com.webMethods.caf”. "

    But I have created before I change this configuration, so I open all .java and I changed manually of caf.war to com.webMethods.

    Thanks!


    #webMethods-BPMS
    #webMethods
    #MWS-CAF-Task-Engine