in reply to WebService client with SOAP::Lite and ComplexType
The WSDL would seem to indicate that you want to use PublishRequestMessage rather than PublishRequest and brokerMessage rather than BrokerMessage so you need to change your client to have:
and also change the OBJ_FIELDS in PublishRequestType.pm and BrokerMessageType_inner.pm to reflect the change.my $request_obj = PublishRequestType->new ({ PublishRequestMessage => { brokerMessage => { destinationName +=> 'blogs', textPayload => 'TES +T' }} });
/J\
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: WebService client with SOAP::Lite and ComplexType
by EDevil (Acolyte) on Jul 05, 2006 at 10:44 UTC | |
by gellyfish (Monsignor) on Jul 05, 2006 at 10:59 UTC | |
by EDevil (Acolyte) on Jul 05, 2006 at 11:02 UTC | |
by gellyfish (Monsignor) on Jul 05, 2006 at 12:06 UTC | |
|