Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The "SoftLayer_Billing_Order_Quote::getRecalculatedOrderContainer" method fails with perl client #4

Open
MiguelHigorre opened this issue Jan 20, 2015 · 0 comments

Comments

@MiguelHigorre
Copy link

The "SoftLayer_Billing_Order_Quote::getRecalculatedOrderContainer" method fails and raises the following exception when is used with the perl client

"SOAP-ENV:Client , Missing parameter"

Please try the following code:
use SoftLayer::API::SOAP;
use strict;
use Data::Dumper;

my $apiUsername = 'set-me';
my $apiKey = 'set-me';
my $quoteId = 123456;
my $client = SoftLayer::API::SOAP->new('SoftLayer_Billing_Order_Quote', $quoteId, $apiUsername, $apiKey);
my $order_templates = $client->getRecalculatedOrderContainer();

if ($order_templates->fault) {
die "Unable to retrieve quotes. " . $order_templates->faultcode . " , " .$order_templates->faultstring;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant