| Bug ID: | 231 |
| Project: | Opentestman |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Request for PULL is not generated, after an enumeration is made for the class given to check the transfer create operation in the opentestman.xml.
From the debug file:
[DEBUG: ./etc/scripts/Enumeration/enum.sh at #86] REQUEST
[DEBUG: ./etc/scripts/Enumeration/enum.sh at #88] <?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"
xmlns:wsman="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd" xmlns:wsen="http://schemas.xmlsoap.org/ws/2004/09/enumeration"
>
<s:Header>
<wsa:Action s:mustUnderstand="true">http://schemas.xmlsoap.org/ws/2004/09/enumeration/Enumerate</wsa:Action>
<wsa:To s:mustUnderstand="true">http://10.0.0.155:80/wsman</wsa:To>
<wsman:ResourceURI s:mustUnderstand="true">http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/IBM_WebProtocolEndpoin
t</wsman:ResourceURI>
<wsa:MessageID s:mustUnderstand="true">uuid:93662602-24f7-14f7-6903-435267054024</wsa:MessageID>
<wsa:ReplyTo>
<wsa:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:Address>
</wsa:ReplyTo>
<wsman:SelectorSet>
<wsman:Selector Name="__cimnamespace">root/cimv2</wsman:Selector>
</wsman:SelectorSet>
</s:Header>
<s:Body>
<wsen:Enumerate/>
</s:Body>
</s:Envelope>
[DEBUG: ./etc/scripts/Enumeration/enum.sh at #104] RESPONSE
[DEBUG: ./etc/scripts/Enumeration/enum.sh at #106] <s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope" xmlns:wsa=
"http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsman="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd"><s:Header><
wsa:To>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:To><wsa:Action>http://schemas.xmlsoap.org/ws/20
04/09/enumeration/EnumerateResponse</wsa:Action><wsa:RelatesTo>uuid:93662602-24f7-14f7-6903-435267054024</wsa:RelatesTo><ws
a:From><wsa:Address>http://10.0.0.155:80/wsman</wsa:Address></wsa:From><wsa:MessageID>uuid:93662602-24f7-14f7-6903-43526705
4024</wsa:MessageID></s:Header><s:Body><wsen:EnumerateResponse xmlns:wsen="http://schemas.xmlsoap.org/ws/2004/09/enumeratio
n"><wsen:EnumerationContext>6</wsen:EnumerationContext></wsen:EnumerateResponse></s:Body></s:Envelope>
[DEBUG: ./etc/scripts/Enumeration/enum.sh at #157] REQUEST
[DEBUG: ./etc/scripts/Enumeration/enum.sh at #159]
[DEBUG: ./etc/scripts/Enumeration/enum.sh at #173] RESPONSE
Updates
Can you specify the testcase that is resulting this behavior?
Not reproduced in the rev.2939, ResourceURI in request wrong.
In the Req below, the resourceURI doesn't matach with the resource to be Created.
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsman="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd" xmlns:p="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ProtocolEndpoint">
<s:Header>
<wsa:Action s:mustUnderstand="true">http://schemas.xmlsoap.org/ws/2004/09/transfer/Create</wsa:Action>
<wsa:To s:mustUnderstand="true">http://10.0.0.155:80/wsman</wsa:To>
<wsman:ResourceURI s:mustUnderstand="true">http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ComputerSystem</wsman:ResourceURI>
<wsa:MessageID s:mustUnderstand="true">uuid:93662602-24f7-14f7-1454-187373984991</wsa:MessageID>
<wsa:ReplyTo>
<wsa:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:Address>
</wsa:ReplyTo>
<wsman:SelectorSet>
<wsman:Selector Name="__cimnamespace">root/cimv2</wsman:Selector>
</wsman:SelectorSet>
</s:Header>
<s:Body>
<p:CIM_ProtocolEndpoint>
..
</p:CIM_ProtocolEndpoint>
</s:Body>
</s:Envelope>