Re: [Xml-compile] MessageId in soap header

2018-02-14 Thread micunek
Yes you are right. I had to do changes to wsdl. Thanks Peter M. On Wed, Feb 14, 2018 at 3:20 PM, Mark Overmeer wrote: > * micu...@gmail.com (micu...@gmail.com) [180213 14:05]: >> I have another problem. Soap response have different order of tags >> than is defined in vendor wsdl. > > Ouch... it

Re: [Xml-compile] MessageId in soap header

2018-02-14 Thread Mark Overmeer
* micu...@gmail.com (micu...@gmail.com) [180213 14:05]: > I have another problem. Soap response have different order of tags > than is defined in vendor wsdl. Ouch... it is not unusual that the servers do not validate their messages. Schema's are very strict: either the message is exactly correct

Re: [Xml-compile] MessageId in soap header

2018-02-13 Thread micunek
Mark, thanks a lot MessageID works. I have another problem. Soap response have different order of tags than is defined in vendor wsdl. error: decode error: data for element or block starting with `BRPC' missing at tns:LST_ODBResponse/Result/ResultData/Table1/Item Is it possible somehow ignore or

Re: [Xml-compile] MessageId in soap header

2018-02-13 Thread Mark Overmeer
* micu...@gmail.com (micu...@gmail.com) [180213 09:24]: > could you please help me with a creation of proper soap request? > I can not add parameter MessageID as part of soap header. Did you install/load/read XML::Compile::SOAP::WSA? -- Success, MarkOv