- From: John Kaputin (gmail) <jakaputin@gmail.com>
- Date: Fri, 10 Nov 2006 23:01:51 +0000
- To: www-ws-desc@w3.org
- Cc: woden-dev@ws.apache.org
Received on Friday, 10 November 2006 23:02:08 UTC
Woden reports a URISyntaxException when parsing this WSDL:
Woden[Error],0:0,WSDL506,Could not create a URI from the string
"?op=EchoInt;int={int};".,java.net.URISyntaxException:Illegal character in
query at index 16: ?op=EchoInt;int={int};
Woden is using the constructor of the class java.net.URI with the argument
"?op=EchoInt;int={int};". The left curly brace is the problem.
The relevant operation is:
<operation ref="tns:EchoInt"
wsoap:action="http://example.org/message-test/action/EchoInt"
whttp:location="?op=EchoInt;int={int};">
Received on Friday, 10 November 2006 23:02:08 UTC