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

Somtime works, somtimes SoapFault Internal Server Error #186

Open
TechNov opened this issue Sep 30, 2020 · 0 comments
Open

Somtime works, somtimes SoapFault Internal Server Error #186

TechNov opened this issue Sep 30, 2020 · 0 comments

Comments

@TechNov
Copy link

TechNov commented Sep 30, 2020

Hi i use this paacket like describe in docimentation.
But sometime my request works fine, somtile it fail with this eror: SoapFault Internal Server Error without change anything

`$this->soapWrapper->add('Currency', function ($service) {
$service
->wsdl('http://currencyconverter.kowabunga.net/converter.asmx?WSDL')
->trace(true)
->options(['user_agent'=>'PHPSoapClient']) // Indispensable pour le PHP
->classmap([
GetConversionAmount::class,
GetConversionAmountResponse::class,
]);
});

// With classmap
$response = $this->soapWrapper->call('Currency.GetConversionAmount', [
  new GetConversionAmount('USD', 'EUR', '2014-06-05', '1000')
]);`

Help please;

@TechNov TechNov changed the title COmtime works, somtimes SoapFault Internal Server Error Somtime works, somtimes SoapFault Internal Server Error Sep 14, 2023
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