Re: Can`t build from sources

2004-02-01 Thread damitha
Hi, the default gnu auto tools that ships with earlier versions of linux(for example mandrake8.0) does not build axis. they look for a configure.in instead of configure.ac. What I did was reinstalling the autoconf and automake with the following versions(that ships with redhat 8.0) autoconf 2.53

Axis with HTTP Get?

2004-02-01 Thread Ashley Waite
Hey all, I notice that though Axis does allow simple HTTP Get requests (and responds with the SOAP Body) I cannot see any way to pass a more complex structure to it. As I develop my WebServices, clients like to have a pretty form they can use to check how many features are implemented thus far

attachment is there, but can't reach it through soap w/attachment api

2004-02-01 Thread Steve Pruitt
This is frustrating.  My service sends an attachment along with some body content.  Can someone spot where I am going wrong?   Thanks much in advance.   The code to create the soap response is:   SOAPMessage reply = mf.createMessage();  //mf is javax.xml.soap.MessageFactory   SOAPPart sp =