<?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://permalink.gmane.org/gmane.comp.java.xfire.user">
    <title>gmane.comp.java.xfire.user</title>
    <link>http://permalink.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&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"&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(S&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)

          

          &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.&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>

