search for: soapaction

Displaying 16 results from an estimated 16 matches for "soapaction".

2008 Apr 21
1
Ajax.request - SOAPAction
If I build my own XMLHttpRequest, I can do the following: this.xmlHttp.setRequestHeader("SOAPAction", ''updateClient''); How can I do the same with AjaxRequest()? var myAjax = new Ajax.Request( this.service, { method:''post'', postBody:soapXML, contentType:''text/xml'',...
2006 May 02
1
SOAP client not seeing all of my AWS service methods
Hi all, Ruby 1.8.4 Rails 1.1.2 I''m a newb when it comes to SOAP, but I thought I''d give it a shot. I have several web services defined. However, when I try to connect with a SOAP client it seems the client is only picking up one of the services, called Hardware. require ''soap/wsdlDriver'' wsdl_url =
2006 Jul 30
0
Laszlo to AWS SOAPAction problem
I was testing Laszlo SOAP client requests against a Rails AWS backend. I got unclear error messages and a backtrace which showed Rails going into XML-RPC protocol code. After some code analysis, it seems that AWS requires a non-empty SOAPAction attribute in the header. After commenting out a one-line check for this in soap_protocol.rb, everything seems to work fine. Also I didn''t see any subsequent use of this string once it was validated to be present. Does anyone have any knowledge in this area to help determine if this is...
2012 Oct 30
2
RCurl - curlPerform - Time out?!?
...try ( run <- curlPerform(url = "http://search.webofknowledge.com/esti/wokmws/ws/WokSearchLite.cgi", httpheader=c("Accept-Encoding"="gzip,deflate","Content-Type"="text/xml;charset=UTF-8",'SOAPAction'='""', "Cookie"=paste('SID="',s_session,'"',sep=""),"Content-Length"=paste(nchar(s_body)),"Host"="search.webofknowledge.com","Connection"="Keep-Alive","User-Agent"="A...
2006 Apr 24
0
Web Services/Invoke Inconsistencies
...ware client. We''ve created the API as discussed in Agile Web Development, and, in fact, invoke actually works perfectly. We have three example XML posts... they are in the following formats: POST /rms/api HTTP/1.1 Host: localhost Content-Type: text/xml; charset=utf-8 Content-Length: 384 SOAPAction: "http://StoreFront.StoreFront/RMSConfirmWS/ImportRMSProducts" <?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd=&quo...
2005 May 17
7
Basecamp API
Seeing as how the new Basecamp API reflects a similar use of RoR that I have been working on I''m curious as to what we can expect to be extracted from there in 0.13? Was the API written as an ActionWebService or just as a set of controllers? Any generic AR xml parsing/output methods that we may see in 0.13? Any reason you decided to do everything with HTTP Get instead of utilizing
2008 May 09
1
SSOAP: arguments passed as
...e="MassBank_Simple_2SoapBinding" type="impl:MassBank_Simple_2Impl"> <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/> <wsdl:operation name="MassBank_Simple_2"> <wsdlsoap:operation soapAction=""/> <wsdl:input name="MassBank_Simple_2Request"> <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://ipb_halle.de" use="encoded"/> </wsdl:input> <...
2009 Jun 18
0
SSOAP access to a j2EE-ws service
...follows: --- * About to connect() to smg8.ulb.ac.be port 8080 (#0) * Trying 127.0.0.1... * connected * Connected to smg8.ulb.ac.be (127.0.0.1) port 8080 (#0) > POST /web2/TestService HTTP/1.1 Host: smg8.ulb.ac.be:8080 Accept: text/xml Accept: multipart/* Content-Type: text/xml; charset=utf-8 SOAPAction: "http://web2.web/#greetMe" Content-Length: 424 < HTTP/1.1 200 OK < Server: Apache-Coyote/1.1 < X-Powered-By: Servlet 2.5; JBoss-5.0/JBossWeb-2.1 < Content-Type: text/xml;charset=UTF-8 < Transfer-Encoding: chunked < Date: Thu, 18 Jun 2009 13:51:23 GMT < * Connection...
2007 Jun 07
0
Prototype 1.5.1 Content-Type Header
...' Hence i want to overide that functionality. I used the following code for that. function makeWSCall(){ var opt = { method: ''post'', requestHeaders: [''Content-Type'',''text/ xml;charset=UTF-8'',''SOAPAction'',''""''], postBody: xmlDocument, // Handle successful response onSuccess: function(t) { alert(t.responseText); }, // Handle 404 on404: function(t) { alert(''Error 404: location "'' + t.statusText + '...
2006 Sep 06
0
soapenc:base64 and xsd:base64Binary
...lt;/operation> </portType> <binding name="IdkitIdkitBinding" type="typens:IdkitIdkitPort"> <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc"/> <operation name="GetUser"> <soap:operation soapAction="/idkit/api/GetUser"/> <input> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ActionWebService" use="encoded"/> </input> <output> <soap:body encodingStyle="http://schemas...
2007 Aug 09
0
layered SOAP webservices
...quest), service_name = action_pack_request.parameters[''action''] But doesn''t this mean the service_name is always going to be set to ''api'' in case of layered dispatch? Shouldn''t the service name come from the SOAP message itself? (ie. NOT the SOAPAction HTTP header --> that header should not really be used because the service name is in the SOAP message, AFAIK). I am not an export on SOAP messages, but is the layered SOAP dispatching implemented at all? I''m using latest stable rails. I''ve tried the SVN trunk, but I get some...
2006 Aug 02
0
Need help with SOAP and .NET
...: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="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/en...
2010 Jun 22
0
Working cludge [Re: SSOAP fails with .types[[1]] : subscript out of bounds]
...<wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/> <wsdl:operation name="MassBank_Instruments"><!-- in essense, this is the name of the subroutine that is called --> <wsdlsoap:operation soapAction='http://biomoby.org/#MassBank_Instruments' style='rpc'/> <wsdl:input> <wsdlsoap:body use="encoded" namespace="http://biomoby.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>...
2006 Mar 22
12
RJS page.replace(_html) problems
For some time now I try to get my code working. This Monday I switched to RJS (first with 1.0 + plugin) and yesterday to Edge Rails, so I guess I''ve been using the most recent version. I have a div with id="detail" which I want to update with a partial. If I''m using page.replace_html the content will be replaced with text, i.e. the javascript won''t become
2007 Jan 18
2
How to use API from AWS -- help!
I''m building a users web service (direct dispatching) that will (I hope) allow several other applications to manage the same pool of users. Plus it will act as a single-sign-on solution for what I''m doing. But I''m having difficulty accessing the UserAPI. Here''s what I''ve done so far: $> rails usermanagement - "usermanagement" is the
2006 Jun 18
13
Currency calculation
I''m thinking of experimenting with some currency conversion. However, I''d like the conversions to be in synch with the current rates. Anyone know (and this maybe out in left field) if there is some online (perhaps xml) or other data stream I can connect with in my code to output values based on user selection ? TIA Stuart