search for: reset_stream

Displaying 2 results from an estimated 2 matches for "reset_stream".

2006 Aug 12
0
doc/lit ws consumption
...ng). I am sending the data from a form to this method in my controller: def search searchTerm = params[:searchTerm] factory = SOAP::WSDLDriverFactory.new("http://localhost:8080/services/FooService?wsdl") soap = factory.create_rpc_driver soap.search(searchTerm) soap.reset_stream render_text "I searched for this: " + searchTerm end It does render the text correctly. Yet in my java ws I am printing the input text to the console. Every invocation does execute my service, but they produce a blank print out. My ws is doc-lit (wrapped). Is this an issue for ror?...
2006 Aug 02
0
Need help with SOAP and .NET
...t;, :City => client.city, :State => client.state, :Zip5 => client.zipcode, :Address => client.address) ... soap.reset_stream end Sample SOAP request that needs to be received for doSingleRecord: POST /dqws/address.asmx HTTP/1.1 Host: ws.melissadata.com Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "urn:mdWebService/doSingleRecord" <?xml version="1.0" encoding="...