[JBoss-user] [JBossWS] - Web services and java.util

2006-06-26 Thread Christy
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

[JBoss-user] [JBossWS] - Re: Error: could not find deserializer for type

2005-10-06 Thread Christy
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

[JBoss-user] [JBossWS] - Re: Error: could not find deserializer for type

2005-10-06 Thread Christy
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

[JBoss-user] [JBossWS] - Re: Error: could not find deserializer for type

2005-10-06 Thread Christy
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

[JBoss-user] [JBossWS] - Re: Deserializer error on ArrayOfstring

2005-10-04 Thread Christy
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:

[JBoss-user] [JBossWS] - Error: could not find deserializer for type

2005-09-28 Thread Christy
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

[JBoss-user] [JBossWS] - Re: Multiple bindings not supported

2005-09-15 Thread Christy
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=

[JBoss-user] [JBossWS] - Re: Deployng WS without restarting application

2005-09-14 Thread Christy
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

[JBoss-user] [JBossWS] - Re: Multiple bindings not supported

2005-09-12 Thread Christy
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

[JBoss-user] [JBossWS] - Re: DII Call with no param

2005-08-17 Thread Christy
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

[JBoss-user] [JBossWS] - Re: Failed to create factory: org.jboss.webservice.client.Se

2005-08-15 Thread Christy
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

[JBoss-user] [JBossWS] - Multiple bindings not supported

2005-08-12 Thread Christy
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

[JBoss-user] [JBossWS] - Re: Failed to create factory: org.jboss.webservice.client.Se

2005-08-12 Thread Christy
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

[JBoss-user] [JBossWS] - Re: Please Help! ERROR: Service endpoint bean class not set

2005-08-11 Thread Christy
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 ---

[JBoss-user] [JBossWS] - Re: Deserializing parameter error

2005-08-04 Thread Christy
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

[JBoss-user] [JBossWS] - Re: Problem with web service client.

2005-08-03 Thread Christy
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:

[JBoss-user] [JBossWS] - Re: jboss and sun jwsdp 1.6

2005-08-03 Thread Christy
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

[JBoss-user] [JBossWS] - Re: Error launching WS Client

2005-08-02 Thread Christy
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:

[JBoss-user] [JBossWS] - Re: jboss and sun jwsdp 1.6

2005-08-02 Thread Christy
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

[JBoss-user] [JBossWS] - Problem with web service client.

2005-08-02 Thread Christy
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

[JBoss-user] [JBossWS] - Re: Mapping file generation with JWSDP-1.6?

2005-08-01 Thread Christy
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

[JBoss-user] [JBossWS] - Please Help! ERROR: Service endpoint bean class not set

2005-08-01 Thread Christy
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

[JBoss-user] [JBossWS] - Error launching WS Client

2005-07-29 Thread Christy
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

[JBoss-user] [JBossWS] - Re: No serializer found exception

2005-07-27 Thread Christy
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

[JBoss-user] [JBossWS] - Help please!Problem with complex types.

2005-07-27 Thread Christy
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

[JBoss-user] [JBossWS] - Re: juddi error on JBoss 4.0.2

2005-07-27 Thread Christy
"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

[JBoss-user] [JBossWS] - Help!Error: org.uddi4j.transport.TransportException

2005-07-20 Thread Christy
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

[JBoss-user] [JBossWS] - Re: where is JbossWS???

2005-07-20 Thread Christy
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

[JBoss-user] [JBossWS] - Please Help!Error publishing business in JUDDI

2005-07-20 Thread Christy
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

[JBoss-user] [JBossWS] - Problem accessing to juddi in JBoss4.0.1

2005-07-19 Thread Christy
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