Replies: 1 comment 1 reply
-
WSDL attached. Excerpts from the WSDL
...
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to generate a soap request with a nested type. SOAP UI generate this request:
My code:
generates the following request:
Notice the duplicate Credentials tags.
Also notice that the first Credentials open tag has the type ListServiceRequest !?!?
<ns1:Credentials xmlns:ns1="bla" xmlns:xsi="bla" xsi:type="ns1:ListServiceRequest">
Excerpt from dumped WSDL:
ns1:CredentialsType(Logonid: xsd:string, AbsentEmplno: xsd:string, Clientno: xsd:string, Password: xsd:string, uuid: xsd:string, pin: xsd:string)
ns1:ListServiceRequest(Credentials: ns1:CredentialsType, Filter: {[FilterCriteria: {FieldName: xsd:string, FieldValue: xsd:string}]}, SelectedFields: {[FieldName: xsd:string], selectionType: ns1:selectionType})
What am I doing wrong ? Is this a bug ?
Beta Was this translation helpful? Give feedback.
All reactions