we do not have a mechanism in Axis C++ to let you save the SOAP message. However, you could modify the transport code to get this done.
Samisa... On 4/16/05, bhanu prakash <[EMAIL PROTECTED]> wrote: > I was able to view the SOAP request and response > messages that are being exchanged between the client > and server using tcpmon. We can use 'save' on the > tcpmon utility to save the request & response. But my > question is, Is there anyway to store that SOAP > request in a string somewhere in my programs > automatically. > > Thanks, > Bhanu > > --- Dushshantha Chandradasa <[EMAIL PROTECTED]> > wrote: > > Hi Bhanu, > > > > It is possible to use tcpmon with Axis C++. To do > > this u first have to > > have Axis Java jar files with you and I hope that u > > have those jar files > > with you with correct settings of classpath to those > > files. > > > > Then you have to type the following command on the > > command prompt to run > > TCPMon. > > > > java org.apache.axis.utils.tcpmon 8080 localhost 90 > > > > Here 90 is the port that your apache (web server) > > running and 8080 is > > the port that you redirect the message. Here when > > you run the client, > > you should call the service from the redirected > > port. I mean, the end > > point should looks like the following. > > > > http://localhost:8080/axis/Calculator > > > > Thanks, > > Dushshantha > > > > -----Original Message----- > > From: bhanu prakash [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, April 12, 2005 9:43 AM > > To: Apache AXIS C Developers List > > Subject: Re: SOAP request message > > > > Samis and Krishna, Thanks for your replies. How do I > > use Axis Java's tcpmon in Axis C++. If this is not > > possible how can ethereal or tcpdump be used in Axis > > C++. Also, Is there anything on the AXIS C++'s > > server > > side to which I can send this SOAP message directly > > from my client program. > > > > Thanks, > > Bhanu > > > > --- Samisa Abeysinghe <[EMAIL PROTECTED]> > > wrote: > > > You can also use Axis Java's tcpmon program (run > > > using : java > > > org.apache.axis.utils.tcpmon) to capture the SOAP > > > messages. > > > > > > There is no "rpc router URL" in Axis C++. > > > > > > Thanks, > > > Samisa... > > > > > > On Apr 12, 2005 12:06 AM, krishna > > > <[EMAIL PROTECTED]> wrote: > > > > Hi Bhanu, > > > > > > > > I use ethereal or tcpdump to track the xml > > > messages from the client to > > > > the server and back.About your second query I am > > > not too sure. > > > > > > > > Cheers > > > > Krishna > > > > uic.edu/~krajag2 > > > > > > > > > > > > bhanu prakash wrote: > > > > > > > > >Hi, > > > > > > > > > >Is there anyway to get the xml soap message > > that > > > is > > > > >being sent from a client to the server. Also, > > Is > > > there > > > > >anything on the server side (such as the rpc > > > router > > > > >url in Axis Java) in Axis C++ to which we can > > > send > > > > >this xml request directly? > > > > > > > > > >Thanks, > > > > >Bhanu > > > > > > > > > > > > > > > > > > > >__________________________________ > > > > >Do you Yahoo!? > > > > >Yahoo! Small Business - Try our new resources > > > site! > > > > >http://smallbusiness.yahoo.com/resources/ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > __________________________________ > > Do you Yahoo!? > > Yahoo! Small Business - Try our new resources site! > > http://smallbusiness.yahoo.com/resources/ > > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com >
