RE: soapAction and .NET interoperability

2005-05-10 Thread Samisa Abeysinghe
> Does anybody know of a workaround for this? Either a way to define my > service to not require soapAction or a way to > get a .NET client to provide the method name in the soapAction header? There is no way in Axis C++ to define the service not to require the SOAPAction as of now. (But we wish

RE: list of deployed web services

2005-05-10 Thread Samisa Abeysinghe
Do you have the wsdl files in $AXISCPP_DEPLOY/wsdls folder? BTW, Simple Axis server does not support this ?wsdl URLs. It only works with Apache. Also note that, Axis C++ engine is not capable of generating the WSDL for the service. Rather it gives out the WSDL file stored in $AXISCPP_DEPLOY/wsdls

soapAction and .NET interoperability

2005-05-10 Thread Yampolsky, Robert
I've seen posted here that Axis services don't work with soapAction set to "". I can verify that that's the case. With no soapAction, I get a "Soap method is not allowed to invoke" exception, but when I put it in, I'm able to access the service. As a matter of fact, it seems to only require the

calling a method with xsd__base64Binary

2005-05-10 Thread Jamie
Hi I am using the Axis C++ API to send compressed emails from a C++ client to a server implemented in Java. In my client code (see below), I have an exposed function called storeMessage, that has a xsd__base64Binary parameter. When I send the email without compression (i.e. plaintext), the data

RE: list of deployed web services

2005-05-10 Thread Yampolsky, Robert
Not true. The URL's in the front page have /axis in them (I'm using 1.5). Same thing happens when I click the front page links or type the URL's manually. I don't see any core files generated by the Apache segfault, so I can't determine why it's segfaulting. I tried to access a wsdl URL through

RE: list of deployed web services

2005-05-10 Thread Tony Dodd
It's simply got the wrong url coded in the Axis front page, if you look at Axis.cpp someone has commented out the line that adds /axis (line 235 in 1.4). If you enter http://localhost/axis/array?wsdl in the url combo explicitly it should work. Tony Dodd Oxford University Research Technologies (Xa

RE: list of deployed web services

2005-05-10 Thread Yampolsky, Robert
Doesn't work for me. http://localhost/axis does bring up a page with links to all the wsdl's, but when I click on any of those links I get a 503 error in my browser, and the Apache error log logs a segfault. Any idea how to debug this? -Original Message- From: Samisa Abeysinghe [mailto:[