Coldfusion webservice inserting extra namespaces in SOAP response -


i have webservice in coldusion putting in namespaces/nodes in response. have tried several ways rid of namespaces nothing works. there way remove these namespaces/nodes( ) ??

<ns1:getinventorylevelsresponse>     <getinventorylevelsreturn>         <s:envelope>             <s:header/>             <s:body>                ...valid nodes...              </s:body>          </s:envelope>      </getinventorylevelsreturn> </ns1:getinventorylevelsresponse> 


Comments

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -