Incomplete SoapEnvelope Object creation

2003-06-15 Thread John Smith
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

Re: Question on Document Style Service Vs RPC Style Service ..

2003-06-15 Thread Anne Thomas Manes
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

2003-06-15 Thread Sitestaging
UNSUBSCRIBE ME

Marshalling from objects to XML without sending

2003-06-15 Thread Jim Geppert
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

WSDL2Java and mixed content XSD

2003-06-15 Thread Peter Klotz
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