<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.java.xfire.user">
    <title>gmane.comp.java.xfire.user</title>
    <link>http://blog.gmane.org/gmane.comp.java.xfire.user</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.xfire.user/6972"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.xfire.user/6971"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.xfire.user/6971"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.xfire.user/6970"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.xfire.user/6969"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.xfire.user/6968"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.xfire.user/6967"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.xfire.user/6966"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.xfire.user/6965"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.xfire.user/6964"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.xfire.user/6963"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.xfire.user/6962"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.xfire.user/6961"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.xfire.user/6960"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.xfire.user/6959"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.xfire.user/6958"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.xfire.user/6957"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.xfire.user/6956"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.xfire.user/6955"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.xfire.user/6954"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.xfire.user/6972">
    <title> XFire Response: The body of the SOAP message doesn´t have xsi:type in the out parameter</title>
    <link>http://permalink.gmane.org/gmane.comp.java.xfire.user/6972</link>
    <description>&lt;pre&gt;
Hi everyone, I have a xfire service in my project (Java - Struts) and in the
reply my webservice doesn´t include the xsi:type in the out parameter. This
is the reply:


  
    
      Text of the reply
    
  


I need that output parameter has the next format: Text of...

I have a Servlet for build the service:

...
public class XFireServicesServlet extends XFireServlet{
 
public void init() throws ServletException
{
  super.init();
  Service service = null;
          ObjectServiceFactory factory = new
ObjectServiceFactory(getXFire().getTransportManager(), new
AegisBindingProvider());
  
  Map properties = new HashMap(); 
          properties.put(ObjectServiceFactory.STYLE,
SoapConstants.STYLE_WRAPPED); 
          properties.put(ObjectServiceFactory.USE,
SoapConstants.USE_LITERAL);
      
          service = factory.create(TestService.class,
              "TestService", 
              "http://daco.es/web/ws/TestService", 
              properties);
      
          service.setProperty(ObjectInvoker.SERVICE_IMPL_CLASS,
TestServiceImpl.class);
          getController().getServiceRegistry().register(service);
}
}
...

And the Service just take a String and return another one.

Interface:
...
public String testOperation(String request) throws java.rmi.RemoteException;
...

Class:
...
public String testOperation(String request) throws RemoteException {
                String response = null;
try {
        ...
        response = ...
return response;
} catch (Exception e) {
                        ...
}

return null;
}
...

¿Can anyone help me? I´m going crazy :)

¡Thanks a lot!
&lt;/pre&gt;</description>
    <dc:creator>dcshonda</dc:creator>
    <dc:date>2011-11-29T17:39:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.xfire.user/6971">
    <title>XFire/CXF: Validation of minOccurs=1 in request using Aegis Binding</title>
    <link>http://permalink.gmane.org/gmane.comp.java.xfire.user/6971</link>
    <description>&lt;pre&gt;Hi!

We still use XFire 1.2.6 in our project with the Aegis as data binding provider (it is planned to migrate to CXF sometimes in the future).

I experimented a bit with the minOccurs and nillable attributes, which can be customized via the xyz.aegis.xml files. It seems that XFire/Aegis validates requests regarding the nillable setting correctly, e.g. if an element has the attribute xsi:nil="true" set, but is not nillable, the correct fault is sent back as response (attributeXYZ is nil, but not nillable).

But when leaving out an element that has the attribute minOccurs="1" set in the corresponding xyz.aegis.xml file, XFire/Aegis does not complain about that.

Is this feature not implemented or do I miss something?

I read that when using CXF 2.3 and Aegis, the Schema Validation can be activated using the Woodstox 4.x. Would that validate the minOccurs setting correctly based on a given WSDL?
&lt;/pre&gt;</description>
    <dc:creator>f.rm&lt; at &gt;gmx.net</dc:creator>
    <dc:date>2010-10-21T13:14:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.xfire.user/6971">
    <title>XFire/CXF: Validation of minOccurs=1 in request using Aegis Binding</title>
    <link>http://permalink.gmane.org/gmane.comp.java.xfire.user/6971</link>
    <description>&lt;pre&gt;Hi!

We still use XFire 1.2.6 in our project with the Aegis as data binding provider (it is planned to migrate to CXF sometimes in the future).

I experimented a bit with the minOccurs and nillable attributes, which can be customized via the xyz.aegis.xml files. It seems that XFire/Aegis validates requests regarding the nillable setting correctly, e.g. if an element has the attribute xsi:nil="true" set, but is not nillable, the correct fault is sent back as response (attributeXYZ is nil, but not nillable).

But when leaving out an element that has the attribute minOccurs="1" set in the corresponding xyz.aegis.xml file, XFire/Aegis does not complain about that.

Is this feature not implemented or do I miss something?

I read that when using CXF 2.3 and Aegis, the Schema Validation can be activated using the Woodstox 4.x. Would that validate the minOccurs setting correctly based on a given WSDL?
&lt;/pre&gt;</description>
    <dc:creator>f.rm&lt; at &gt;gmx.net</dc:creator>
    <dc:date>2010-10-21T13:14:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.xfire.user/6970">
    <title>SOAP response contains too many tags</title>
    <link>http://permalink.gmane.org/gmane.comp.java.xfire.user/6970</link>
    <description>&lt;pre&gt;
Hi,
I am trying to create client module using Xfire.
I have only WSDL URL and with the help of Myeclipse I created client module.
While I run it, it gives me expanded(detailed) XML example is written below
have a look and help me to sort out it.
Thanks 
suraj
&amp;lt;com.agoda.GetResultResponse&amp;gt;
  &amp;lt;getResultResult&amp;gt;
    &amp;lt;content&amp;gt;
      &amp;lt;com.sun.org.apache.xerces.internal.dom.ElementNSImpl
serialization="custom"&amp;gt;
        &amp;lt;com.sun.org.apache.xerces.internal.dom.NodeImpl&amp;gt;
          &amp;lt;default&amp;gt;
            &amp;lt;flags&amp;gt;24&amp;lt;/flags&amp;gt;
            &amp;lt;ownerNode
class="com.sun.org.apache.xerces.internal.dom.DocumentImpl"
serialization="custom"&amp;gt;
              &amp;lt;com.sun.org.apache.xerces.internal.dom.NodeImpl&amp;gt;
                &amp;lt;default&amp;gt;
                  &amp;lt;flags&amp;gt;0&amp;lt;/flags&amp;gt;
                &amp;lt;/default&amp;gt;
              &amp;lt;/com.sun.org.apache.xerces.internal.dom.NodeImpl&amp;gt;
              &amp;lt;com.sun.org.apache.xerces.internal.dom.ParentNode&amp;gt;
                &amp;lt;default&amp;gt;
                  &amp;lt;firstChild
class="com.sun.org.apache.xerces.internal.dom.ElementNSImpl"
reference="../../../../../.."/&amp;gt;
                  &amp;lt;ownerDocument
class="com.sun.org.apache.xerces.internal.dom.DocumentImpl"
reference="../../.."/&amp;gt;
                &amp;lt;/default&amp;gt;
              &amp;lt;/com.sun.org.apache.xerces.internal.dom.ParentNode&amp;gt;
              &amp;lt;com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl&amp;gt;
                &amp;lt;default&amp;gt;
                  &amp;lt;allowGrammarAccess&amp;gt;false&amp;lt;/allowGrammarAccess&amp;gt;
                  &amp;lt;changes&amp;gt;4&amp;lt;/changes&amp;gt;
                  &amp;lt;documentNumber&amp;gt;0&amp;lt;/documentNumber&amp;gt;
                  &amp;lt;errorChecking&amp;gt;true&amp;lt;/errorChecking&amp;gt;
                  &amp;lt;nodeCounter&amp;gt;0&amp;lt;/nodeCounter&amp;gt;
                  &amp;lt;standalone&amp;gt;false&amp;lt;/standalone&amp;gt;
                  &amp;lt;xml11Version&amp;gt;false&amp;lt;/xml11Version&amp;gt;
                  &amp;lt;xmlVersionChanged&amp;gt;false&amp;lt;/xmlVersionChanged&amp;gt;
                  &amp;lt;docElement
class="com.sun.org.apache.xerces.internal.dom.ElementNSImpl"
reference="../../../../../.."/&amp;gt;
                &amp;lt;/default&amp;gt;
              &amp;lt;/com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl&amp;gt;
              &amp;lt;com.sun.org.apache.xerces.internal.dom.DocumentImpl&amp;gt;
                &amp;lt;default&amp;gt;
                  &amp;lt;mutationEvents&amp;gt;false&amp;lt;/mutationEvents&amp;gt;
                &amp;lt;/default&amp;gt;
              &amp;lt;/com.sun.org.apache.xerces.internal.dom.DocumentImpl&amp;gt;
            &amp;lt;/ownerNode&amp;gt;
          &amp;lt;/default&amp;gt;
        &amp;lt;/com.sun.org.apache.xerces.internal.dom.NodeImpl&amp;gt;
        &amp;lt;com.sun.org.apache.xerces.internal.dom.ChildNode&amp;gt;
          &amp;lt;default&amp;gt;
            &amp;lt;previousSibling
class="com.sun.org.apache.xerces.internal.dom.ElementNSImpl"
reference="../../.."/&amp;gt;
          &amp;lt;/default&amp;gt;
        &amp;lt;/com.sun.org.apache.xerces.internal.dom.ChildNode&amp;gt;
        &amp;lt;com.sun.org.apache.xerces.internal.dom.ParentNode&amp;gt;
          &amp;lt;default&amp;gt;
            &amp;lt;firstChild
class="com.sun.org.apache.xerces.internal.dom.ElementNSImpl"
serialization="custom"&amp;gt;
              &amp;lt;com.sun.org.apache.xerces.internal.dom.NodeImpl&amp;gt;
                &amp;lt;default&amp;gt;
                  &amp;lt;flags&amp;gt;24&amp;lt;/flags&amp;gt;
                  &amp;lt;ownerNode
class="com.sun.org.apache.xerces.internal.dom.ElementNSImpl"
reference="../../../../../.."/&amp;gt;
                &amp;lt;/default&amp;gt;
              &amp;lt;/com.sun.org.apache.xerces.internal.dom.NodeImpl&amp;gt;
              &amp;lt;com.sun.org.apache.xerces.internal.dom.ChildNode&amp;gt;
                &amp;lt;default&amp;gt;
                  &amp;lt;previousSibling
class="com.sun.org.apache.xerces.internal.dom.ElementNSImpl"
reference="../../.."/&amp;gt;
                &amp;lt;/default&amp;gt;
              &amp;lt;/com.sun.org.apache.xerces.internal.dom.ChildNode&amp;gt;
              &amp;lt;com.sun.org.apache.xerces.internal.dom.ParentNode&amp;gt;
                &amp;lt;default&amp;gt;
                  &amp;lt;firstChild
class="com.sun.org.apache.xerces.internal.dom.TextImpl"
serialization="custom"&amp;gt;
                    &amp;lt;com.sun.org.apache.xerces.internal.dom.NodeImpl&amp;gt;
                      &amp;lt;default&amp;gt;
                        &amp;lt;flags&amp;gt;24&amp;lt;/flags&amp;gt;
                        &amp;lt;ownerNode
class="com.sun.org.apache.xerces.internal.dom.ElementNSImpl"
reference="../../../../../.."/&amp;gt;
                      &amp;lt;/default&amp;gt;
                    &amp;lt;/com.sun.org.apache.xerces.internal.dom.NodeImpl&amp;gt;
                    &amp;lt;com.sun.org.apache.xerces.internal.dom.ChildNode&amp;gt;
                      &amp;lt;default&amp;gt;
                        &amp;lt;previousSibling
class="com.sun.org.apache.xerces.internal.dom.TextImpl"
reference="../../.."/&amp;gt;
                      &amp;lt;/default&amp;gt;
                    &amp;lt;/com.sun.org.apache.xerces.internal.dom.ChildNode&amp;gt;
                   
&amp;lt;com.sun.org.apache.xerces.internal.dom.CharacterDataImpl&amp;gt;
                      &amp;lt;default&amp;gt;
                        &amp;lt;data&amp;gt;Search criteria is invalid&amp;lt;/data&amp;gt;
                      &amp;lt;/default&amp;gt;
                   
&amp;lt;/com.sun.org.apache.xerces.internal.dom.CharacterDataImpl&amp;gt;
                  &amp;lt;/firstChild&amp;gt;
                  &amp;lt;ownerDocument
class="com.sun.org.apache.xerces.internal.dom.DocumentImpl"
reference="../../../../../../com.sun.org.apache.xerces.internal.dom.NodeImpl/default/ownerNode"/&amp;gt;
                &amp;lt;/default&amp;gt;
              &amp;lt;/com.sun.org.apache.xerces.internal.dom.ParentNode&amp;gt;
              &amp;lt;com.sun.org.apache.xerces.internal.dom.ElementImpl&amp;gt;
                &amp;lt;default&amp;gt;
                  &amp;lt;attributes&amp;gt;
                    &amp;lt;flags&amp;gt;0&amp;lt;/flags&amp;gt;
                    &amp;lt;nodes&amp;gt;
                      &amp;lt;com.sun.org.apache.xerces.internal.dom.AttrNSImpl
serialization="custom"&amp;gt;
                        &amp;lt;com.sun.org.apache.xerces.internal.dom.NodeImpl&amp;gt;
                          &amp;lt;default&amp;gt;
                            &amp;lt;flags&amp;gt;168&amp;lt;/flags&amp;gt;
                            &amp;lt;ownerNode
class="com.sun.org.apache.xerces.internal.dom.ElementNSImpl"
reference="../../../../../../../.."/&amp;gt;
                          &amp;lt;/default&amp;gt;
                        &amp;lt;/com.sun.org.apache.xerces.internal.dom.NodeImpl&amp;gt;
                        &amp;lt;com.sun.org.apache.xerces.internal.dom.AttrImpl&amp;gt;
                          &amp;lt;default&amp;gt;
                            &amp;lt;name&amp;gt;Code&amp;lt;/name&amp;gt;
                            &amp;lt;value class="age"&amp;gt;416&amp;lt;/value&amp;gt;
                          &amp;lt;/default&amp;gt;
                        &amp;lt;/com.sun.org.apache.xerces.internal.dom.AttrImpl&amp;gt;
                        &amp;lt;com.sun.org.apache.xerces.internal.dom.AttrNSImpl&amp;gt;
                          &amp;lt;default&amp;gt;
                            &amp;lt;localName&amp;gt;Code&amp;lt;/localName&amp;gt;
                          &amp;lt;/default&amp;gt;
                        &amp;lt;/com.sun.org.apache.xerces.internal.dom.AttrNSImpl&amp;gt;
                      &amp;lt;/com.sun.org.apache.xerces.internal.dom.AttrNSImpl&amp;gt;
                    &amp;lt;/nodes&amp;gt;
                    &amp;lt;ownerNode
class="com.sun.org.apache.xerces.internal.dom.ElementNSImpl"
reference="../../../.."/&amp;gt;
                  &amp;lt;/attributes&amp;gt;
                  &amp;lt;name&amp;gt;Error&amp;lt;/name&amp;gt;
                &amp;lt;/default&amp;gt;
              &amp;lt;/com.sun.org.apache.xerces.internal.dom.ElementImpl&amp;gt;
              &amp;lt;com.sun.org.apache.xerces.internal.dom.ElementNSImpl&amp;gt;
                &amp;lt;default&amp;gt;
                  &amp;lt;localName&amp;gt;Error&amp;lt;/localName&amp;gt;
                &amp;lt;/default&amp;gt;
              &amp;lt;/com.sun.org.apache.xerces.internal.dom.ElementNSImpl&amp;gt;
            &amp;lt;/firstChild&amp;gt;
            &amp;lt;ownerDocument
class="com.sun.org.apache.xerces.internal.dom.DocumentImpl"
reference="../../../com.sun.org.apache.xerces.internal.dom.NodeImpl/default/ownerNode"/&amp;gt;
          &amp;lt;/default&amp;gt;
        &amp;lt;/com.sun.org.apache.xerces.internal.dom.ParentNode&amp;gt;
        &amp;lt;com.sun.org.apache.xerces.internal.dom.ElementImpl&amp;gt;
          &amp;lt;default&amp;gt;
            &amp;lt;name&amp;gt;GetResultResponse&amp;lt;/name&amp;gt;
          &amp;lt;/default&amp;gt;
        &amp;lt;/com.sun.org.apache.xerces.internal.dom.ElementImpl&amp;gt;
        &amp;lt;com.sun.org.apache.xerces.internal.dom.ElementNSImpl&amp;gt;
          &amp;lt;default&amp;gt;
            &amp;lt;localName&amp;gt;GetResultResponse&amp;lt;/localName&amp;gt;
          &amp;lt;/default&amp;gt;
        &amp;lt;/com.sun.org.apache.xerces.internal.dom.ElementNSImpl&amp;gt;
      &amp;lt;/com.sun.org.apache.xerces.internal.dom.ElementNSImpl&amp;gt;
      &amp;lt;age&amp;gt;&amp;lt;/age&amp;gt;
    &amp;lt;/content&amp;gt;
  &amp;lt;/getResultResult&amp;gt;
&amp;lt;/com.agoda.GetResultResponse&amp;gt;
&lt;/pre&gt;</description>
    <dc:creator>Suraj Badjatiya</dc:creator>
    <dc:date>2010-07-13T07:23:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.xfire.user/6969">
    <title>Re: How to override generated WSDL address?</title>
    <link>http://permalink.gmane.org/gmane.comp.java.xfire.user/6969</link>
    <description>&lt;pre&gt;
Slightly different solution, a bit less code but inspired by original
solution:

Java
-----
package com.foo;
...
public class MyXFireExporter extends XFireExporter {
  
  private static Logger logger = Logger.getLogger(MyXFireExporter.class);  
  
  private String serviceURL;
  
  &amp;lt; at &amp;gt;Override
  public ModelAndView handleRequest(HttpServletRequest request,
      HttpServletResponse response) throws Exception {
    logger.debug("in handleRequest");
    
    /* Unregister the default XFire SOAP transport object and
    substitute with our bespoke one.*/
    TransportManager tm = super.getXfire().getTransportManager();
    Transport transport =
tm.getTransport(SoapHttpTransport.SOAP11_HTTP_BINDING);
    tm.unregister(transport);
    tm.register(new MyXFireTransport());
    return super.handleRequest(request, response);
  }
  
  public void setServiceURL(String serviceURL) {
    this.serviceURL = serviceURL;
  }
  
  class MyXFireTransport extends SoapHttpTransport {
    &amp;lt; at &amp;gt;Override
    public String getServiceURL(Service service) {
      logger.debug("returning XFire service URL " + serviceURL);
      return serviceURL;
    }
  }
}

XML Config for example service:
------------------------------
  ...
  &amp;lt;bean id="myService" class="com.foo.MyService" /&amp;gt;
      
  &amp;lt;bean id="myServiceController" class="com.foo.MyXFireExporter"&amp;gt;
    &amp;lt;property name="xfire" ref="xfire" /&amp;gt;
    &amp;lt;property name="serviceFactory" ref="xfire.annotationServiceFactory" /&amp;gt;
    &amp;lt;property name="serviceClass" value="com.foo.IMyService" /&amp;gt;
    &amp;lt;property name="serviceBean" ref="myService" /&amp;gt; 
    &amp;lt;property name="inHandlers" ref="xfire.inHandlers" /&amp;gt; 
    &amp;lt;property name="serviceURL" value="https://foo.com/ws/MyService?WSDL" /&amp;gt;
  &amp;lt;/bean&amp;gt;
    
  &amp;lt;bean
class="org.springframework.web.servlet.handler.SimpleUrlHandlerMapping"&amp;gt;
    &amp;lt;property name="urlMap"&amp;gt;
      &amp;lt;map&amp;gt;
        &amp;lt;entry key="/MyService" value-ref="myServiceController" /&amp;gt;
      &amp;lt;/map&amp;gt;
    &amp;lt;/property&amp;gt;
  &amp;lt;/bean&amp;gt;
  ...


Jack Schwenderman wrote:

&lt;/pre&gt;</description>
    <dc:creator>Brido</dc:creator>
    <dc:date>2010-06-02T10:19:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.xfire.user/6968">
    <title>jean-pierre boillot</title>
    <link>http://permalink.gmane.org/gmane.comp.java.xfire.user/6968</link>
    <description>&lt;pre&gt;http://www.vecchigiochi.com/home.php


      

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



&lt;/pre&gt;</description>
    <dc:creator>bob johnson</dc:creator>
    <dc:date>2010-04-20T08:20:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.xfire.user/6967">
    <title>Emilie Zankar</title>
    <link>http://permalink.gmane.org/gmane.comp.java.xfire.user/6967</link>
    <description>&lt;pre&gt;http://www.hotelmonica.it/home.php


      

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



&lt;/pre&gt;</description>
    <dc:creator>bob johnson</dc:creator>
    <dc:date>2010-04-16T08:43:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.xfire.user/6966">
    <title>christine dumont</title>
    <link>http://permalink.gmane.org/gmane.comp.java.xfire.user/6966</link>
    <description>&lt;pre&gt;http://www.hotelcervia.it/home.php


      

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



&lt;/pre&gt;</description>
    <dc:creator>bob johnson</dc:creator>
    <dc:date>2010-04-16T08:42:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.xfire.user/6965">
    <title>gaelle vaugon</title>
    <link>http://permalink.gmane.org/gmane.comp.java.xfire.user/6965</link>
    <description>&lt;pre&gt;http://www.mgeriswil.ch/home.php


      

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



&lt;/pre&gt;</description>
    <dc:creator>bob johnson</dc:creator>
    <dc:date>2010-04-15T00:54:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.xfire.user/6964">
    <title>M Fiaz Tariq</title>
    <link>http://permalink.gmane.org/gmane.comp.java.xfire.user/6964</link>
    <description>&lt;pre&gt;http://ev-nakliyat.com/org/index.php


      

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



&lt;/pre&gt;</description>
    <dc:creator>bob johnson</dc:creator>
    <dc:date>2010-04-09T20:42:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.xfire.user/6963">
    <title>REBECCA HINE</title>
    <link>http://permalink.gmane.org/gmane.comp.java.xfire.user/6963</link>
    <description>&lt;pre&gt;http://evnak.net/public/index.html


      

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



&lt;/pre&gt;</description>
    <dc:creator>bob johnson</dc:creator>
    <dc:date>2010-04-08T07:03:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.xfire.user/6962">
    <title>Michaela Bndgen</title>
    <link>http://permalink.gmane.org/gmane.comp.java.xfire.user/6962</link>
    <description>&lt;pre&gt;http://ceupharmacyalumni.org/about/index.html


      

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



&lt;/pre&gt;</description>
    <dc:creator>bob johnson</dc:creator>
    <dc:date>2010-04-07T05:52:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.xfire.user/6961">
    <title>michael gray</title>
    <link>http://permalink.gmane.org/gmane.comp.java.xfire.user/6961</link>
    <description>&lt;pre&gt;http://www.krawattendiscount.com/lndex.html


      

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



&lt;/pre&gt;</description>
    <dc:creator>bob johnson</dc:creator>
    <dc:date>2010-04-03T17:51:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.xfire.user/6960">
    <title>Gyrina Heyn</title>
    <link>http://permalink.gmane.org/gmane.comp.java.xfire.user/6960</link>
    <description>&lt;pre&gt;http://standartpompalar.com/customer/index.html


      

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



&lt;/pre&gt;</description>
    <dc:creator>bob johnson</dc:creator>
    <dc:date>2010-04-02T08:44:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.xfire.user/6959">
    <title>Re: WsGen generating jaxb ws-security enabled client</title>
    <link>http://permalink.gmane.org/gmane.comp.java.xfire.user/6959</link>
    <description>&lt;pre&gt;If its works, so its correct :)

2010/3/31 Jason Siverson &amp;lt;jsiverson&amp;lt; at &amp;gt;ironworks.com&amp;gt;:



&lt;/pre&gt;</description>
    <dc:creator>Tomek Sztelak</dc:creator>
    <dc:date>2010-04-01T09:39:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.xfire.user/6958">
    <title>Re: WsGen generating jaxb ws-security enabled client</title>
    <link>http://permalink.gmane.org/gmane.comp.java.xfire.user/6958</link>
    <description>&lt;pre&gt;I found this thread and it's the exact issue I'm running up against.  I
generated a client using the Eclipse plugin, it's perfect, except I
cannot get WS-Security added in as suggested in the documentation.  I am
in the same boat on the lack of a get*SOAP method or class without the
benefit of the getPort methods mentioned below.

 

Any help would be greatly appreciated.

 

-Jason

 

 

        Nope, I just tried once again (I'm using xfire 1.2.4).

          The *ServiceClient has the following methods:

           public Object getEndpoint(Endpoint endpoint)

           public Object getEndpoint(QName name)

           private void create0()

           public WSMidwayServicePortType
getWSMidwayServicePortTypeLocalEndpoint()

           public WSMidwayServicePortType

          getWSMidwayServicePortTypeLocalEndpoint(String url)

           public WSMidwayServicePortType getWSMidwayServiceHttpPort()

           public WSMidwayServicePortType
getWSMidwayServiceHttpPort(String url)

          

          BTW,

          UnsecuredWSMidwayServicePortType port =

          unsecuredServiceClient.getUnsecuredWSMidwayServiceHttpPort();

                       

          Client client = Client.getInstance(port);

          

          (Using the port instead of the ServiceClient) seems to work
fine.

          Is this correct?

          

          Thank you very much for you patiece.

          

          F.

          

          On 6/19/07, Tomek Sztelak &amp;lt;tsztelak&amp;lt; at &amp;gt;gmail...

          &amp;gt; so you don't have any get*Soap method on your client ?

          &amp;gt;

          &amp;gt; On 6/19/07, Fausto Lelli &amp;lt;fausto.lelli&amp;lt; at &amp;gt;gmail...

          &amp;gt; &amp;gt; Already seen this, but

          &amp;gt; &amp;gt; GeoIPServiceSoap geoIPClient =
service.getGeoIPServiceSoap();

          &amp;gt; &amp;gt; An equivalent method on my generated client is nowhere to
be found.

          &amp;gt; &amp;gt;

          &amp;gt; &amp;gt; F.

          &amp;gt; &amp;gt; On 6/19/07, Tomek Sztelak &amp;lt;tsztelak&amp;lt; at &amp;gt;gmail...

          &amp;gt; &amp;gt; &amp;gt;
http://xfire.codehaus.org/Client+and+Server+Stub+Generation+from+WSDL

          &amp;gt; &amp;gt; &amp;gt;

          &amp;gt; &amp;gt; &amp;gt; On 6/19/07, Fausto Lelli &amp;lt;fausto.lelli&amp;lt; at &amp;gt;gmail...

          &amp;gt; &amp;gt; &amp;gt; &amp;gt; Still not working :(

          &amp;gt; &amp;gt; &amp;gt; &amp;gt;

          &amp;gt; &amp;gt; &amp;gt; &amp;gt; //jaxb generated client

          &amp;gt; &amp;gt; &amp;gt; &amp;gt; WSMidwayServiceClient unsecuredClient = new
WSMidwayServiceClient();

          &amp;gt; &amp;gt; &amp;gt; &amp;gt;

          &amp;gt; &amp;gt; &amp;gt; &amp;gt; //get client instance to install security handlers

          &amp;gt; &amp;gt; &amp;gt; &amp;gt; Client client = Client.getInstance(unsecuredClient);

          &amp;gt; &amp;gt; &amp;gt; &amp;gt;

          &amp;gt; &amp;gt; &amp;gt; &amp;gt; got exception:

          &amp;gt; &amp;gt; &amp;gt; &amp;gt; IllegalArgumentException : not a proxy class.

          &amp;gt; &amp;gt; &amp;gt; &amp;gt;

          &amp;gt; &amp;gt; &amp;gt; &amp;gt;

          &amp;gt; &amp;gt; &amp;gt; &amp;gt; Thanx,

          &amp;gt; &amp;gt; &amp;gt; &amp;gt; Fausto.

          &amp;gt; &amp;gt; &amp;gt; &amp;gt;

          &amp;gt; &amp;gt; &amp;gt; &amp;gt;

          &amp;gt; &amp;gt; &amp;gt; &amp;gt; On 6/19/07, Tomek Sztelak &amp;lt;tsztelak&amp;lt; at &amp;gt;gmail...

          &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Client client =
Client.getInstance(GENERATED_CLIENT);

          &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; client.addOutHandler(...)

          &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;

          &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; On 6/19/07, Fausto Lelli &amp;lt;fausto.lelli&amp;lt; at &amp;gt;gmail...

          &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Hi,

          &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;

          &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; "regular" client (check docs or examples folder)

          &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; can you point to some example ? my problem is that

          &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; I know how to attach security handler to a dynamic
client but

          &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; not to jaxb-bound portType.

          &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;

          &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Any help would be greatly appreciated.

          &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Fausto.

          &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;

          &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; On 6/19/07, Tomek Sztelak &amp;lt;tsztelak&amp;lt; at &amp;gt;gmail...

          &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; You can configure ws-sec on generated client in
the same way as on

          &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; "regular" client (check docs or examples folder)

          &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;

          &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; On 6/18/07, Fausto Lelli &amp;lt;fausto.lelli&amp;lt; at &amp;gt;gmail...

          &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Hi,

          &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;

          &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Is it currently possible to use WsGen to
generate

          &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; jaxb client with ws-security enabled ?

          &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;

          &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; If not, is it possible to programmatically
configure

          &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; ws-security support in a jaxb generated client
?

          &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;

          &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Thanx

          &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;

          &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Fausto

          &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;

 

 

&lt;/pre&gt;</description>
    <dc:creator>Jason Siverson</dc:creator>
    <dc:date>2010-03-31T07:06:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.xfire.user/6957">
    <title>Re: how to use wsgen to generate stubs when service need user credentials</title>
    <link>http://permalink.gmane.org/gmane.comp.java.xfire.user/6957</link>
    <description>&lt;pre&gt;Hi
I'm not sure if its possible  that way  ( i guess wsgen doesn't
support it). But you can download wsdl manually and pass it to wsgen
as file.

2010/3/30 Lasith &amp;lt;lasith100&amp;lt; at &amp;gt;yahoo.com&amp;gt;:



&lt;/pre&gt;</description>
    <dc:creator>Tomek Sztelak</dc:creator>
    <dc:date>2010-03-31T06:09:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.xfire.user/6956">
    <title>Roger CORVALAN</title>
    <link>http://permalink.gmane.org/gmane.comp.java.xfire.user/6956</link>
    <description>&lt;pre&gt;http://kasebholding.com/org/index.html


      

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



&lt;/pre&gt;</description>
    <dc:creator>bob johnson</dc:creator>
    <dc:date>2010-03-31T02:35:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.xfire.user/6955">
    <title>how to use wsgen to generate stubs when service need user credentials</title>
    <link>http://permalink.gmane.org/gmane.comp.java.xfire.user/6955</link>
    <description>&lt;pre&gt;
Hi All,

I am trying generate stubs/proxy classes for a WSDL file with xfire wsgen.
The WSDL file is not publicly available and to access it I need to give user
credentials. I can access it with with web browsers since web browsers are
asking for user credentials when I am accessing the WSDL.

But when I am trying to generate proxy classes with wsgen it will give
following error.

-----------------------------------
generate-stubs:
     [java] Running WsGen...
     [java] wsdl    : http://&amp;lt;servername&amp;gt;/&amp;lt;service&amp;gt;.jws?wsdl
     [java] package : null
     [java] output  : work/build/classes/proxy
     [java] binding :
     [java] externalBindings :
     [java] baseURI :
     [java] profile :
     [java] explictAnnotation : false
     [java] overwrite : true
     [java] java.io.IOException: Server returned HTTP response code: 401 for
URL
: http://&amp;lt;servername&amp;gt;/&amp;lt;service&amp;gt;.jws?wsdl
     [java]     at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(Ht
tpURLConnection.java:1170)
     [java]     at java.net.URL.openStream(URL.java:1007)
     [java]     at
org.codehaus.xfire.util.Resolver.tryFileSystem(Resolver.java:
74)

-----------------------------------

I tried by giving user credentials in the url as well (e.g. 
http://user:password&amp;lt; at &amp;gt;&amp;lt;servername&amp;gt;/&amp;lt;service&amp;gt;.jws?wsdl) but still I am getting
the same error.

Appreciate your help :)

Thanks a lot!
 
&lt;/pre&gt;</description>
    <dc:creator>Lasith</dc:creator>
    <dc:date>2010-03-30T08:39:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.xfire.user/6954">
    <title>dieter michel</title>
    <link>http://permalink.gmane.org/gmane.comp.java.xfire.user/6954</link>
    <description>&lt;pre&gt;I’m 30. But I already had problems with sexual activity. My friend advised me OnlineS_site and it has improved my life. http://www.jetzt-hochladen.de/lndex.html


      

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



&lt;/pre&gt;</description>
    <dc:creator>bob johnson</dc:creator>
    <dc:date>2010-03-29T05:44:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.xfire.user/6953">
    <title>annabelle cabellon</title>
    <link>http://permalink.gmane.org/gmane.comp.java.xfire.user/6953</link>
    <description>&lt;pre&gt;http://sp69_0002.w.interia.pl/go.my.friend.htm


      

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



&lt;/pre&gt;</description>
    <dc:creator>bob johnson</dc:creator>
    <dc:date>2010-03-27T23:32:47</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.java.xfire.user">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.java.xfire.user</link>
  </textinput>
</rdf:RDF>

