You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
while trying to go with the procedure, I get an error while calling soap:wsdl2erlang("<local fs .wsdl>")
.
.
.
Which http client must be used?
1: ibrowse
2: inets
Select a number: 1
** exception error: no match of right hand side value {error,[{exception,{error,"Unexpected attribute (not namespace qualified): final"}},
{stack,[schemaType]},
{received,{startElement,"http://www.w3.org/2001/XMLSchema",
"simpleType","xs",
[{attribute,"final",[],[],"restriction"},
{attribute,"name",[],[],"LocationServiceType"}]}}]}
Though, if I use SoapUI with this wsdl and it works.
This error is something that I don't know how to interpret.
I am really not sure how to proceed
Best
The text was updated successfully, but these errors were encountered:
This is probably an error in erlsom, the XML parser. It should accept the 'final' attribute here (as it does elsewhere).
The solution is easy (if not very satisfactory): simply remove it. The 'final' attribute imposes some restrictions on the messages, but erlsom will not enforce those anyway. Erlsom does do quite a few checks on the structure of the messages, but it is not exhaustive, see the limitations listed in the erlsom README.
Hi,
while trying to go with the procedure, I get an error while calling soap:wsdl2erlang("<local fs .wsdl>")
.
.
.
Which http client must be used?
1: ibrowse
2: inets
Select a number: 1
** exception error: no match of right hand side value {error,[{exception,{error,"Unexpected attribute (not namespace qualified): final"}},
{stack,[schemaType]},
{received,{startElement,"http://www.w3.org/2001/XMLSchema",
"simpleType","xs",
[{attribute,"final",[],[],"restriction"},
{attribute,"name",[],[],"LocationServiceType"}]}}]}
Though, if I use SoapUI with this wsdl and it works.
This error is something that I don't know how to interpret.
I am really not sure how to proceed
Best
The text was updated successfully, but these errors were encountered: