I am not able to see it anywhere else (except in the TCPTunnelGui output)..
I modified the descriptor file as well as the client code, I have deleted
and added the entry a few times now.. using all the editors that come with
windowsNT(notepad, wordpad, word,etc..) but it still shows up in
TcpTunnelGui output.. I don;t know where else to look.
Santosh
"Fred
Meredith" To: [EMAIL PROTECTED]
<fmeredith@nc cc:
.rr.com> Subject: Re: Weird problem
10/17/2001
04:40 PM
Please
respond to
soap-user
Looks like it's because of that strange character after the method name:
get_ServerName
Remove that, and you should be fine.
I am using Websphere3.5 and I am using the WSTK2.4 toolkit for generating
the Deployment descriptor files.
When I run my client code from the command prompt I get the following
error.
Caught SOAPException (SOAP-ENV:Client): Parsing error, response was:
An invalid XML character (Unicode: 0x18) was found in the element content
of the
document.
However when I use the TCPTunnelGUI tool it displays the following
<?xml version='1.0' encoding='UTF-8'?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV
="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi
="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd
="http://www.w3.org/2001/XMLSchema">
<SOAP-ENV:Body>
<SOAP-ENV:Fault>
<faultcode>SOAP-ENV:Server</faultcode>
<faultstring>COMProvider: native code exception:[SOAPException:
faultCode=SOAP-ENV:Server; msg=Failed to get dispid for method
get_ServerName]</faultstring>
<faultactor>/webapp/soap/servlet/rpcrouter</faultactor>
</SOAP-ENV:Fault>
The getServerName method looks good to me in the DeploymentDescriptor as
well as in the client code. (I used notepad to view the files).
Where else should I look to check this problem?
Thanx
Santosh