RE: Viewing SOAP Message

2001-09-03 Thread Micael Ericsson (QIN)
Lunch idag eller...? -Original Message- From: Micael Ericsson (QIN) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 04, 2001 9:18 AM To: '[EMAIL PROTECTED]' Subject: RE: Viewing SOAP Message Use TcpTunnelGui class that comes with soap.jar. Simple usage: java org.apache.soap.util.n

RE: Viewing SOAP Message

2001-09-03 Thread Micael Ericsson (QIN)
Use TcpTunnelGui class that comes with soap.jar. Simple usage: java org.apache.soap.util.net.TcpTunnelGui NEW_PORT localhost OLD_PORT Where NEW_PORT is portnumber to tomcat/soap server and OLD_PORT is portnumber your client points to. 'localhost' is name on server running tomcat/soap. /Micael

Viewing SOAP Message

2001-09-03 Thread Vikram Rajan
Is there any way I can use Apache-SOAP implementation to view the actual SOAP request(xml format) being sent to the service manager? vikram

Parse error in SOAPException (apache soap and java)

2001-09-03 Thread Micael Ericsson (QIN)
If I throw a SOAPException (from server side) containing special characters like '<' I receive following error (on client side): Exception: java.lang.Exception:SOAPException= SOAP-ENV:Client, Parsing error, response was: The content of elements must consist of well-formed character data or marku

Re: Delphi client for webservice over Apache SOAP

2001-09-03 Thread Otto Villarin
No problem Graham the wsdl was fine the problem was in the wsdl importer tool from Delphi 6. I have already solved the problem without using wsdl just setting the url and some others parameters. Otto - Original Message - From: "graham glass" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent

RE: error running sample

2001-09-03 Thread Vikram Rajan
i got a hang of this one ... Weblogic has a 'samples' directory in its installation. The classloader might be looking for the classes within this directory and not finding it there. hence the error. I copied the 'addressbook' directory into the weblogic 'samples' directory and its working fine n

Re: error running sample

2001-09-03 Thread Otto Villarin
I receive the same error once them I just add to the classpath samples path. But probably you can solve that just adding the path of your samples classes because it's all under the class directory of the Apache SOAP deployed package. Regards Otto - Original Message - From: "Vikram Rajan" <

FW: error running sample

2001-09-03 Thread Vikram Rajan
> I am getting the following errow while running the addressbook sample on > Weblogic 6.0: > > = > D:\jakarta\soap-2_2>java samples.addressbook.GetAddress > http://localhost:7001/soap/servlet/rpcrouter "John B. Good" > Generated fault: > Fault Code = SOAP-ENV:Client > Fault Stri