[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

http_parse_xml_stmf issue (missing expected returned content)



   Hi,

   I have an xml  structure like below.

   <?xml version="1.0" encoding="UTF-8"?>

   <soapenv:Envelope
   xmlns:soapenv="[1]http://schemas.xmlsoap.org/soap/envelope/";>

   <soapenv:Body>

                   <ns:cifResponse
   xmlns:ns="[2]http://retxyz.wsbeans.iseries/xsd";>

                       <ns:return>

                                   <ns:_CifId>123</ns:_CifId>

                                   <ns:_Prefix>xyz</ns:_Prefix>

                                   <ns:_RequestID>RI1</ns:_RequestID>


   <ns:_RequestStamp>Stamp1</ns:_RequestStamp>

                                   <ns:_Requestor>Reqstr</ns:_Requestor>

                                   <ns:_RetTab>string</ns:_RetTab>

                                   <ns:_Retcode></ns:_Retcode>

                                   <ns:_Retmsg></ns:_Retmsg>

                                   <ns:_User>Rgr</ns:_User>

                       </ns:return>

   </ns:cifResponse>

   </soapenv:Body>

   </soapenv:Envelope>


   When I use the http_parse_xml_stmf with a routine in the endtag, when I
   get to ns:return name tag, I see nothing in the value.

   Note: In your EXAMPLE17, we clearly see all the tags that are "under"
   that level.

   What am I missing?

   Thanks,

   Roger

References

   1. http://schemas.xmlsoap.org/soap/envelope/
   2. http://retxyz.wsbeans.iseries/xsd
-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------