[jboss-user] [JBossWS] - Using Log4j with jbossws-1.2.1.GA

2007-05-23 Thread superomega
Hallo with jbossws-1.2.0 I usesd server\default\conf\log4j.xml to trace the soap Messages: |!-- Enable JBossWS message tracing -- |category name=jbossws.SOAPMessage | priority value=TRACE class=org.jboss.logging.XLevel/ |/category | Now this isn't working any more.

[jboss-user] [JBossWS] - Re: wsconsume with provider sample

2007-03-16 Thread superomega
Hallo again, the question was for this example: Why do I get a void type as result of the method and not a result value from type user? Greets, Werner View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4028941#4028941 Reply to the post :

[jboss-user] [JBossWS] - wsconsume with provider sample

2007-03-12 Thread superomega
Hallo I use JBossWS 1.2.0 GA and want to test the /jaxws/samples/provider example. (JBoss 4.0.5 GA) After I have compiled the given wsdl with /opt/jboss/bin/wsconsume.sh | ?xml version='1.0'? | definitions name='ProviderService' targetNamespace='http://org.jboss.ws/provider'

[jboss-user] [JBossWS] - Re: Any possibility to understand Delphi?

2007-03-07 Thread superomega
I use JBossWS 1.2.0 the actual version from last week. The JavaClient runns with JDK 1.5.07 and is a stand alone Application. The SOAP Libs that are used from the JClient are from JAX-WS 2.1 Java is making no problems. But because of the kind of use of the namespaces in Delphi seems that the

[jboss-user] [JBossWS] - Any possibility to understand Delphi?

2007-03-06 Thread superomega
Hallo, with gSoap I don't have problems to talk at the moment. But with Delphi 6 of course: When I speak with a JavaClient to my WebService the message looks like this -- | S:Envelope xmlns:S=http://schemas.xmlsoap.org/soap/envelope/; | S:Body | ns2:echo

[jboss-user] [JBossWS] - Re: WSDL - Schema definitions

2007-03-06 Thread superomega
Thank you Thomas, things with annotations I have tried out. And wsprovide is making a nice wsld. Yesterday I tried the IE on Windows to show the wsld of the webservice and what I have to see? The namespace declarations are all there. This firefox browser is hiding the namespace declarations,

[jboss-user] [JBossWS] - Re: JAX-WS 2.1

2007-03-05 Thread superomega
Hallo Harald, No, I don't have. The Webservices which I had made with Netbeans. With Java client I had also packed the JAX-WS Libs. But I had some problems with other Languages e.g. Delphi as client. I couldn't read the data from the Delphi-Client. The default ant-Task in Netbeans is using

[jboss-user] [JBossWS] - WSDL - Schema definitions

2007-02-28 Thread superomega
Hallo, I need some schema definitions in my wsdl. It should look like: | definitions xmlns:tns=http://cardservice.handler.jaxws.company.com/service; | xmlns:wsdl=http://schemas.xmlsoap.org/wsdl/; | xmlns=http://schemas.xmlsoap.org/wsdl/; |

[jboss-user] [JBossWS] - JAX-WS 2.1

2007-02-16 Thread superomega
Hallo, I like JBoss very much. And because of this I don't want to change my AppServer environment. Now I want to use Webservices in my project. And I would like to use full functionality and complatibility of the original JAX-WS 2.1 implementation of Sun. Is it possible to insert JAX-WS 2.1