<?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/6944"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.xfire.user/6943"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.xfire.user/6938"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.xfire.user/6936"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.xfire.user/6935"/>
      </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/6944">
    <title>Kevin DIETZ</title>
    <link>http://comments.gmane.org/gmane.comp.java.xfire.user/6944</link>
    <description>&lt;pre&gt;http://webdesigndoc.com/Fsfyh.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-11T14:31:38</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.xfire.user/6943">
    <title>DENISE ROSSE</title>
    <link>http://comments.gmane.org/gmane.comp.java.xfire.user/6943</link>
    <description>&lt;pre&gt;http://astersoccer.com/eric.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-09T05:57:01</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.xfire.user/6938">
    <title>&lt; at &gt;webmethod action - org.codehaus.xfire.XFireRuntimeException</title>
    <link>http://comments.gmane.org/gmane.comp.java.xfire.user/6938</link>
    <description>&lt;pre&gt;
Hi all,

I am new to webservices.

I have successfully created a soap webservice on a business interface using
annotations, using spring and xfire 1.2.5 version. 

The business interface has a requirement that foo() must be shown in wsdl as
foo1. Thus I made use of the &amp;lt; at &amp;gt;webmethod and used action to tell that foo1 in
turn must call foo() on the interface. 

The business interface is as follows:


&amp;lt; at &amp;gt;WebService( serviceName = "FooService" )
public interface FooInterface
{
   &amp;lt; at &amp;gt;WebMethod( operationName = "foo1", action = "foo") 
    String foo( &amp;lt; at &amp;gt;WebParam( name = "inputData" ) String inputData );

}


But when I run the xfire client test, I get the following error.

I am stumped here...Please let me know your valuable input. Your help is
highly appreciated.

Thanks in advance.

Error:

Caused by: org.codehaus.xfire.XFireRuntimeException: Could not find
operation foo1 in the service model.
at
org.codehaus.xfire.wsdl11.parser.WSDLServiceConfigurator.visit(WSDLServiceConfigurator.java:229)
at
org.codehaus.xfire.wsd&lt;/pre&gt;</description>
    <dc:creator>joe robles</dc:creator>
    <dc:date>2009-09-24T19:01:55</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.xfire.user/6936">
    <title>help adding custom header with xfire only the client part - SAML</title>
    <link>http://comments.gmane.org/gmane.comp.java.xfire.user/6936</link>
    <description>&lt;pre&gt;
Hello,

I am developing a client webservice with xfire but i have problems when i
send the message.

I only need the client.

My code is the following:

1) Obtaing the client instance:

Client client = Client.getInstance(updateService);
client.addOutHandler(new OutHeaderHandler());

2) The class OutHeaderHandler:

public class OutHeaderHandler extends AbstractHandler {

public void invoke(MessageContext ctx) throws Exception {

Element headerE = ctx.getOutMessage().getOrCreateHeader();

SAMLDataHCC samlData = SAMLUtilsHCC.generateSAML2();

headerE.addContent(samlData.toString());

}
}

Is correctly?, the server always response. The header not contain a valid
header saml.

Any example how I create the header ?

Thanks in advance.

Regards

&lt;/pre&gt;</description>
    <dc:creator>ivi_333</dc:creator>
    <dc:date>2009-09-03T12:12:56</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.xfire.user/6935">
    <title>problem when running WsGen</title>
    <link>http://comments.gmane.org/gmane.comp.java.xfire.user/6935</link>
    <description>&lt;pre&gt;
From the command line on linux, I ran this:

$
gpath=./xfire-all-1.2.6.jar:/usr/local/lib/ant-1.6.5.jar:./lib/commons-logging-1.0.4.jar:./lib/jaxb-xjc-2.0.1.jar; 
$ java -cp $gpath org.codehaus.xfire.gen.WsGen -wsdl
somepath/connection.wsdl -o . -p project.client 

and got this:

Running WsGen...
wsdl    : somepath/connection.wsdl
package : project.client
output  : .
binding : 
externalBindings : 
baseURI : 
profile : 
explictAnnotation : false
overwrite : false
serverStub : true
forceBare : false
Exception in thread "main" java.lang.NoClassDefFoundError
at
org.codehaus.xfire.aegis.type.DefaultTypeMappingRegistry.class$(DefaultTypeMappingRegistry.java:64)
at
org.codehaus.xfire.aegis.type.DefaultTypeMappingRegistry.createDefaultMappings(DefaultTypeMappingRegistry.java:406)
at
org.codehaus.xfire.aegis.type.DefaultTypeMappingRegistry.createDefaultMappings(DefaultTypeMappingRegistry.java:311)
at
org.codehaus.xfire.aegis.type.DefaultTypeMappingRegistry.&amp;lt;init&amp;gt;(DefaultTypeMappingRegistry.java:131)
at
org.code&lt;/pre&gt;</description>
    <dc:creator>dmichel</dc:creator>
    <dc:date>2009-08-17T16:39:10</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>
