Hello, As you might already know, StrikeIron has Webservices Search available as a WebService [1]. [SOAP 1.1]
I decided to use the Google Sample to create client and interpret the result. The client invoke fails. There seems to be no SOAP fault. Any suggestions? Thanks & Regards, Yuva [1] http://www.strikeiron.com/ProductDetail.aspx?p=23 <http://www.strikeiron.com/ProductDetail.aspx?p=23> Environment : VC++, proxy (configured into axis2.xml) Assumptions: operation = "SearchWebServices"; si_wss_key = <get this from strikeiron>; si_wss_keyword = "finance"; Changes: address = "http://ws.strikeiron.com/StrikeIronDirectoryService"; //endpoint ns1 = axiom_namespace_create(env, "http://www.strikeirion.com/webservices", "ns1"); //payload The SOAP message I am generating looks like this: <ns1:SearchWebservies soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/ " xmlns:ns1="http://www.strikeiron.com/webservices" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance " xmlns:soapenv='http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www/w3/org/1999/XMLSchema "> <LicenceKey xsi:type="xsd:string"> .... </LicenseKEy> <KEyWord xsi;type="xsd;string">finance< /KeyWord> </nsl:SearchWebServices>
