Hi Folks, i've some problems enhancing a Webservice Proxy by hand. I implemeted a new method in the Webservice and the Testclient with the following signature on the Server: _sendImportFile(ByVal filename As String, ByVal psHaendlernr As String, ByVal hi As WebRefWD.headerInfo) As WebRefWD.hiBoolean
I did this by hand and not via a new WSDL File import. When I traced the SOAP Messages all values are sent from the clinet and all values are rceived by the server. But when I debug the Webservice method on the Server, the first two values are set to nothing. So my question is "Where are those two values". Strangely the thirsd value "hi" was found perfectly well. Might there be any problem with the WSDL file in depth? I assumed the WSDL was only needed to create the Proxy/Stub pair. Thanks in advance Thorsten
