i need to tweak one of my service so i does not return the namespace in the root element. this is for a cisco phone system that can't deal with parsing XML docs with the namespace.
i need this
to look likeCode:<VehicleLookupResponse xmlns="http://oracle.autoreturn.com/schemas/vehicles"> ...... </VehicleLookupResponse>
Code:<VehicleLookupResponse> ...... </VehicleLookupResponse>
thanks,
deno


Reply With Quote
