DmitriyMoseev

Results 3 comments of DmitriyMoseev

Yes, there is a type `InHeader` in `s0` namespace, but soapmethod does not link to it, it links to message which is defined in namespace `tns`.

I think this would be right. ``` ... ``` I replaced `message="s0:InHeader"` with `message="tns:InHeader"`

``` ... ... ... ... ``` Look at wsdl once again please. I have some clues why it has to be `message="tns:InHeader"` instead of `message="s0:InHeader"` We have three objects called...