cesarjv commented on issue #5907: URL: https://github.com/apache/camel-quarkus/issues/5907#issuecomment-2012471443
This is what I sent in the 2 requests COMANDO LGI https://10.164.232.99:8001 ``` <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:lgi="http://www.huawei.com/HLR9820/LGI"> <soapenv:Header/> <soapenv:Body> <lgi:LGI> <lgi:OPNAME>OPENG</lgi:OPNAME> <lgi:PWD>{{passwordUDB}}</lgi:PWD> <lgi:HLRSN>1</lgi:HLRSN> </lgi:LGI> </soapenv:Body> </soapenv:Envelope> ``` COMANDO LST_DYNSUB https://10.164.232.99:8001/sessionId ``` <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:lst="http://www.huawei.com/HLR9820/LST_DYNSUB"> <soapenv:Header/> <soapenv:Body> <lst:LST_DYNSUB> <lst:ISDN>xxxxxxxxx</lst:ISDN> <lst:CONTENT>0</lst:CONTENT> </lst:LST_DYNSUB> </soapenv:Body> </soapenv:Envelope> ``` Do you require more details? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
