yes, some repl failures reported:
|
| C:\tools\jboss\cache\JBossCache-1.2.4>build.bat run.batch
| Buildfile: build.xml
|
| init:
|
| compile:
|
| run.batch:
| [junit] Running org.jboss.cache.CallbackTest
| [junit] Tests run: 5, Failures: 0, Errors: 0, Time elaps
hi folks,
i have downloaded the 1.2.3, 1.2.4 and 1.2.4 SP1 distros, and attempted to
execute the run.aop.batch task under winxp sp2 using sun jdk 1.5.0_4.
in all cases i see errors in repl and aop tests. i tried changing the loopback
attribute per the windows instruction, but it did not help. b
following the wiki post on ws attachments, i defined a service as follows:
|
|
| http://schemas.xmlsoap.org/wsdl/";
| xmlns:types="urn:ssn/service/types"
| xmlns:xsd="http://www.w3.org/2001/XMLSchema";
| xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/";
| xmlns:mi
we have successfully used sun's jwsdp 1.5 & 1.6 client libraries with jboss
4.0.2 doc/literal.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3894460#3894460
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3894460
-
i have a WS client using sun jwsdp-1.5 runtime sending signed and encrypted
requests to a JBossWS deployed service.
i understand that JBossWS does not yet implement XWS-Security.
has anyone been successful in using the jwsdp (or other) jars in JBoss to
verify WS signatures or decrypt?
View
can someone pls direct me to an example wsdl document for an interoperable
service with attachments?
i've searched through the faq, wiki and examples to no avail.
my attachment wsdl from previous axis generated services will not wscompile.
our process is:
define wsdl/schema
wscompile
d
i have a simple service generated from wsdl/schema with jwsdp-1.5 wscompile,
deployed to jboss 4.01.
the request is sent minus some nonessential elements (minOccurs=0) and looks
like this:
| POST /CashLetterService/process HTTP/1.1
| Content-Type: text/xml; charset=utf-8
| Content-Length
i stumbled across this link in the forum:
http://jboss.org/wiki/attach?page=JBoss.NET/ws-ex.zip
it is a simple, standalone example that i can use as a template to migrate my services.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3833947#3833947
Reply to
after spending the last 4 hrs scanning through the available docs, I am still at a
loss re. how to get our axis web services running in JBoss 3.2 or 4.x.
these web services have been running for sometime in tomcat 4.x and 5.x under axis
1.1, so i figured this is a no brainer!
my initial (naiv