import { v4 } from 'uuid' export const probePayload = (uuid: string = v4()) => (type: string) => `
http://schemas.xmlsoap.org/ws/2005/04/discovery/Probe uuid:${uuid} http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous urn:schemas-xmlsoap-org:ws:2005:04:discovery
dp0:${type}
`