Thanks for the answer. I can fix this for our own code.
But we are also using novell extend portal code and we don not have control
over this piece of software.
I think it is a good idea to make this more 'elegant'
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopi
Hi,
i aa using jboss 404GA and JBossWS 1.0.1. The web application contains both web
service endpoints and servlets. However if i try to call the servlet i get
the following error:
|
| org.jboss.ws.WSException: Cannot obtain endpoint for:
jboss.ws:context=mapserver/1.0,endpoint=MapDef
Username (and X509) Token Profile is supposed to be supported in JBoss WS
But i cannot find any reference in the documentation.
Can somebody inform me about the status or how to do it?
Thanks in advance
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3952362
The first sentence should be corrected: It is about elements NOT containing data
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930906#3930906
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3930906
--
You could use arrays. This is what i do
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930904#3930904
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3930904
---
Thi
With the ws4ee implementation soap messages with optional complextypes and
containing data were 'escaped' like this:
| http://www.denhaag.nl/gbd/mapserver/v1.0";>
|sprbuurtkaart
|false
|
|
|
|
|
This means that the complex types do not have any value ( the
Your observation "RC1+ means release candidates following RC1" is correct.
The default is now JBossWS in JBossCR2 if you check this out from cvs.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930043#3930043
Reply to the post :
http://www.jboss.com/index.h
My scenario is the same. The only diffrence being that I started with the WSDL
and used WSCompile 1.6 to generate the stub code and jaxrpc_mapping file
Karl
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930001#3930001
Reply to the post :
http://www.jboss
I don't know if this is already known:
My testcases on the the JBoss404CR2 build fail because the application client
does no longer insert empty elements with xsi:nil (elements are optional in
the wsdl and complex types (arrays) ) in the soap message while the JAXB parser
on the server expects
I don't know if i should open a new thread, but testing further another error
shows up:
2006-02-02 16:01:56,046 DEBUG [org.jboss.ws.jaxrpc.encoding.JAXBSerializer:84]
serialize:
[xmlName={http://www.denhaag.nl/gbd/mapserver/v1.0}RangeBasedCreateMapRequest,xmlType={http://www.denhaag.nl/gbd/maps
the file that JBoss expected was jaxrpc-mapping-client.xml and not
jaxrpc-mapping.xml. In the service reference jaxrpc-mapping.xml was mentioned.
Apparently JBossWS did not check this
Karl
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921209#3921209
Reply
Hi Thomas,
your advice did the trick. It was not chacked in the past.
I think i have found another (small) issue:
The name of my jaxrpc-mapping file was jaxrpc-mapping.xml and not
jaxrpc-mapping.xml. Jboss WS reported that it could not find this file.
Renaming the file solved the issue, but this
The last part of the message was lost in space:
the jaxrpcconfig
| http://java.sun.com/xml/ns/jax-rpc/ri/config";>
|
|
|
Regards Karl de Boer
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920698#3920698
Reply to the post :
http://www.jbo
Hi all,
I have a problem deploying an EXISTING webservice on JBoss 404RC1 with the new
JBossWS stack (i removed JBossWSEE and added JBossWS according to
instructions). The WSDL was created manually and the stub classes were
generated with WSCompile 1.6. Document / literal. It does work on 403SP
OK I will send you a test jar by email. Does it mean things don't work in
4.03SP1 becuase no wsdd is generated?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915796#3915796
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=repl
Here is the code for the generated class
|
| // This class was generated by the JAXRPC SI, do not edit.
| // Contents subject to change without notice.
| // JAX-RPC Standard Implementation (1.1.3, build R1)
| // Generated source version: 1.1.3
|
| package nl.denhaag.gbd.wsclient.s
Thanks Thomas,
BUT the xml element name is 'Naam' in both the WSDL, JAX-RPC Mapping and SOAP
response
Karl
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915603#3915603
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p
I reposted this issue/request in another format yesterday under the title
"External WebServices". I have to know if the problem is on the Oracle
Appserver Side or on the Jboss side or if i am doing something wrong.
I hope the problem is on the Oracle side so we can replace Oracle with JBoss.
In t
I will repost the WSDL here:
|
|
| http://xml.apache.org/xml-soap";
xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/";
xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:tns2="urn:generated.ws.kgb.itude.com"
xmlns:tns1="urn:plsql.generated.ws.kgb.itude.com"
xmlns:wsdl="http://s
I have a problem for which i did not get an answer in the forum. Probably this
wa because my question was unclear:
I am trying to access external webservice in the J2EE client way. The WSDL have
been generated using AXIS and some PL/SQL generation toolkit.
A t first the WSDLs were generated in D
Hi EveryBody,
I have a problem which i cannot explain:
Environment:
External WebService (Oracle appserver)
JBoss Aplication Client (4.0.2 and 4.03SP1 bot tested)
Document/Literal style
The stub code has been generated with wscompile -keep -import -f:wsi
-f:documentliteral
The execption i am get
A Collegue of mine mailed this to me:
http://www.addict3d.org/index.php?page=viewarticle&type=security&ID=4232
Is anybody within JBoss aware of this problem?
Karl de Boer
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882127#3882127
Reply to the post :
htt
Closing a connection retrieved from a datasource is equal to returning it to the pool.
Looking at your code it seems you retrieve two connections from the pool.
It is better to test the connection after you retrieved it from the datasource.
Now you fetch it twice. Or am i completely wrong?
View
23 matches
Mail list logo