-
The problem is committing one version with "modification", is adding the version 2 times to the contribution.
->> 388 | doCall in parsers.XmlService$_parseVersions_closure2
---
| 265 | parse…
-
```
How can i create a xml which have more than one namespace like this.
Actually auto generated proxy have a code like this, here i can able to add
only one namespace uri for my soap.
void XML…
-
```
How can i create a xml which have more than one namespace like this.
Actually auto generated proxy have a code like this, here i can able to add
only one namespace uri for my soap.
void XML…
-
@inon I believe you made a mistake in using the temporary slider section for the getHomeContent() function. I think this should be `$this->map->sliderSection->slide` instead.
```
public function ge…
-
This whole part will fail if one of the nodes is empty:
```
public function getHomeContent()
{
foreach($this->map->categoryNavigation->otherCategories as $map) {
$otherCate…
-
It is saving the version XML to disk in RestController line 267. The problem is the version uid is updated in XmlService when versioning, but the content of the XML string is not beign updated.
Test …
-
The brjs xml service doesn't work in prod mode resulting in a 404 when not finding the xml bundle.
In dev, the following returns true and the service correctly locates the bundle here:
http://hostn…
-
create formatting for childnode in xmlservice and json service
-
Hi,
First let me thank you for the wonderful little tool you've created, very useful!
I have run into a minor issue, which can be easily fixed (I'm no git user, so I didn't create a pull req for th…
-
Fixed by changing:
```
_backend = false;
```
to:
```
_backend = false,
```
ghost updated
13 years ago