search for: targetnamespac

Displaying 7 results from an estimated 7 matches for "targetnamespac".

Did you mean: targetnamespace
2006 Sep 06
0
soapenc:base64 and xsd:base64Binary
...generated wsdl know that soapenc:base64 is the type standard xsd:base64Binary type? The relavant part of the ror renerated wsdl file is included at the bottom of this mail. Thanks for anyone how can give some suggestions, how to find a solution! -- Stromek <definitions name="Idkit" targetNamespace="urn:ActionWebService"> <types> <xsd:schema targetNamespace="urn:ActionWebService"> <xsd:complexType name="IntegerArray"> <xsd:complexContent> <xsd:restriction base="soapenc:Array"> <xsd:attribute wsdl:arrayType...
2010 Jun 22
0
XMLSchema:::processSchemaTypes() fails with XMLSchema.xsd [was: SSOAP fails with .types[[1]] : subscript out of bounds]
...e")) return(NULL) if (xmlName(el) == "annotation") return(NULL) if (xmlName(el) == "schema") { if (xmlSize(el) == 1 && names(el) == "schema") el = el[[1]] ns = xmlGetAttr(el, "targetNamespace") if (verbose) cat("processing (sub) schema", xmlGetAttr(el, "targetNamespace"), "\n") o = processSchemaTypes(el, doc, namespaceDefs, createConverters = FALSE, verbose = verbose)...
2010 Jun 22
0
Working cludge [Re: SSOAP fails with .types[[1]] : subscript out of bounds]
...entInterface(def = w, verbose=TRUE) cat(iface at functions$MassBank_Instruments(mobyRequest)) Hope that helped, Yours, Steffen "./MassBank_Instruments" that works: <?xml version="1.0"?> <wsdl:definitions name="MOBY_Central_Generated_WSDL" targetNamespace="http://biomoby.org/Central.wsdl" xmlns:tns="http://biomoby.org/Central.wsdl" xmlns:xsd1="http://biomoby.org/CentralXSDs.xsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://sche...
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
2008 May 09
1
SSOAP: arguments passed as
...e="msbi" </wsdl:input> Any ideas ? Would I have to hack genSOAPClientInterface() or are there simpler ideas ? Alternatively, what changes would be needed to the WSDL ? Yours, Steffen <?xml version="1.0" encoding="UTF-8"?> <wsdl:definitions targetNamespace="http://msbi.ipb-halle.de/axis/services/MassBank_Simple_2" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://msbi.ipb-halle.de/axis/services/MassBank_Simple_2" xmlns:intf="http://msbi.ipb-halle.de/axis/services/MassBank_Simple_2" xmlns:soa...
2006 Jul 18
2
connecting to a coldfusion web service
...fred" > </cffunction> </cfcomponent> using require ''soap/wsdlDriver'' wsdlfile = "http://localhost/docsearch/mainsearch.cfc?wsdl" factory = SOAP::WSDLDriverFactory.new(wsdlfile) and I am getting the error "undefined local variable or method `targetnamespace'' for #<WSDL::SOAP::Fault:0x360b8b0>" We''re using Ruby 1.8.2 and CF MX 7 ANY help would be GREATLY appreciated. Thanks, MDK -- Posted via http://www.ruby-forum.com/.
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 =