3 Replies Latest reply on Sep 12, 2008 9:02 PM by ankit018

    Another problem running through the Contract First Tutorial

    louc

      When I create a class that implements Pricing, it stubs in a method with the following signature:

       

          public BigDecimal getPrice(String ticker, String date, Holder<String> source)

      The tutorial shows a method with a different signature, which is what I would expect based on the WSDL created in the tutorial:

       

          public GetPriceResponse getPrice(GetPriceRequest getPriceRequest)

       

      Can someone please help me understand if I've done something wrong, and how I get back on track?  Thanks in advance.