[wsf-c-dev] [jira] Created: (WSFC-137) The values are represented
in an
incorrected way in the notify message sent from the client to the server
when executing the savan sample
Evanthika Amarasiri (JIRA)
jira at wso2.org
Mon Sep 17 22:20:48 PDT 2007
The values are represented in an incorrected way in the notify message sent from the client to the server when executing the savan sample
------------------------------------------------------------------------------------------------------------------------------------------
Key: WSFC-137
URL: http://www.wso2.org/jira/browse/WSFC-137
Project: WSO2 WSF/C
Issue Type: Bug
Components: Apache Savan/C (Eventing)
Affects Versions: 1.1.0
Environment: Windows XP, src.zip, libxml2-2.6.27.win32
Reporter: Evanthika Amarasiri
Assigned To: damitha kumarage
Priority: Minor
In the notification message sent from the client to the server, the values are represented in an incorrect way
<soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope">
<soapenv:Header/>
<soapenv:Body>
<test:notify xmlns:test="http://www.wso2.com/savan/c/publisher">
<test1>
<test2/>
<test3 data="5">test data3</test3>
</test1>test data
</test:notify>
</soapenv:Body></soapenv:Envelope>
The value test data is displayed outside the test1 tag (between the test:notify tags)
--
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
More information about the Wsf-c-dev
mailing list