Soap method is not allowed to invoke.

2006-09-15 Thread William D. Strathearn
I have a small service built with the server and client stubs generated by wsdl2ws.jar.  I am able to send SOAP requests to the service that is running on an axis_simple_server, v1.6b.  I get a SOAP fault as a reply, but the request, including SOAPAction looks just fine to me.  server.wsdd [

Axis C++ SOAP 1.2 faults

2006-09-15 Thread Kamlesh kumar
I am interested in creating SOAP faults based on SOAP 1.2 spec using Axis C++. Looking at SOAPFault API it seems we can only create SOAP fault that is compliant with SOAP 1.1 spec. Also, I see the following comment in the SOAPFault serialize() function? int SoapFault::serialize(SoapSerializer& p

RE: Problem with "special characters"

2006-09-15 Thread Jonathan Beakley \(beakley\)
I have encountered a similar problem and am also looking for assistance... I have a client script sending utf-8 chars that look like this: my $myArgument = "\x{00d6}h B\x{0101}by"; I send this over to the server in a SOAP message, and the XML going over looks fine, but the: pIWSDZ->getElement

Newbie question: windows installation

2006-09-15 Thread Ken Greiner
Hi, Sorry for the newbie question, but I'm having trouble getting Axis C++ to work on windows. I've downloaded the binaries for Apache 2.0 and Axis 1.6b, and I've followed all the guidance I can find on the web. I'm getting the infamous "Deployment Descriptor not found" message and I can't

Re: Installation problems

2006-09-15 Thread Christian Rudnick
Thanks Samisa for the advise. Now i'm using ant. But it fails too because i do'nt know where to set the AXISJAVA_LIB environment variable. What do i have to do? Thank you very much Christian Am Friday, 15. September 2006 06:38 schrieb Samisa Abeysinghe: > Are you using Axis C++ or Axis2/C? > I

Axis C++ client, redirector

2006-09-15 Thread Andrew Afrosimov
Hello, We use Axis2 1.0 for create server side app in the Java. But we must create two clients: Java and C++. For java client we generate code using WSDL2Java. For C++ client we created by manually with using libriary Axis2C 0.93 according samples. Our server has isapi redirector and we don't rec

Re: Installation problems

2006-09-15 Thread Samisa Abeysinghe
Are you using Axis C++ or Axis2/C? In case of Axis CPP, you can use congigure; make as there is not make based build. You have to use ant. Please have a look at the ant build guide in the docs. If you are using Axis2/C and then you do not need automake to build source. You should be able to j