<?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://comments.gmane.org/gmane.comp.java.xfire.user/6972"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.xfire.user/6971"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.xfire.user/6971"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.xfire.user/6970"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.xfire.user/6968"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.xfire.user/6967"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.xfire.user/6966"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.xfire.user/6965"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.xfire.user/6964"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.xfire.user/6963"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.xfire.user/6962"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.xfire.user/6961"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.xfire.user/6960"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.xfire.user/6956"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.xfire.user/6955"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.xfire.user/6954"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.xfire.user/6953"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.xfire.user/6952"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.xfire.user/6951"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.xfire.user/6950"/>
      </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://comments.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://comments.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://comments.gmane.org/gmane.comp.java.xfire.user/6971">
    <title>XFire/CXF: Validation of minOccurs=1 in request using Aegis Binding</title>
    <link>http://comments.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://comments.gmane.org/gmane.comp.java.xfire.user/6971">
    <title>XFire/CXF: Validation of minOccurs=1 in request using Aegis Binding</title>
    <link>http://comments.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://comments.gmane.org/gmane.comp.java.xfire.user/6970">
    <title>SOAP response contains too many tags</title>
    <link>http://comments.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://comments.gmane.org/gmane.comp.java.xfire.user/6968">
    <title>jean-pierre boillot</title>
    <link>http://comments.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://comments.gmane.org/gmane.comp.java.xfire.user/6967">
    <title>Emilie Zankar</title>
    <link>http://comments.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://comments.gmane.org/gmane.comp.java.xfire.user/6966">
    <title>christine dumont</title>
    <link>http://comments.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://comments.gmane.org/gmane.comp.java.xfire.user/6965">
    <title>gaelle vaugon</title>
    <link>http://comments.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://comments.gmane.org/gmane.comp.java.xfire.user/6964">
    <title>M Fiaz Tariq</title>
    <link>http://comments.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://comments.gmane.org/gmane.comp.java.xfire.user/6963">
    <title>REBECCA HINE</title>
    <link>http://comments.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://comments.gmane.org/gmane.comp.java.xfire.user/6962">
    <title>Michaela Bndgen</title>
    <link>http://comments.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://comments.gmane.org/gmane.comp.java.xfire.user/6961">
    <title>michael gray</title>
    <link>http://comments.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://comments.gmane.org/gmane.comp.java.xfire.user/6960">
    <title>Gyrina Heyn</title>
    <link>http://comments.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://comments.gmane.org/gmane.comp.java.xfire.user/6956">
    <title>Roger CORVALAN</title>
    <link>http://comments.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://comments.gmane.org/gmane.comp.java.xfire.user/6955">
    <title>how to use wsgen to generate stubs when service need user credentials</title>
    <link>http://comments.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://comments.gmane.org/gmane.comp.java.xfire.user/6954">
    <title>dieter michel</title>
    <link>http://comments.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://comments.gmane.org/gmane.comp.java.xfire.user/6953">
    <title>annabelle cabellon</title>
    <link>http://comments.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>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.xfire.user/6952">
    <title>Rohit Sanghai</title>
    <link>http://comments.gmane.org/gmane.comp.java.xfire.user/6952</link>
    <description>&lt;pre&gt;http://cerejabrasil.tempsite.ws/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-27T01:16:16</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.xfire.user/6951">
    <title>Yacine ATTIA</title>
    <link>http://comments.gmane.org/gmane.comp.java.xfire.user/6951</link>
    <description>&lt;pre&gt;http://weltmeister-werden.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-25T12:27:22</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.xfire.user/6950">
    <title>Yasmin Hilbig</title>
    <link>http://comments.gmane.org/gmane.comp.java.xfire.user/6950</link>
    <description>&lt;pre&gt;http://www.aaes-asso.org/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-24T13:25:28</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.xfire.user/6948">
    <title>david pinto</title>
    <link>http://comments.gmane.org/gmane.comp.java.xfire.user/6948</link>
    <description>&lt;pre&gt;http://soczewki-lensa.yoyo.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-22T09:34:33</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>

