RE: soapAction and .NET interoperability

2005-05-17 Thread Yampolsky, Robert
I was testing my Axis service with a partner who's client is built in .NET.   Once I got him to provide the SOAPAction header in the format Axis wanted, I was able to run the service, but then his client didn't like the response packet (included below).  He thinks the problem is the fact th

RE: soapAction and .NET interoperability

2005-05-12 Thread John Hawkins
which is what Websphere does ;-) "Samisa Abeysinghe" <[EMAIL PROTECTED]> 12/05/2005 09:31 Please respond to "Apache AXIS C User List" To "Apache AXIS C User List" cc Subject RE: soapAction and .NET interoperability Surely picking f

RE: soapAction and .NET interoperability

2005-05-12 Thread Samisa Abeysinghe
PROTECTED] Sent: Thursday, May 12, 2005 2:18 PM To: Apache AXIS C User List Subject: RE: soapAction and .NET interoperability   Do we have a clear direction that we should be heading to? What is the way we should be finding the operation we're calling? .NET and  Websphere for example have diff

RE: soapAction and .NET interoperability

2005-05-12 Thread John Hawkins
D]> 12/05/2005 06:37 Please respond to "Apache AXIS C User List" To "Apache AXIS C User List" cc Subject RE: soapAction and .NET interoperability Yes, Axis C++ server side is looking for a soap action of the form: ServiceName#MethodName It uses the Meth

RE: soapAction and .NET interoperability

2005-05-11 Thread Samisa Abeysinghe
[mailto:[EMAIL PROTECTED] Sent: Wednesday, May 11, 2005 8:39 PM To: Apache AXIS C User List Subject: RE: soapAction and .NET interoperability Does Axis require the SOAPAction to be formatted with a '#' separating the service and method? All the Microsoft documentation I've Google

RE: soapAction and .NET interoperability

2005-05-11 Thread Yampolsky, Robert
t.  I guess I just need to get the guys who are building with .NET to try to connect, see what they send and see what happens.   Thanks, Rob   From: John Hawkins [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 11, 2005 3:27 AMTo: Apache AXIS C User ListSubject: RE: soapAction and .NET inter

RE: soapAction and .NET interoperability

2005-05-11 Thread Yampolsky, Robert
#method there (the service name doesn't seem to be necessary). -Original Message- From: Samisa Abeysinghe [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 11, 2005 12:03 AM To: Apache AXIS C User List Subject: RE: soapAction and .NET interoperability > Does anybody know of a workaro

RE: soapAction and .NET interoperability

2005-05-11 Thread John Hawkins
aSoapMethodAttributeClassSoapAction > Topic.asp may lead to a clue. > > Thanks, > Samisa... > > -Original Message- > From: Yampolsky, Robert [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 11, 2005 2:39 AM > To: Apache AXIS C User List > Subject: soapAction and .

RE: soapAction and .NET interoperability

2005-05-10 Thread Samisa Abeysinghe
ref/h tml/frlrfSystemRuntimeRemotingMetadataSoapMethodAttributeClassSoapAction Topic.asp may lead to a clue. Thanks, Samisa... -Original Message- From: Yampolsky, Robert [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 11, 2005 2:39 AM To: Apache AXIS C User List Subject: soapAction and .NET interoperability

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