P
psengunthar
Hi
I have a c#.net application which is trying to access a java web
service,
I get the following error:
"<SOAPAction name> Unknown SOAP Action(possibly not yet implemented)"
the same method is accessible through JAVA client code.
It is a SOAPHeaderException. We have two set of webservice,
One web service is created using .net and another using Java. Both
have the same signature and methods.
When I am trying to access the webmethod(implemented using .NET) using
a .net windows application, I am able to retrieve the response.
However if I try to access the webmethod(implemented in java), I get
the above error.
I would appreciate if anybody could solve this issue.
I have a c#.net application which is trying to access a java web
service,
I get the following error:
"<SOAPAction name> Unknown SOAP Action(possibly not yet implemented)"
the same method is accessible through JAVA client code.
It is a SOAPHeaderException. We have two set of webservice,
One web service is created using .net and another using Java. Both
have the same signature and methods.
When I am trying to access the webmethod(implemented using .NET) using
a .net windows application, I am able to retrieve the response.
However if I try to access the webmethod(implemented in java), I get
the above error.
I would appreciate if anybody could solve this issue.