Issue Details (XML | Word | Printable)

Key: WODEN-110
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: John Kaputin
Reporter: Keith Godwin Chapman
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Woden

MessageTest-2G does not return httplocation correctly

Created: 15/Dec/06 12:15 PM   Updated: 29/Jan/07 02:18 PM
Return to search
Component/s: Parser
Affects Version/s: None
Fix Version/s: M7

Time Tracking:
Not Specified

Resolution Date: 08/Jan/07 10:54 AM


 Description  « Hide
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.





 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
John Kaputin added a comment - 15/Dec/06 03:07 PM
This is related to WODEN-86 which 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.

Eran Chinthaka added a comment - 18/Dec/06 08:19 AM
Hi John,

This is the major bottleneck for us now, for the WSDL interop. Can we please get this fixed a bit sooner.

Thanks,
Chinthaka

John Kaputin added a comment - 19/Dec/06 02:51 PM
Support for HTTPLocation added via rev 488539. See comments in WODEN-86 for details/discussion. That JIRA is for the templated http location in MessageTest1G. This JIRA is for the same problem (and solution) in MessageTest2G.

John Kaputin added a comment - 08/Jan/07 10:54 AM
Issue now resolved. Closure pending removal of a redundant method from HTTPLocation after confirmation via mailing list (see comment in WODEN-86).