It seems that the SoapEnvelope is not completely populated at the time of
creation. The getLocalName Method and getQualifiedName Method return empty
string.
but should return Envelope and soapenv:Envelope respectively.
public void testSoapEnvelope()throws Exception
{
SOAPMessage message
Krishna,
The programming API that you use is orthogonal to the format of the message.
Document style versus RPC style refers to the message format. Normally, when
using an API like JAX-RPC, most programmers let the framework marshal the
SOAP message, which allows them to work with Java objects rat
UNSUBSCRIBE ME
I want to use Axis to create my SOAP xml from
objects as it would when doing an RPC call with a Stub. However, I don't
want to do the actual send. Can anybody
recommend how to do this? In walking through the Stub invoke() code, I see
that the Call object is doing this:
RPCEleme
Hi,
I have a WSDL with a type that can either include CDATA or additional
tags so real mixed content. I can't change this unfortunately.
Now I try to generate Java stubs/skeletons from this mixed content WSDL
snipplet.
When I have only text content I get a method String getValue() generated.
If I