Use
snoop utility, it can display what you are passing in SOAP request
-Original Message-From: Krishnakanth Rao
[mailto:[EMAIL PROTECTED]]Sent: 24 January 2002
11:10To: [EMAIL PROTECTED]Subject: printing soap
message
Hello,
How do print the soap message (http hea
Hi All,
Can you please tell what is SOAP ACTION
why the following code works ok with Apache Soap
but gives this error with .Net Soap servers
THE ERROR
Generated fault:Fault Code = soap:Client Fault String =
System.Web.Services.Protocols.SoapException: Server did not recognize the
Please check the catalina.bat which should have this jar mentioned
set CP=%CATALINA_HOME%\bin\bootstrap.jar;%JAVA_HOME%\lib\tools.jar;>
mail.jar
-Original Message-
From: Steven Howe [mailto:[EMAIL PROTECTED]]
Sent: 05 December 2001 15:33
To: [EMAIL PROTECTED]
Subject: RE: unsubscribe
Hi All
I am new to soap, just trying to deploy Hello service,
1. I wrote a simple class to return what is passed
public String sayHelloTo(String name)
{
System.out.println("sayHelloTo(String name)");
return "Hello " + name + ", How are you doing?";
}
2. Used Admin tool to