-
AddParameter\* methods should allow “value” to be omitted. XMLSERVICE provides intelligent defaults for missing values. PHP Toolkit should take advantage of this. Forcing the user to provide starting …
-
以下のように修正すれば対応可能。
```diff
// HTMLソースが不正な構成になっているため、暫定的対応
if (NewsAreaSection == null) {
NewsAreaSection = response.getContentText().match(/[\s\S]*?\/section/);
NewsAreaSection = News…
-
-
## Describe the issue
oxTrust throws error `javax.xml.bind.JAXBException: Implementation of JAXB-API has not been found on module path or classpath`.
## Steps To Reproduce
1. Deploy oxTrust a…
-
**Describe the bug**
not inject interface
**To Reproduce**
`container.register(injection_types.ITestSubService, TestSubService);`
```
@injectable()
class LocalStorageService implements ILoc…
ghost updated
3 years ago
-
### What You Are Seeing?
I am aware that I can delete these bad XML files but I just wanted to add this issue to make you aware it happened
PS C:\WINDOWS\system32> choco upgrade all -y
Chocolatey…
-
Instead of using the XMLService that Zend Server ships, we should instead default to QXMLSERV, which is shipped and maintained by IBM.
-
Create architecture that makes a choice of payload protocol easy.
-
Provide at least basic query support in the toolkit, using XMLSERVICE's capabilities. Why? So that queries can run in the same job as private toolkit connection program calls. Then private toolkit con…
-
Shorten XML parsing class by using iterators (Tony idea)