Altering WSDL to match the expected SOAP

2008-10-09 Thread thusa gihan
Hi all, I'm writing a client with Axis 1.4 to a web service, but the generated SOAP request is not matching with the one expected by the web service. Could you please help me to edit the WSDL file (saved into my local disk from the server) so that I can generate the stubs to build the expected

Re: Altering WSDL to match the expected SOAP

2008-10-09 Thread thusa gihan
practice for a web service client is to obtain the WSDL from the service provider and generate the stub from it. Editing the WSDL on the client side is problematic and causes errors. thusa gihan wrote: Hi all, I'm writing a client with Axis 1.4 to a web service, but the generated

Re: Altering WSDL to match the expected SOAP

2008-10-09 Thread thusa gihan
the service provider and generate the stub from it. Editing the WSDL on the client side is problematic and causes errors. thusa gihan wrote: Hi all, I'm writing a client with Axis 1.4 to a web service, but the generated SOAP request is not matching with the one expected

Re: WS call returns Can't decode apache map

2008-10-07 Thread thusa gihan
. Thanks, Thusa On Tue, Oct 7, 2008 at 1:35 PM, Samisa Abeysinghe [EMAIL PROTECTED] wrote: 1. Could you send the WSDL? 2. Do you have the request and response messages captured? Samisa... thusa gihan wrote: Hi, This is my first post to the group. I have generated client side Java classes

WS call returns Can't decode apache map

2008-10-06 Thread thusa gihan
Hi, This is my first post to the group. I have generated client side Java classes using a WSDL2Java tool, and when I call the WS, it returns the following error message. SOAP-ENV:Server SOAP-ERROR: Encoding: Can't decode apache map, only Strings or Longs are allowd as keys I don't have access