
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
08/Jan/07 10:54 AM
|
|
Hi,
When parwing the WSDL in MessageTest-2G I get the following errors from woden,
Woden[Error],0:0,WSDL506,Could not create a URI from the string "?first={FirstName};middle={MiddleName};last={LastName}".,java.net.URISyntaxException:Illegal character in query at index 7: ?first={FirstName};middle={MiddleName};last={LastName}
Woden[Error],0:0,WSDL506,Could not create a URI from the string "?first={FirstName};last={LastName}".,java.net.URISyntaxException:Illegal character in query at index 7: ?first={FirstName};last={LastName}
Woden[Error],0:0,WSDL506,Could not create a URI from the string "?first={FirstName}".,java.net.URISyntaxException:Illegal character in query at index 7: ?first={FirstName}
Woden[Error],0:0,WSDL506,Could not create a URI from the string "?first={FirstName};middle={MiddleName};last={LastName}".,java.net.URISyntaxException:Illegal character in query at index 7: ?first={FirstName};middle={MiddleName};last={LastName}
This causes the httplocation of these binding operations to be null. Therefore I cannot get the httplocation for all binding operations. We faced this error when trying to interop using messageTest-2G.
Thanks,
Keith.
|
|
Description
|
Hi,
When parwing the WSDL in MessageTest-2G I get the following errors from woden,
Woden[Error],0:0,WSDL506,Could not create a URI from the string "?first={FirstName};middle={MiddleName};last={LastName}".,java.net.URISyntaxException:Illegal character in query at index 7: ?first={FirstName};middle={MiddleName};last={LastName}
Woden[Error],0:0,WSDL506,Could not create a URI from the string "?first={FirstName};last={LastName}".,java.net.URISyntaxException:Illegal character in query at index 7: ?first={FirstName};last={LastName}
Woden[Error],0:0,WSDL506,Could not create a URI from the string "?first={FirstName}".,java.net.URISyntaxException:Illegal character in query at index 7: ?first={FirstName}
Woden[Error],0:0,WSDL506,Could not create a URI from the string "?first={FirstName};middle={MiddleName};last={LastName}".,java.net.URISyntaxException:Illegal character in query at index 7: ?first={FirstName};middle={MiddleName};last={LastName}
This causes the httplocation of these binding operations to be null. Therefore I cannot get the httplocation for all binding operations. We faced this error when trying to interop using messageTest-2G.
Thanks,
Keith.
|
Show » |
|
WODEN-86which deals with the same problem for MessageTest-1G. A fix has been delayed by other committments I've had, but I am starting work on the solution now. Will keep you posted.