We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 service receives a message. The operation therefore has a single input element. The grammar for a one-way operation is −
<wsdl:definitions .... > <wsdl:portType .... > * <wsdl:operation name = "nmtoken"> <wsdl:input name = "nmtoken"? message = "qname"/> </wsdl:operation> </wsdl:portType > </wsdl:definitions>
On this way we have an error in PHP8 on line 4930 $this->portTypes[$bindingData['portType']][$operation]['output']
$this->portTypes[$bindingData['portType']][$operation]['output']
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The service receives a message. The operation therefore has a single input element. The grammar for a one-way operation is −
On this way we have an error in PHP8 on line 4930
$this->portTypes[$bindingData['portType']][$operation]['output']
The text was updated successfully, but these errors were encountered: