Hi! What about the problem with WS and types java.util? Did it solved? Thank
you!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953419#3953419
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953419
Using Tomcat but ne
And what about this, please? What do you think?
"Christy" wrote : Thomas, I have looked *.wsdd and mapping.xml. It looks like
everything is fine. I used wscompile to generate wsdl and mapping.xml. And a
strange thing: when string array is as the return value - everything works
fine
And one more question! I think it is stupid question: jaxrpc-mapping.xml it's
the same as mapping.xml?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3899597#3899597
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=389959
Thomas, I have looked *.wsdd and mapping.xml. It looks like everything is fine.
I used wscompile to generate wsdl and mapping.xml. And a strange thing: when
string array is as the return value - everything works fine! What can it be?
View the original post :
http://www.jboss.com/index.html?modu
Hi! I have the same problem!Did anybobysolve it? I have a web service, that
takes an array of strings as an input and I have the same mistake when calling
web service!=(
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3898917#3898917
Reply to the post :
http:
Hi!
I'm calling WS and in the invoke method I'm sending String array:
res = (String[])call.invoke(new String[]{"param1","param2"});
But I have strange mistake:
org.jboss.axis.AxisFault: Deserializing parameter 'arrayOfString_1': could not
find deserializer for type
{http://gms.metadata.webservi
Maybe someone tried to call any remote WS and can help me, because I
can't understand where is my mistake!
Thank you
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3894867#3894867
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=
When you will do all the work and your WS will be ready to deploy you can
resave web.xml file (save again) and your WS will deploy.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3894650#3894650
Reply to the post :
http://www.jboss.com/index.html?module=bb&op
Thomas, can you please explain where this method is located?
Here is my code:
import javax.xml.namespace.QName;
import javax.xml.rpc.Call;
import javax.xml.rpc.ServiceFactory;
import java.net.URL;
public class RemoteClient {
public static void main(String[] args) {
String nmsp =
"http
String ret = (String) call.invoke(new Object[]{});
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3890330#3890330
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3890330
There are my libraries and everything works fine.
I'm not sure, but may be it will help you:
C:\jboss-4.0.2\server\default\lib\activation.jar
C:\jboss-4.0.2\server\default\lib\autonumber-plugin.jar
C:\jboss-4.0.2\client\axis-ws4ee.jar
C:\jboss-4.0.2\server\default\deploy\juddi.war\WEB-INF\lib\axis
Hi,
I decided to connect to the remote web service (I found it in IBM Registry). I
used DII client, but I have an error:
javax.xml.rpc.ServiceException: java.lang.IllegalArgumentException: Multiple
bindings not supported for service:
{http://www.neonsys.com/WebServices/CICS}CICS
at
or
Hi,
did u add jboss-ws4ee-client.jar?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889734#3889734
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3889734
---
SF.Net
Thank you, Thomas! I have solved this problem! It was my mistake!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889458#3889458
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3889458
---
Hi, I have the same problem but I have another type, bean class.
In one project (using IDEA) it's working well,
but in another ptoject, where datatype class is located I'm getting this error!
I had tried to move libs, but nothing. Why using external import I'm not
getting this error?
View the or
Problem solved
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888175#3888175
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888175
---
SF.Net email is sponsored by:
Hi,
I think I didn't any jboss configuration. What kind of exception do you have?
Is it eception in JBoss? I can write what files you need to have to deploy your
WS:
1. web.xml (by hand)
2. config.xml (by hand)
3. Using jwsdp you can generate WSDL and mapping file
4. webservices.xml (by hand)
W
Thank you Thomas. I solved this problem, but now I have another and I think
it's strange:
At the line call.invoke(arg) I have the error:
Retrieving document at 'http://debug/testws/Test?wsdl'.
AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
faultSubcode:
Hi, I have jwsdp 1.6 and everything is fine. Most people use it.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887906#3887906
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887906
Hi,
I have an error and I don't know what to do. I wrote a client to test my web
service, but when I call method call.invoke(argum) I have an error:
Retrieving document at 'http://debug/testws/Test?wsdl'.
AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
Hi, I have JWSDP 1.6 and everything works fine. I generated mapping file and
WSDL file wuth this command:
C:\Sun\jwsdp-1.6\jaxrpc\bin\wscompile -classpath E:\cod\oceaninfo\build\classes
-gen:server -f:rpcliteral -f:searchschema -mapping mapping.xml config.xml
Good luck,
Kristina
View the orig
Hi,
I have an error and I don't know what to do. I wrote a clienr to test my web
service, but at the line :
System.out.println("output:" + (String)call.invoke(argum));
I have an error:
Retrieving document at 'http://debug/testws/Test?wsdl'.
AxisFault
faultCode: {http://schemas.xmlsoap.org/soap
HI,
I decided to write WS client to test my web service. I looked the hello example
in jboss documentation in chapter 12. Here my code:
import javax.xml.namespace.QName;
import javax.xml.rpc.ServiceFactory;
import javax.xml.rpc.Call;
import javax.xml.rpc.Service;
import java.net.URL;
public class
Hi, parallax!
May I ask you about your WSDL? I have a problem with complex types: I can't
generate WSDL, because I have complex type: HashTable. I used wscompile to
generate WSDL. Else I have the xml sheme, that discribe this type. Did you
writeyour WSDL file by hand or did you use some tool to
HI,
I want to generate a WSDL file and I use wscompile, but in my intrface I there
is a type HashTable and so wscompile can't generate the WSDL. So, I decided to
write xml sheme, that will describe this type. How can I use wscompile with xml
sheme to generate WSDL file?
Thank you!
View the or
"jaycap" wrote : Whenever I try to add a business to juddi, I get this error:
|
| The user ID and password pair passed in a get_authToken message is not
known to the Operator Site or is not valid.
|
| where do I set the password in juddi.
Hi,
1. Get new, last juddi version
2. In Web-i
Hello,
I wanted to publish a business in IBM Test Registry, I used uddi4j. But I have
such error:
TransportFactory: Using transport name:org.uddi4j.transport.ApacheSOAPTransport
Request body:
org.uddi4j.transport.TransportException: Unsupported response content type
"text/html", must be: "tex
Hi, I have JBoss 4.0.1 and JbossWS is there. Try to download it. About
wscompile: you must download jwsdp-1.6 and in jaxrpc -> bin you'll find
wscompile.bat.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885676#3885676
Reply to the post :
http://www.jboss
Hi, I have jUDDI in JBoss4.0.1 configured the same manner as in WIKI JAXR.I
have a small simple Java client and I'm trying to publish a business to the
jUDDI. But I'm getting an error:
The AXIS engine could not find a target service to invoke! targetService is
null
at org.uddi4j.UDDIElement.(U
Hi, I have jUDDI in JBoss4.0.1 configured the same manner as in WIKI JAXR.I
have a small simple Java client and I'm trying to publish a business to the
jUDDI. But I'm getting an error:
The AXIS engine could not find a target service to invoke! targetService is
null
at org.uddi4j.UDD
30 matches
Mail list logo