Help for this page

Select Code to Download


  1. or download this
    my $interface = WDL::Interfaces::ordering::orderingSoap->new();
    my $confirmation = $interface->PlaceOrder({
        request => {
    ...
    
    # $placedLines isa(WDL::Types::ArrayOfOrderPlacedLine)
    my $placedLines = $results->get_PlacedLines();
    
  2. or download this
    <?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http:
    +//schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/20
    +01/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
      <soap:Body>
    ...
        </PlaceOrderResponse>
      </soap:Body>
    </soap:Envelope>