Hi,
I'm new to Axis and I have to write a Client which has to get data from a
uniface webservice. This webservice has more than one return value. The uniface
side can't use xml schema to describe the types.
The message format is rpc, and it is rpc encoded. How to deal with the return
types? Do I have to work with StringHolders and the like? I use Axis 1.4
(because Axis2 doesn't support Rpc/rpc-encoded)
Here is the important part from the wsdl:
<message name="WSSTAMH1Response">
<part name="return" type="xsd:int"/>
<part name="PS_XML" type="xsd:string"/>
<part name="PB_ERROR" type="xsd:boolean"/>
</message>
<operation name="WSADREH1">
<input message="tns:WSADREH1Request"/>
<output message="tns:WSADREH1Response"/>
</operation>
<operation name="WSSTAMH1">
<soap:operation soapAction=""/>
<input>
<soap:body use="encoded"
namespace="urn:uniface:applic:services:WSSOAPH1"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
</input>
<output>
<soap:body use="encoded"
namespace="urn:uniface:applic:services:WSSOAPH1"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
</output>
</operation>
Please can anybody help me. Thanks a lot in advance.
Best Regards,
Thomas Übelhör
**************************************************************************
Diese E-Mail und angehaengte Dateien sind vertraulich und ausschliesslich
fuer den oder die als Empfaenger eingetragenen Personen bestimmt.
Sollten Sie diese Nachricht aufgrund eines Fehlers oder Irrtums
erhalten haben, informieren Sie bitte den Systemverwalter oder Absender
der Nachricht.
Bayerische Versorgungskammer
http://www.versorgungskammer.de
**************************************************************************
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]