Re: Altering WSDL to match the expected SOAP

2008-10-09 Thread thusa gihan
quot;; use="literal"/> > > > > > > binding="typens:Comp_Api_Model_Server_HandlerBinding"> > > http://localhost/Company/index.php/api/index/index/"; /> > > > > > HTH

Re: Altering WSDL to match the expected SOAP

2008-10-09 Thread thusa gihan
ents done with PHP). > > ---------- > > > > http://schemas.xmlsoap.org/soap/envelope/"; xmlns:ns1="urn:Company" > > xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi=" > > ht

RE: Altering WSDL to match the expected SOAP

2008-10-09 Thread Martin Gainty
e-mail and any attachments relates to the official business of Sender. This transmission is of a confidential nature and Sender does not endorse distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission. > Date

Re: Altering WSDL to match the expected SOAP

2008-10-09 Thread don t
g/2001/XMLSchema"; xmlns:xsi=" > http://www.w3.org/2001/XMLSchema-instance"; xmlns:ns2=" > http://xml.apache.org/xml-soap"; xmlns:SOAP-ENC=" > http://schemas.xmlsoap.org/soap/encoding/"; SOAP-ENV:encodingStyle=" > http://schemas.xmlsoap.org/soap/encoding/";>

Altering WSDL to match the expected SOAP

2008-10-08 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 SO