[wsf-javascript-dev] [jira] Created: (WSFJS-7) XBI exceptions representing SOAP Faults thrown at the wrong place.
XBI exceptions representing SOAP Faults thrown at the wrong place.
------------------------------------------------------------------
Key: WSFJS-7
URL: http://www.wso2.org/jira/browse/WSFJS-7
Project: WSO2 WSF/JavaScript
Issue Type: Bug
Components: SpiderMonkey
Environment: Firefox XBI 0.1, Vista
Reporter: Jonathan Marsh
Assigned To: Thilina Gunarathne
SOAP Fault correctly results in an exception, but it's thrown on .responseText or .responseXML instead of on .send()
To reproduce:
Install the converterService.js as a Mashup Server service.
Launch converterService.html in Firefox (requires client-side E4X.)
Click on "execute" to run the service. The "xxx" parameter is rejected by the service and results in a SOAP fault. The SOAP fault should result in an exception. For the synchronous case, one would expect the exception to occur on the .send method. Instead it occurs on the .responseText or .responseXML methods.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://www.wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
Wsf-javascript-dev mailing list
Wsf-javascript-dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/wsf-javascript-dev
- Login or register to post comments
- Printer friendly version
- 2251 reads











[wsf-javascript-dev] [jira] Updated: (WSFJS-7) XBI exceptions re
[ http://www.wso2.org/jira/browse/WSFJS-7?page=all ]
Jonathan Marsh updated WSFJS-7:
-------------------------------
Attachment: converterService.js
converterService.html
converterService.stub.e4x
> XBI exceptions representing SOAP Faults thrown at the wrong place.
> ------------------------------------------------------------------
>
> Key: WSFJS-7
> URL: http://www.wso2.org/jira/browse/WSFJS-7
> Project: WSO2 WSF/JavaScript
> Issue Type: Bug
> Components: SpiderMonkey
> Environment: Firefox XBI 0.1, Vista
> Reporter: Jonathan Marsh
> Assigned To: Thilina Gunarathne
> Attachments: converterService.html, converterService.js, converterService.stub.e4x
>
>
> SOAP Fault correctly results in an exception, but it's thrown on .responseText or .responseXML instead of on .send()
> To reproduce:
> Install the converterService.js as a Mashup Server service.
> Launch converterService.html in Firefox (requires client-side E4X.)
> Click on "execute" to run the service. The "xxx" parameter is rejected by the service and results in a SOAP fault. The SOAP fault should result in an exception. For the synchronous case, one would expect the exception to occur on the .send method. Instead it occurs on the .responseText or .responseXML methods.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://www.wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
Wsf-javascript-dev mailing list
Wsf-javascript-dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/wsf-javascript-dev