Keywords are necessary for the search engines to work out whether your content fits what's being searched for. Once you've found some, you need to know where to put them in your sites and content.
For a better search engine ranking of your website there are various things that you can do, here are some ideas to get you started. Once your site is up and running you should apply to have it listed with all the search engines that you can find. You should then be looking to build up lots of links into your site.
Is it possible to set Key Usage attributes using makecert, or any other tool I can use to generate my own test certificates?
The reason I'm interested is that certificates used for BizTalk Server AS2 transport require a key usage of Digital Signature for signing and Data Encipherment or Key Encipherment for encryption/decryption, and I want to play around with this feature.
I see how to set enhanced key usage attributes with makecert, but not key usage.
I've been scouring the web for a good example, but cannot figure out how to add a page break to an Active Reports report programmatically. The reports I'm working with usually require 1-2 pages for each record. In order to support dual-sided printing of the reports I want to insert a blank page for each record that uses an odd number of pages, ensuring that each new record is printed on the front of each printed page.
I'm very new to Active Reports, so any suggestions, code samples, or links are much appreciated!
Hi We are testing our app in Google chrome for support. The basic loading is in scrambled
and all the pages are in total CSS mess which we need to clean up unfortunately.For this I require a tool which works similar to firebug for Mozilla.Also to check headers, cookies, caching and POST data ,compression, redirection & chunked encoding a similar tool to HTTP watch is also desired. Any suggestions.Thanks
Hello All...
Some of our application is already in AppStore...
But suddenly one thing comes into my mind, that I want to clear before submitting my next application.
The thing is : As a programmer's point of view, should we require to handle if iPhone Device is jailbreaked ? If yes, then how we can tackle with this ?
Thanks in advance....
I would like to load all objects that have a textual tag set to any of a small but arbitrary number of values from our database. The logical way to go about this in SQL would be to build an "IN" clause. JPQL allows for IN, but it seems to require me to specify every single parameter to IN directly (as in, "in (:in1, :in2, :in3)").
Is there some way to specify an array, or a list (or some other container) that should be unrolled to the values of an IN clause?
Is it possible to configure a WCF service to use sessions, and also not to require the client to send any credentials?
If so, how should the bindings section of the service's App.config file look?
I`m currently working on a script, and I have the following situation.
function somnicefunction()
{
require 'someexternalclass.php';
$somevar = new SomeExternalClass();
}
For some reason, the above breaks the function. I'm not sure why, I haven't seen much documentation in php.net regarding this, plus google returned no real results.
Does anyone have any idea ?
I tend to use the .mm extension by default when creating new classes so that I can use ObjC++ later on if I require it.
Is there any disadvantage to doing this? When would you prefer .m? Does .m compile to a faster executable (since C is generally faster than C++)?
Our application uses a XML configuation file. I thought that it would be nice to distribute some small, lightweight XML editor with our application that the user can use to edit the config file. Features should be:
Small and lightweight (ideally, a small .exe that does not require installation),
free, with license terms that permit distributing it with a commercial application,
understands XML schemas (auto-completion, show validation errors).
Does anyone know of such an editor?
I know that normally you can login to sites that require HTTP basic authentication with Selenium by passing the username and password in the URL, e.g.:
selenium.open("http://myusername:[email protected]/mypath");
I've been running a Selenium test with Firefox 2 and there I still get the "Authentication Required" dialog window?
Thanks for any hints!
Peter
Hi,
Can I use Java 1.6 with WebSphere Application Server 6.1? IBM's website says no.
But I require Java 1.6 for a software application to be deployed and I cannot currently upgrade to Websphere 7.0, or use a different application server (WAS 6.1 is the org standard).
what are my options?
Thanks.
I just implemented Adam Shaw's popular calendar called 'fullcalendar' (http://arshaw.com/fullcalendar/) using CodeIgniter. But I require addition and other operations on events from my database. I was able to find one CakePHP plugin with the same purpose from here, http://bakery.cakephp.org/articles/view/events-plugin.
Since I'm not in touch with CakePHP, Can anyone help with this on CodeIgniter..?
Hi,
I'm looking for an example Spring MVC 2.5 web app that I can easily:
Setup as a project in Eclipse
Deploy to a local app server (using Ant/Maven)
There are a couple of example applications included with the Spring distribution ('petclinic' and 'jpetstore'), but they don't provide any Eclipse project files (or a way to generate them). They also seem a bit complicated for my needs, e.g. require a local database to be setup.
Thanks,
Don
I'm trying to put some specs around a new rails 3 project I am working on, and my first test doesn't seem to be able to find a model.
I've installed rspec from the command line using:
sudo gem install rspec --pre
and then I put the following in my Gemfile
gem "rspec-rails", ">= 2.0.0.beta.1"
But when I run my test I get
./spec/models/world_spec.rb:1: uninitialized constant World (NameError)
rake aborted!
Command /opt/local/bin/ruby -Ilib -Ispec "./spec/models/world_spec.rb" failed
/opt/local/lib/ruby/gems/1.8/gems/rspec-core-2.0.0.beta.4/lib/rspec/core/rake_task.rb:71:in `define'
/opt/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1112:in `verbose'
/opt/local/lib/ruby/gems/1.8/gems/rspec-core-2.0.0.beta.4/lib/rspec/core/rake_task.rb:57:in `send'
/opt/local/lib/ruby/gems/1.8/gems/rspec-core-2.0.0.beta.4/lib/rspec/core/rake_task.rb:57:in `define'
/opt/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:636:in `call'
/opt/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:636:in `execute'
/opt/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:631:in `each'
/opt/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:631:in `execute'
/opt/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:597:in `invoke_with_call_chain'
/opt/local/lib/ruby/1.8/monitor.rb:242:in `synchronize'
/opt/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:590:in `invoke_with_call_chain'
/opt/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:583:in `invoke'
/opt/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2051:in `invoke_task'
/opt/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in `top_level'
/opt/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in `each'
/opt/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in `top_level'
/opt/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in `standard_exception_handling'
/opt/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2023:in `top_level'
/opt/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2001:in `run'
/opt/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in `standard_exception_handling'
/opt/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1998:in `run'
/opt/local/lib/ruby/gems/1.8/gems/rake-0.8.7/bin/rake:31
/opt/local/bin/rake:19:in `load'
/opt/local/bin/rake:19
My spec is in spec/models/world_spec.rb, and looks like
describe World, "#hello" do
it "should be invalid" do
World.new.should be_invalid?
end
end
I tried adding a line like require "app/model/world" and require "world" but to no success.
Does anyone know what I'm doing wrong?
I followed all of the instructions so far from:
http://code.google.com/p/appengine-jruby/wiki/RunningRails and
http://gist.github.com/268192
Currently, I'm just trying to get to hello world. I'm getting these
errors when I just run the dev_appserver.rb
238:hello-world jwang392$ dev_appserver.rb .
=> Booting DevAppServer
=> Press Ctrl-C to shutdown server
=> Generating configuration files
2010-04-08 09:16:51.961 java[411:1707] [Java CocoaComponent
compatibility mode]: Enabled
2010-04-08 09:16:51.964 java[411:1707] [Java CocoaComponent
compatibility mode]: Setting timeout for SWT to 0.100000
Apr 8, 2010 7:17:05 PM
com.google.appengine.tools.development.ApiProxyLocalImpl log
SEVERE: [1270754225387000] javax.servlet.ServletContext log: Warning:
error application could not be initialized
org.jruby.rack.RackInitializationException: no such file to load --
time
from file:/Users/jwang392/hello-world/WEB-INF/lib/jruby-
rack-0.9.6.jar!/jruby/rack/booter.rb:25:in `boot!'
from file:/Users/jwang392/hello-world/WEB-INF/lib/jruby-
rack-0.9.6.jar!/jruby/rack/boot/rack.rb:10
from file:/Users/jwang392/hello-world/WEB-INF/lib/jruby-
rack-0.9.6.jar!/jruby/rack/boot/rack.rb:1:in `load'
from <script>:1
at org.jruby.rack.DefaultRackApplicationFactory
$4.init(DefaultRackApplicationFactory.java:169)
at
org.jruby.rack.DefaultRackApplicationFactory.newErrorApplication(DefaultRac kApplicationFactory.java:
118)
at
org.jruby.rack.DefaultRackApplicationFactory.init(DefaultRackApplicationFac tory.java:
37)
at
org.jruby.rack.SharedRackApplicationFactory.init(SharedRackApplicationFacto ry.java:
26)
at
org.jruby.rack.RackServletContextListener.contextInitialized(RackServletCon textListener.java:
40)
at
org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:
530)
at org.mortbay.jetty.servlet.Context.startContext(Context.java:135)
at
org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:
1218)
at
org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:
500)
at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:
448)
at
org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:
40)
at
org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:
117)
at
org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:
40)
at
org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:
117)
at org.mortbay.jetty.Server.doStart(Server.java:217)
at
org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:
40)
at
com.google.appengine.tools.development.JettyContainerService.startContainer (JettyContainerService.java:
188)
at
com.google.appengine.tools.development.AbstractContainerService.startup(Abs tractContainerService.java:
147)
at
com.google.appengine.tools.development.DevAppServerImpl.start(DevAppServerI mpl.java:
219)
at com.google.appengine.tools.development.DevAppServerMain
$StartAction.apply(DevAppServerMain.java:162)
at com.google.appengine.tools.util.Parser
$ParseResult.applyArgs(Parser.java:48)
at
com.google.appengine.tools.development.DevAppServerMain.<init>(DevAppServer Main.java:
113)
at
com.google.appengine.tools.development.DevAppServerMain.main(DevAppServerMa in.java:
89)
Caused by: org.jruby.exceptions.RaiseException: no such file to load
-- time
at (unknown).new(file:/Users/jwang392/hello-world/WEB-INF/lib/jruby-
rack-0.9.6.jar!/jruby/rack/booter.rb:25)
at Kernel.require(file:/Users/jwang392/hello-world/WEB-INF/lib/jruby-
rack-0.9.6.jar!/jruby/rack/booter.rb:25)
at JRuby::Rack::Booter.boot!(file:/Users/jwang392/hello-world/WEB-INF/
lib/jruby-rack-0.9.6.jar!/jruby/rack/boot/rack.rb:10)
at (unknown).(unknown)(file:/Users/jwang392/hello-world/WEB-INF/lib/
jruby-rack-0.9.6.jar!/jruby/rack/boot/rack.rb:1)
at (unknown).(unknown)(file:/Users/jwang392/Dhello-world/WEB-INF/lib/
jruby-rack-0.9.6.jar!/jruby/rack/boot/rack.rb:1)
at Kernel.load(<script>:1)
at (unknown).(unknown)(:1)
Apr 8, 2010 7:17:05 PM
com.google.appengine.tools.development.ApiProxyLocalImpl log
SEVERE: [1270754225913000] javax.servlet.ServletContext log: unable to
create shared application instance
org.jruby.rack.RackInitializationException: no such file to load --
time
from file:/Users/jwang392/hello-world/WEB-INF/lib/jruby-
rack-0.9.6.jar!/jruby/rack/booter.rb:25:in `boot!'
from file:/Users/jwang392/hello-world/WEB-INF/lib/jruby-
rack-0.9.6.jar!/jruby/rack/boot/rack.rb:10
from file:/Users/jwang392/hello-world/WEB-INF/lib/jruby-
rack-0.9.6.jar!/jruby/rack/boot/rack.rb:1:in `load'
from <script>:1
at org.jruby.rack.DefaultRackApplicationFactory
$4.init(DefaultRackApplicationFactory.java:169)
at
org.jruby.rack.DefaultRackApplicationFactory.getApplication(DefaultRackAppl icationFactory.java:
51)
at
org.jruby.rack.SharedRackApplicationFactory.init(SharedRackApplicationFacto ry.java:
27)
at
org.jruby.rack.RackServletContextListener.contextInitialized(RackServletCon textListener.java:
40)
at
org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:
530)
at org.mortbay.jetty.servlet.Context.startContext(Context.java:135)
at
org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:
1218)
at
org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:
500)
at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:
448)
at
org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:
40)
at
org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:
117)
at
org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:
40)
at
org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:
117)
at org.mortbay.jetty.Server.doStart(Server.java:217)
at
org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:
40)
at
com.google.appengine.tools.development.JettyContainerService.startContainer (JettyContainerService.java:
188)
at
com.google.appengine.tools.development.AbstractContainerService.startup(Abs tractContainerService.java:
147)
at
com.google.appengine.tools.development.DevAppServerImpl.start(DevAppServerI mpl.java:
219)
at com.google.appengine.tools.development.DevAppServerMain
$StartAction.apply(DevAppServerMain.java:162)
at com.google.appengine.tools.util.Parser
$ParseResult.applyArgs(Parser.java:48)
at
com.google.appengine.tools.development.DevAppServerMain.<init>(DevAppServer Main.java:
113)
at
com.google.appengine.tools.development.DevAppServerMain.main(DevAppServerMa in.java:
89)
Caused by: org.jruby.exceptions.RaiseException: no such file to load
-- time
at (unknown).new(file:/Users/jwang392/hello-world/WEB-INF/lib/jruby-
rack-0.9.6.jar!/jruby/rack/booter.rb:25)
at Kernel.require(file:/Users/jwang392/hello-world/WEB-INF/lib/jruby-
rack-0.9.6.jar!/jruby/rack/booter.rb:25)
at JRuby::Rack::Booter.boot!(file:/Users/jwang392/hello-world/WEB-INF/
lib/jruby-rack-0.9.6.jar!/jruby/rack/boot/rack.rb:10)
at (unknown).(unknown)(file:/Users/jwang392/hello-world/WEB-INF/lib/
jruby-rack-0.9.6.jar!/jruby/rack/boot/rack.rb:1)
at (unknown).(unknown)(file:/Users/jwang392/hello-world/WEB-INF/lib/
jruby-rack-0.9.6.jar!/jruby/rack/boot/rack.rb:1)
at Kernel.load(<script>:1)
at (unknown).(unknown)(:1)
Apr 8, 2010 7:17:05 PM
com.google.appengine.tools.development.ApiProxyLocalImpl log
SEVERE: [1270754225915000] javax.servlet.ServletContext log: Error:
application initialization failed
org.jruby.rack.RackInitializationException: unable to create shared
application instance
at
org.jruby.rack.SharedRackApplicationFactory.init(SharedRackApplicationFacto ry.java:
39)
at
org.jruby.rack.RackServletContextListener.contextInitialized(RackServletCon textListener.java:
40)
at
org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:
530)
at org.mortbay.jetty.servlet.Context.startContext(Context.java:135)
at
org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:
1218)
at
org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:
500)
at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:
448)
at
org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:
40)
at
org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:
117)
at
org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:
40)
at
org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:
117)
at org.mortbay.jetty.Server.doStart(Server.java:217)
at
org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:
40)
at
com.google.appengine.tools.development.JettyContainerService.startContainer (JettyContainerService.java:
188)
at
com.google.appengine.tools.development.AbstractContainerService.startup(Abs tractContainerService.java:
147)
at
com.google.appengine.tools.development.DevAppServerImpl.start(DevAppServerI mpl.java:
219)
at com.google.appengine.tools.development.DevAppServerMain
$StartAction.apply(DevAppServerMain.java:162)
at com.google.appengine.tools.util.Parser
$ParseResult.applyArgs(Parser.java:48)
at
com.google.appengine.tools.development.DevAppServerMain.<init>(DevAppServer Main.java:
113)
at
com.google.appengine.tools.development.DevAppServerMain.main(DevAppServerMa in.java:
89)
Caused by: org.jruby.rack.RackInitializationException: no such file to
load -- time
from file:/Users/jwang392/hello-world/WEB-INF/lib/jruby-
rack-0.9.6.jar!/jruby/rack/booter.rb:25:in `boot!'
from file:/Users/jwang392/hello-world/WEB-INF/lib/jruby-
rack-0.9.6.jar!/jruby/rack/boot/rack.rb:10
from file:/Users/jwang392/hello-world/WEB-INF/lib/jruby-
rack-0.9.6.jar!/jruby/rack/boot/rack.rb:1:in `load'
from <script>:1
at org.jruby.rack.DefaultRackApplicationFactory
$4.init(DefaultRackApplicationFactory.java:169)
at
org.jruby.rack.DefaultRackApplicationFactory.getApplication(DefaultRackAppl icationFactory.java:
51)
at
org.jruby.rack.SharedRackApplicationFactory.init(SharedRackApplicationFacto ry.java:
27)
... 19 more
Caused by: org.jruby.exceptions.RaiseException: no such file to load
-- time
at (unknown).new(file:/Users/jwang392/hello-world/WEB-INF/lib/jruby-
rack-0.9.6.jar!/jruby/rack/booter.rb:25)
at Kernel.require(file:/Users/jwang392/hello-world/WEB-INF/lib/jruby-
rack-0.9.6.jar!/jruby/rack/booter.rb:25)
at JRuby::Rack::Booter.boot!(file:/Users/jwang392/hello-world/WEB-INF/
lib/jruby-rack-0.9.6.jar!/jruby/rack/boot/rack.rb:10)
at (unknown).(unknown)(file:/Users/jwang392/hello-world/WEB-INF/lib/
jruby-rack-0.9.6.jar!/jruby/rack/boot/rack.rb:1)
at (unknown).(unknown)(file:/Users/jwang392/hello-world/WEB-INF/lib/
jruby-rack-0.9.6.jar!/jruby/rack/boot/rack.rb:1)
at Kernel.load(<script>:1)
at (unknown).(unknown)(:1)
The server is running at http://localhost:8080/
I'm at a loss at what step I may have missed.
I checked my ruby version (1.8.7) and rails version (2.3.5), gem version (1.3.6) and google-appengine-0.0.10.1
ran:
sudo gem install google-appengine
curl -O
http://appengine-jruby.googlecode.com/hg/demos/rails2/rails2_appengine.rb
ruby rails2_appengine.rb
sudo gem install rails_dm_datastore
sudo gem install
activerecord-nulldb-adapter
put this in my config.ru file:
run lambda { |env|
Rack::Response.new('Hello
World!').finish }
and finally ran
$ dev_appserver.rb .
Is it possible to translate a point relative to MainWindow to be relative to one of its child controls? For example, say a control's upper left corner was located at 500, 500 relative to MainWindow what code would convert that number to (0, 0)? I'd like the solution to be agnostic of the layout mechanism (i.e. not require me to parent the control in a Canvas and use the Top and Bottom methods).
I have a client who has a website, with 100's of pages and they all have instance editables which I am really not familiar with as i just use PHP includes. They require me to edit the webpage live via Dreamweaver's built in FTP. How do these IE's work and whats the best approach for this? I don't want screw it up...
require "socket"
server = "irc.rizon.net"
port = "6667"
nick = "Ruby IRC Bot"
channel = "#0x40"
s = TCPSocket.open(server, port)
s.print("USER Testing", 0)
s.print("NICK #{nick}", 0)
s.print("JOIN #{channel}", 0)
This irc bot don't connect to the IRC server, What are i'm doing wrong?
I'm trying to access a SOAP service i don't control. One of the actions is called ProcessMessage. I follow example and generate a SOAP request, but I get an error back saying that the action doesn't exist. I traced the problem to the way the body of the envelope is generated.
<env:Envelope ... ">
<env:Header>
<wsse:Security ... ">
<wsse:UsernameToken ...">
<wsse:Username>USER</wsse:Username>
<wsse:Nonce>658e702d5feff1777a6c741847239eb5d6d86e48</wsse:Nonce>
<wsu:Created>2010-02-18T02:05:25Z</wsu:Created>
<wsse:Password ... >password</wsse:Password>
</wsse:UsernameToken>
</wsse:Security>
</env:Header>
<env:Body>
<wsdl:ProcessMessage>
<payload>
......
</payload>
</wsdl:ProcessMessage>
</env:Body>
</env:Envelope>
That ProcessMessage tag should be :
<ProcessMessage xmlns="http://www.starstandards.org/webservices/2005/10/transport">
That's what it is when it is generated by the sample java app, and it works. That tag is the only difference between what my ruby app generates and the sample java app. Is there any way to get rid of the "wsdl:" namesaplce in front of that one tag and add an attribute like that. Barring that, is there a way to make force the action to be not to be generated by just passed as a string like the rest of the body?
Here is my code.
require 'rubygems'
require 'savon'
client = Savon::Client.new "https://gmservices.pp.gm.com/ProcessMessage?wsdl"
response = client.process_message! do | soap, wsse |
wsse.username = "USER"
wsse.password = "password"
soap.namespace = "http://www.starstandards.org/webservices/2005/10/transport" #makes no difference
soap.action = "ProcessMessage" #makes no difference
soap.input = "ProcessMessage" #makes no difference
#my body at this point is jsut one big xml string
soap.body = "<payload>...</payload>"
# putting <ProccessMessage> tag here doesn't help as it just creates a duplicate tag in the body, since Savon keeps interjecting <wsdl:ProcessMessage> tag.
end
Thank you
P.S.:
I tried handsoap but it doesn't support httpS and is confusing, and I tried soap4r but but it'even more confusing than handsoap.
Hi -
I am using Merb. I can't seem to get activemerchant to load using Bundler. All my other gems load fine.
In my Gemfile I am using:
gem 'activemerchant', :require => 'active_merchant'
Here is the relevant error:
uninitialized constant ActiveMerchant::Billing::AuthorizedNetGateway
Anyone run into this or have any ideas?
Thanks ahead of time!
Hi,
I've found the Visual Studio WCF test client quite useful when it comes to a quick test of my WCF service.
This is the test client found in this location relative to your Visual Studio install directory:
\Common7\IDE\WcfTestClient.exe
I have a few service calls that require a parameter of type System.Int32[]
I can't seem to figure out what values to enter against for this parameter as i keep receiving the error
'[value entered]' is not a valid value for this type
Trying to enter the value 27 i have tried the following, but all fails
27
{ 27 }
new System.Int32[] { 27 }
Can anyone please help with how to do this
I'm trying to make a calculator web service that has more than 10 parameters. Is there any function in the Java Restlet or in Java itself that allows you to see the parameter ids?
e.g. http://mywebsite.com/calculator?id1=value1&id2=value2&id3=value3 = I'm trying to access the values of id1, id2, and id3 so that I don't have to require people using the web service to input all parameters (some of them are likely to be 0).