-
Notifications
You must be signed in to change notification settings - Fork 73
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
Problem creating request with more when one item. #241
Comments
I need to push that issue.
In our code we set all elements and they data into a String HashMap to put them into the Operation later-on:
This generates following Request content:
But expected was:
While generating the request, during the creation of BuildInSchemaType-Objects, matching Xpath-Elements are identified by a Regular Expression. <data_B> is no BuildInSchemaType SimpleType and finally it Fails Hopefully that's correct ;-) |
Hi, thanks for your valueable description of the bug. It will take some time till we will fix that is SOA Model. Feel free to create a pull-request yourself if you want to. The code fort he RequestCreator is at the file: Cheers, Thomas Am 04.08.16, 13:45 schrieb "psytester" [email protected]: I need to push that issue. <xsd:complexType name="Identity"> both <data_A> are added because of type="xsd:base64Binary" <data_B> is no BuildInSchemaType SimpleType and finally it Fails Hopefully that's correct ;-) — |
CreateSOAPRequest run result not correct (there are no data in element & ):
result is:
|
I am trying the CreateSOAPRequest example that I got from downloads part on 1.5.4 version of soa-model-core.
So I have problems related multiple items of same type:
for example
we have multiple articles and multiple prices.
After running example I got this result
but it should be
I didn't change anything in source code.
The text was updated successfully, but these errors were encountered: