<?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/6909"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.xfire.user/6908"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.xfire.user/6907"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.xfire.user/6900"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.xfire.user/6898"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.xfire.user/6896"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.xfire.user/6892"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.xfire.user/6891"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.xfire.user/6890"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.xfire.user/6886"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.xfire.user/6885"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.xfire.user/6883"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.xfire.user/6881"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.xfire.user/6880"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.xfire.user/6879"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.xfire.user/6877"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.xfire.user/6876"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.xfire.user/6875"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.xfire.user/6874"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.xfire.user/6873"/>
      </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/6909">
    <title>Microsoft ISA Server problem</title>
    <link>http://comments.gmane.org/gmane.comp.java.xfire.user/6909</link>
    <description>
Hi all,

Web filter in Microsoft ISA Server blocks all xfire requests. Guys from
Microsoft say: "Unsupported Multiple line header. i.e, Website response
contains an HTTP header that begins with a space or with a TAB character".
Did anyone have such problem?
</description>
    <dc:creator>Andrew.K</dc:creator>
    <dc:date>2008-11-21T14:53:32</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.xfire.user/6908">
    <title>time stamps format</title>
    <link>http://comments.gmane.org/gmane.comp.java.xfire.user/6908</link>
    <description>time stamps format

 

When the web server is running in -5:00 gmt the format for the time is
in this format 2008-11-11T12:07:00-05:00

 

 When the web server is running in +0:00 the format switches to the Z
format for the date time 2008-11-07T16:59:29.907Z.  Why is that?
Shouldn't it always be in the offset format?  Is there a way to force it
to the offset format?

 

I'm using Xfire 1.2 java 1.6.update10

 

 

</description>
    <dc:creator>Alexander Anguiano</dc:creator>
    <dc:date>2008-11-11T20:44:47</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.xfire.user/6907">
    <title>Namespace question</title>
    <link>http://comments.gmane.org/gmane.comp.java.xfire.user/6907</link>
    <description>I have a xfire webservice up and running with namespace testService. I also
use several complex types that do not use this namespace. They are getting
their namespace form the java package that they are contained in.

The proxy java client classes are created fine from the WSDL as long as I
use xfire/axis to generate them. However, when I use Visual Studio I get the
following error message:

Schema validation warning: Schema item 'element' named 'getResponse' from
namespace ' testService ' is invalid. Namespace '
http://data.testwebservice.com &lt;http://somepackage.search/&gt;' is not
available to be referenced in this schema.

I read that adding the annotaion &lt; at &gt;XmlType to the interfaces of my complext
types can fix the issue as you specify and change the namespace of these
types to the namespace of your service.

However, changing that would break the existing clients.

Is there a way to fix this without adding the &lt; at &gt;XmlType annotation. From what
I read, I guess it involves importing the schemas, but I have no idea how to
do that in the code, so that the generated WSDL picks it up.

Sorry for the earlier email, I was trying to reply to an existing thread and
that did not work out.
</description>
    <dc:creator>p k</dc:creator>
    <dc:date>2008-10-14T16:02:13</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.xfire.user/6900">
    <title>XFire AegisBindingProvider</title>
    <link>http://comments.gmane.org/gmane.comp.java.xfire.user/6900</link>
    <description>Hello,
Hello,

i currently try to get xfire/aegis to marshal a soap message into pojos.
I use xfires inside a servicemix jsr181 SU. The Schema and classes make
use of inheritance so i registered all used classes via the
overrideTypesList. As i see while debugging the all get found and
registered in the AegisBindingProvider. The soap message looks like this:
&lt;soap:Body&gt;
      &lt;tns:"methodName"&gt;
         &lt;param1&gt;simple&lt;/param1&gt;
         &lt;param2 xsi:type="tns:GPValues"&gt;
            &lt;GPValue xsi:type="tns:GPFeatureRecordSetLayer"&gt;
               &lt;recordSet xsi:type="tns:recordSet"&gt;
                  &lt;Fields xsi:type="tns:Fields"&gt;
                     &lt;FieldArray xsi:type="tns:ArrayOfField"&gt;
                        &lt;Field xsi:type="tns:Field"&gt;
                           &lt;Name&gt;FID&lt;/Name&gt;
                           &lt;Type&gt;esriFieldTypeOID&lt;/Type&gt;
                          ...
                        &lt;/Field&gt;
                         ...  
                     &lt;/FieldArray&gt;
                  &lt;/Fields&gt;
                 ...
               &lt;/recordSet&gt;
            &lt;/GPValue&gt;
            &lt;GPValue xsi:type="tns:GPDouble"&gt;
               &lt;Value&gt;10&lt;/Value&gt;
            &lt;/GPValue&gt;      
         &lt;/param2&gt;      
      &lt;/tns:"methodName&gt;
   &lt;/soap:Body&gt;

The problem is to find the BeanType for "recordSet". It finds and
instantiates "GPFeatureRecordSetLayer" without problems. Its a BeanType,
so during readObject in ll.135 (BeanType.java) it tries to read the
child elements. In Line 140 it fails to find the parent and  therefore
calls getReadType with a null for type and runs into a
Null-PointerException.
I'm wondering whats going wrong here since the types get all registered
at deployment.
Do you have any clues or hints?

Thanks in advance, Johannes

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

    http://xircles.codehaus.org/manage_email



</description>
    <dc:creator>Johannes Elsinghorst</dc:creator>
    <dc:date>2008-10-01T12:14:30</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.xfire.user/6898">
    <title>Aegis Binding - Type Mapping Question</title>
    <link>http://comments.gmane.org/gmane.comp.java.xfire.user/6898</link>
    <description>Hi,

i use xfire indirectly inside a apache servicemix jsr181 service unit. It is used to marshall/unmarshall pojos. I have a xml-schema (inside a wsdl) and corresponding java-classes both from a 3rd-party vendor, so i dont have the sources. I need to somehow configure xfire's ageis bindings to map some xml types to the java classes. The schema contains an abstract type and some extending types, so do the java classes. In my case aegis always tries to instantiate the absract class for an extended type. Xfire looks in the extended type's TypeMapping (xml2Type) for a class to instatiate. But this mapping is empty so its tries to
instatiate the abstract class and throws an exception! I found that theres some way to define these class.aegis.xml mapping files, but im not sure whether thats what i need. I just need to
tell it what class to use for what xml-Type!
Has anybody an idea how to do this? 

thanks, Johannes
</description>
    <dc:creator>Johannes Elsinghorst</dc:creator>
    <dc:date>2008-09-29T10:56:23</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.xfire.user/6896">
    <title>JMS programmatically</title>
    <link>http://comments.gmane.org/gmane.comp.java.xfire.user/6896</link>
    <description>Hi,

I tried to expose my WS through JMS (activeMQ).
However, we are using the XFIRE in embedded mode. That means, no setting in spring or whatsoever.
Is there any docu or working code sample where I can expose my service to jms programmatically?

So far, I'm able to register my JMSTransport into the xfire:

XFire xfire = XFireFactory.newInstance().getXFire();
        JMSTransport jt = new JMSTransport(
                         xfire, getConnectionFactory());
        xfire.getTransportManager().register(jt);

But now, I'm confuse with the things that I need to do for my service. In AXIS2, I don't have to say anything at all....it will automatically expose my service as JMS.

Thanks,
Aries

</description>
    <dc:creator>Dwiputera Aries Fajar (CI/AFR-SG</dc:creator>
    <dc:date>2008-09-04T02:16:29</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.xfire.user/6892">
    <title>org.codehaus.xfire.XFireRuntimeException: Server returned error code = 401 for URI : http://58.211.37.27:88/OATest/MyService.asmx.</title>
    <link>http://comments.gmane.org/gmane.comp.java.xfire.user/6892</link>
    <description>
Hi,all.
I have a problem described as the follows:
I use eclipse3.3+myEclipse6 to develope my java web application,I used the
webservice "MyService.asmx" which is written by others(MyService.asmx is
written in .NET tools) to get certain method such as GetOaEmpId().In my
computer(my computer OS is windows2000 professional) the jsp page can get
the method GetOaEmpId without any problem,it works well.But with the same
.net code and java code I deployed to another computer,I cann't get the
GetOaEmpId() method,the jsp page throw an exception:


信息: Loading validation rules file from '/WEB-INF/validation.xml'
2008-8-29 9:04:54 org.apache.struts.validator.ValidatorPlugIn initResources
信息: Loading validation rules file from '/WEB-INF/validator-rules.xml'
2008-8-29 9:05:15 org.apache.commons.httpclient.auth.AuthChallengeProcessor
selectAuthScheme
信息: ntlm authentication scheme selected
2008-8-29 9:05:15 org.apache.commons.httpclient.HttpMethodDirector
processWWWAuthChallenge
信息: No credentials available for NTLM &lt;any realm&gt;&lt; at &gt;58.211.37.27:88
2008-8-29 9:05:15 org.codehaus.xfire.transport.http.HttpChannel
sendViaClient
严重: Server returned error code = 401 for URI :
http://58.211.37.27:88/OATest/MyService.asmx. Check server logs for details
2008-8-29 9:05:15 org.apache.catalina.core.StandardWrapperValve invoke
严重: Servlet.service() for servlet jsp threw exception
org.codehaus.xfire.XFireRuntimeException: Server returned error code = 401
for URI : http://58.211.37.27:88/OATest/MyService.asmx. Check server logs
for 

details
at
org.codehaus.xfire.transport.http.HttpChannel.sendViaClient(HttpChannel.java:130)
at org.codehaus.xfire.transport.http.HttpChannel.send(HttpChannel.java:48)
at
org.codehaus.xfire.handler.OutMessageSender.invoke(OutMessageSender.java:26)
at
org.codehaus.xfire.handler.HandlerPipeline.invoke(HandlerPipeline.java:131)
at org.codehaus.xfire.client.Invocation.invoke(Invocation.java:79)
at org.codehaus.xfire.client.Invocation.invoke(Invocation.java:114)
at org.codehaus.xfire.client.Client.invoke(Client.java:336)
at org.codehaus.xfire.client.XFireProxy.handleRequest(XFireProxy.java:77)
at org.codehaus.xfire.client.XFireProxy.invoke(XFireProxy.java:57)
at $Proxy114.getOaEmpInfo(Unknown Source)
at org.apache.jsp.Frameset_jsp._jspService(Frameset_jsp.java:89)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:374)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:337)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Thread.java:619)

I really don't know how to resolve the problem.
could you please do me a favor..please..thank you ..
</description>
    <dc:creator>Harold.Zhang</dc:creator>
    <dc:date>2008-08-29T01:35:45</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.xfire.user/6891">
    <title>NoSuchMethodException: getPortClassMap()</title>
    <link>http://comments.gmane.org/gmane.comp.java.xfire.user/6891</link>
    <description>I finally figured out what was going on here.

 

My client project had some of the old Xfire libraries in it.

When I removed those the problem went away.

 

I don't seem to have the ability to close issues, so please close this.

 

Thanks.

 

Frank 

 




-----------------------------------------
Confidentiality Notice!
This electronic transmission and any attached documents or other
writings are confidential and are for the sole use of the intended
recipient(s) identified above. This message may contain information
that is privileged, confidential or otherwise protected from
disclosure under applicable law. If the receiver of this
information is not the intended recipient, or the employee, or
agent responsible for delivering the information to the intended
recipient, you are hereby notified that any use, reading,
dissemination, distribution, copying or storage of this information
is strictly prohibited. If you have received this information in
error, please notify the sender by return email and delete the
electronic transmission, including all attachments from your
system.
</description>
    <dc:creator>Frank Lawlor</dc:creator>
    <dc:date>2008-08-21T15:01:17</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.xfire.user/6890">
    <title>NoSuchMethodException: getPortClassMap()</title>
    <link>http://comments.gmane.org/gmane.comp.java.xfire.user/6890</link>
    <description>I am using MyEclipse 6.5.

 

I created a web service project conforming to JAX-WS.

 

I generated a WS client by pointing to the WSDL URL of my service.

 

I created a test class as indicated in the MyEclipse documentation

http://www.myeclipseide.com/documentation/quickstarts/webservices_jaxws/

 

When I try to create my service:

 

  OrderCashCard2Service service = new OrderCashCard2Service();

 

It throws an exception in codehaus xfire code caused by:

 

Caused by: java.lang.NoSuchMethodException:
com.netspend.socketpcclient.ordercashcard.OrderCashCard2Service.getPortC
lassMap()

            at java.lang.Class.getMethod(Class.java:1581)

            at
org.codehaus.xfire.jaxws.ServiceDelegate.&lt;init&gt;(ServiceDelegate.java:60)

            ... 5 more

 

Is this missing method supposed to be provided by the base class class
javax.xml.ws.Service or should this have been generated in my service
(OrderCashCard2Service)?

 

Is this a bug?

 

How do I fix this?

 

Thanks,

 

  -- Frank

 




-----------------------------------------
Confidentiality Notice!
This electronic transmission and any attached documents or other
writings are confidential and are for the sole use of the intended
recipient(s) identified above. This message may contain information
that is privileged, confidential or otherwise protected from
disclosure under applicable law. If the receiver of this
information is not the intended recipient, or the employee, or
agent responsible for delivering the information to the intended
recipient, you are hereby notified that any use, reading,
dissemination, distribution, copying or storage of this information
is strictly prohibited. If you have received this information in
error, please notify the sender by return email and delete the
electronic transmission, including all attachments from your
system.
</description>
    <dc:creator>Frank Lawlor</dc:creator>
    <dc:date>2008-08-20T22:48:38</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.xfire.user/6886">
    <title>Only first part of the message has namespace declaration</title>
    <link>http://comments.gmane.org/gmane.comp.java.xfire.user/6886</link>
    <description>Hi list

I'm seeing the exact behaviour described in
http://jira.codehaus.org/browse/XFIRE-694 with XFire 1.2.6 under Resin
3.1.6, but not under the 3.0.X Resin branch.

Would anyone have an idea as to why this is?

rgds,

Richard



Richard Grantham
Development

-------------------------------
rgrantham&lt; at &gt;limehousesoftware.co.uk
Limehouse Software Ltd
DDI: (020) 7566 3336
Main: (020) 7566 3320
Fax: (020) 7566 3321
Limehouse Software Ltd
4th Floor
1 London Bridge
London
SE1 9BG
Manchester Office:
3rd Floor, The Triangle, Exchange Square, Manchester M4 3TR
Tel: (0161) 240 2440, Fax: (0161) 240 2441, ISDN: 08700 119 400
Check out Limehouse Software's innovative solutions
www.limehousesoftware.co.uk - Transforming the way you publish and consult on information
The information contained in this e-mail or in any attachments is confidential and is intended solely for the named addressee only. Access to this e-mail by anyone else is unauthorised. If you are not the intended recipient, please notify Limehouse Software Ltd immediately by returning this e-mail to sender or calling 020 7566 3320 and do not read, use or disseminate the information. Opinions expressed in this e-mail are those of the sender and not necessarily the company. Although an active anti-virus policy is operated, the company accepts no liability for any damage caused by any virus transmitted by this e-mail, including any attachments.

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

    http://xircles.codehaus.org/manage_email



</description>
    <dc:creator>Richard Grantham</dc:creator>
    <dc:date>2008-08-12T14:43:29</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.xfire.user/6885">
    <title>org.codehaus.xfire.XFireRuntimeException: Could not invoke service..</title>
    <link>http://comments.gmane.org/gmane.comp.java.xfire.user/6885</link>
    <description>
hi to all
i am trying to use Xfire in my application. i am getting the below mentioned
exception. 

org.codehaus.xfire.XFireRuntimeException: Could not invoke service.. Nested
exception is org.codehaus.xfire.fault.XFireFault: Could not marshall
org.codehaus.xfire.fault.XFireFault: Could not marshall type.
        at org.codehaus.xfire.jaxb2.JaxbType.writeObject(JaxbType.java:266)
        at
org.codehaus.xfire.aegis.AegisBindingProvider.writeParameter(AegisBindingProvider.java:229)
        at
org.codehaus.xfire.service.binding.AbstractBinding.writeParameter(AbstractBinding.java:273)
        at
org.codehaus.xfire.service.binding.WrappedBinding.writeMessage(WrappedBinding.java:90)
        at
org.codehaus.xfire.soap.SoapSerializer.writeMessage(SoapSerializer.java:80)
        at
org.codehaus.xfire.transport.http.HttpChannel.writeWithoutAttachments(HttpChannel.java:56)
        at
org.codehaus.xfire.transport.http.CommonsHttpMessageSender.getByteArrayRequestEntity(CommonsHttpMessageSender.java:422)
        at
org.codehaus.xfire.transport.http.CommonsHttpMessageSender.send(CommonsHttpMessageSender.java:360)
        at
org.codehaus.xfire.transport.http.HttpChannel.sendViaClient(HttpChannel.java:123)
        at
org.codehaus.xfire.transport.http.HttpChannel.send(HttpChannel.java:48)
        at
org.codehaus.xfire.handler.OutMessageSender.invoke(OutMessageSender.java:26)
        at
org.codehaus.xfire.handler.HandlerPipeline.invoke(HandlerPipeline.java:131)
        at org.codehaus.xfire.client.Invocation.invoke(Invocation.java:79)
        at org.codehaus.xfire.client.Invocation.invoke(Invocation.java:114)
        at org.codehaus.xfire.client.Client.invoke(Client.java:336)
        at
org.codehaus.xfire.client.XFireProxy.handleRequest(XFireProxy.java:77)
        at org.codehaus.xfire.client.XFireProxy.invoke(XFireProxy.java:57)
        at $Proxy12.getPatientFullMedicationHistory6(Unknown Source)
        at
com.itrust.ariel.client.EligibilityEnquiry.callMethod(EligibilityEnquiry.java:2149)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at
com.itrust.ariel.client.EventHandler.invoke(EventHandler.java:23148)
        at sun.reflect.GeneratedMethodAccessor15.invoke(Unknown Source)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at
com.itrust.ariel.client.EventHandler.callEvent(EventHandler.java:414)
        at
com.itrust.ariel.client.EventHandler.callEvents(EventHandler.java:293)
        at
com.itrust.ariel.client.EventHandler.executeEvent(EventHandler.java:535)
        at
com.itrust.ariel.client.FDBClientHandler$TabChangeListener.stateChanged(FDBClientHandler.java:4461)
        at javax.swing.JTabbedPane.fireStateChanged(JTabbedPane.java:290)
        at
javax.swing.JTabbedPane$ModelListener.stateChanged(JTabbedPane.java:222)
        at
javax.swing.DefaultSingleSelectionModel.fireStateChanged(DefaultSingleSelectionModel.java:116)
        at
javax.swing.DefaultSingleSelectionModel.setSelectedIndex(DefaultSingleSelectionModel.java:50)
        at
javax.swing.JTabbedPane.setSelectedIndexImpl(JTabbedPane.java:478)
        at javax.swing.JTabbedPane.setSelectedIndex(JTabbedPane.java:464)
        at
javax.swing.plaf.basic.BasicTabbedPaneUI$Handler.mousePressed(BasicTabbedPaneUI.java:3237)
        at java.awt.Component.processMouseEvent(Component.java:5514)
        at javax.swing.JComponent.processMouseEvent(JComponent.java:3135)
        at java.awt.Component.processEvent(Component.java:5282)
        at java.awt.Container.processEvent(Container.java:1966)
        at java.awt.Component.dispatchEventImpl(Component.java:3984)
        at java.awt.Container.dispatchEventImpl(Container.java:2024)
        at java.awt.Component.dispatchEvent(Component.java:3819)
        at
java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
        at
java.awt.LightweightDispatcher.processMouseEvent(Container.java:3889)
        at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
        at java.awt.Container.dispatchEventImpl(Container.java:2010)
        at java.awt.Window.dispatchEventImpl(Window.java:1791)
        at java.awt.Component.dispatchEvent(Component.java:3819)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
        at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
        at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
        at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
        at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Caused by: javax.xml.bind.JAXBException: Unable to locate jaxb.properties
for package https.secure_newcropaccounts_com.v7.webservices
        at
javax.xml.bind.ContextFinder.searchcontextPath(ContextFinder.java:205)
        at javax.xml.bind.ContextFinder.find(ContextFinder.java:149)
        at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:281)
        at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:238)

https.secure_newcropaccounts_com.v7.webservices this package name is come
from one jar created by my self using some class files. in this java class
they uses the xfire jar to create the soap message.
i added the both jars in the classpath but while runtime i am getting the
exception. plz any one help me on this issue ASAP, because its very urgent
to me

thanks in advance
</description>
    <dc:creator>Jagan Mohan Reddy</dc:creator>
    <dc:date>2008-08-07T10:57:26</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.xfire.user/6883">
    <title>I need to add &lt;?xml version="1.0" encoding="UTF-8"?&gt; to my webservice response</title>
    <link>http://comments.gmane.org/gmane.comp.java.xfire.user/6883</link>
    <description>
Using MyEclipse, I created a web service using Top-Down (WSDL-First) web
service wizard which created all my classes including my exposed method. 
The way my webservice works is I basically recieve an xml request as a
parameter in a method of the implementation class.  The request is basically
what's in the soap envelope and based on that information I create a
response which is returned from the exposed method.  All I really do is
instantiate the response object and add data...everything else is done for
me.  At that point the response is wrapped in soap (by XFire I believe) and
sent back to the requestor.  The problem is the business that is sending the
request needs &lt;?xml version="1.0" encoding="UTF-8"?&gt; in the response right
before the soap envelope, but instead they are getting the following which
is directly followed by the soap envelope:

HTTP/1.1 200 OK
Date: Tue, 05 Aug 2008 19:22:15 GMT
Server: IBM_HTTP_Server/2.0.47.1-PK29827 Apache/2.0.47 (Unix) DAV/2
X-Powered-By: Servlet/2.5
Transfer-Encoding: chunked
Content-Type: text/xml;charset=UTF-8

Is there anyway to add &lt;?xml version="1.0" encoding="UTF-8"?&gt; to my response
right before the soap envelope?  Since the response I create is completely
inside the soap envelope, I do not know how to add &lt;?xml version="1.0"
encoding="UTF-8"?&gt; above the envelope.  It appears I do not have the ability
to do that.  The business says without it, their parser does not know how to
parse the contents of the soap envelope.

I would appreciate any help!

I attached the WSDL from which my web service was generated
http://www.nabble.com/file/p18859063/IICMVA_CoverageVerification_J2EE_1.0.wsdl
IICMVA_CoverageVerification_J2EE_1.0.wsdl 
</description>
    <dc:creator>mike54321</dc:creator>
    <dc:date>2008-08-06T20:45:56</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.xfire.user/6881">
    <title>Aegis problems migrating from xfire</title>
    <link>http://comments.gmane.org/gmane.comp.java.xfire.user/6881</link>
    <description>
Hi

I am migrating a project from xfire-1.2.6 to CXF 2.1.1 and JDK1.5.0_15.

I cannot get the CXF client code to use my aegis mappings at all.  I've
tried a number of different ways to generate my client as follows:

My interface for the Web Service is:

public interface IPartners {
public LoginResult Login(String username, String password);
}

The IPartners.aegis.xml file (in the same directory) 

&lt;mappings xmlns="the_namespace"&gt;
&lt;mapping&gt;
&lt;method name="Login"&gt;
&lt;parameter index="0" mappedName="username"/&gt;
    &lt;parameter index="1" mappedName="password"/&gt;
    &lt;return-type name="LoginResult"/&gt;
&lt;/method&gt;
&lt;/mapping&gt;
&lt;/mappings&gt;

=========================
Client code - version 1
----------------------
String nameSpace = "the_namespace";
String wsdlURL = "address_I_am_using";
QName endpoint = new QName(nameSpace, "Login");

ClientProxyFactoryBean factory1 = new ClientProxyFactoryBean();
factory1.setServiceClass(IPartners.class);
factory1.setAddress(wsdlURL);
factory1.getServiceFactory().setDataBinding(new AegisDatabinding());
factory1.setServiceName(endpoint);
IPartners partnersWS = (IPartners)factory1.create();
LoginResult lr = partnersWS.Login("username", "password");

This does not respect the aegis file to generate the SOAP message - it
produces the following:

&lt;soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"&gt;
 &lt;soap:Body&gt;
  &lt;ns1:Login xmlns:ns1="the_namespace"&gt;
   &lt;ns1:arg0&gt;username&lt;/ns1:arg0&gt;
   &lt;ns1:arg1&gt;password&lt;/ns1:arg1&gt;
  &lt;/ns1:Login&gt;
 &lt;/soap:Body&gt;
&lt;/soap:Envelope&gt;

note the "arg0" and "arg1" rather than "username" and "password"

Strangely, if I change the aegis file so that it does not conform to the
XSD, it does complain that it is in invalid format.

=========================
Client code - version 2
----------------------
String nameSpace = "the_namespace";
String wsdlURL = "address_I_am_using";
QName endpoint = new QName(nameSpace, "Login");

JaxWsProxyFactoryBean factory = new JaxWsProxyFactoryBean();
factory.getServiceFactory().setDataBinding(new AegisDatabinding());
factory.setServiceClass(IPartners.class);
factory.setAddress(wsdlURL);
factory.setEndpointName(endpoint);
IPartners partnersWS = (IPartners)factory.create();
LoginResult lr = partnersWS.Login("username", "password");

This time, I get the following exception:

javax.xml.ws.WebServiceException: Could not find wsdl:binding operation info
for web method Login.


Now then, after playing around with many many different configurations, I
have found that if I start annotating the interface, I can remove the aegis
mapping file altogether and get the SOAP message I want!  If I remove the
line where the AegisDatabinding() is set, it does not work though.

&lt; at &gt;WebService(targetNamespace="the_namespace")
public interface IPartners {
&lt; at &gt;WebMethod(action="the_namespace/Login")
public &lt; at &gt;WebResult(name="LoginResult") LoginResult
Login(&lt; at &gt;WebParam(name="username") String username, &lt; at &gt;WebParam(name="password")
String password);
}


So, I can make it work, by abandoning the aegis descriptors, annotating the
service interface and using the JaxWsProxyFactoryBean and setting the
AegisDatabinding().  This seems to be a little hacked!

I'm sure I must be missing something really obvious.  I have played with
this for days to get to the ad hoc situation I'm in now.  Any pointers from
anyone would be great!

Thanks in advance.

Matt
</description>
    <dc:creator>MattJax</dc:creator>
    <dc:date>2008-07-31T15:23:11</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.xfire.user/6880">
    <title>Generating Client Object from a wsdl</title>
    <link>http://comments.gmane.org/gmane.comp.java.xfire.user/6880</link>
    <description>Hi,

 

I'm generating client code from a wsdl, and something looks weird to me:

 

I get this generated package, called "java.lang", and an object called
Throwable in it. I wouldn't believe it if I hadn't seen it myself. It
messed up my whole workspace, because that throwable practically
replaced the original Java Throwable, that is the class mother of all
exceptions.

 

So one of the two: Either I'm supposed to cope with its existence
somehow, or the code generation shouldn't create the java.lang package.

 

What should I do ?

 

Any help will be greatly appreciated.

 

Thanks a lot,

 

Sharone

 

 

Sharone Zehavi
DBA &amp; SW Developer
Allot Communications * a mind for networks(tm)
Tel: +972 9 761 9216
Fax:+972 9 744 3626
szehavi&lt; at &gt;allot.com
www.allot.com &lt;http://www.allot.com/&gt; 

 

 

</description>
    <dc:creator>Sharone Zehavi</dc:creator>
    <dc:date>2008-07-31T13:54:49</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.xfire.user/6879">
    <title>Error in simple ssl WSS service invocation</title>
    <link>http://comments.gmane.org/gmane.comp.java.xfire.user/6879</link>
    <description>---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email
</description>
    <dc:creator>Menachem Glazer</dc:creator>
    <dc:date>2008-07-21T14:24:46</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.xfire.user/6877">
    <title>Could not marshall type</title>
    <link>http://comments.gmane.org/gmane.comp.java.xfire.user/6877</link>
    <description>Hi all,

I'm trying to use xfire in a Groovy/Grails application and while I'm
close, I have encountered an exception that isn't quite clear to me.

org.codehaus.xfire.XFireRuntimeException: Could not invoke service..
Nested exception is org.codehaus.xfire.fault.XFireFault: Could not
marshall type.

I've made a few searches on the web and the problem has come up before,
but no resolutions.  Can anyone tell me what it means and what could
cause it?

Many thanks...

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

    http://xircles.codehaus.org/manage_email



</description>
    <dc:creator>rdietz</dc:creator>
    <dc:date>2008-07-17T21:29:44</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.xfire.user/6876">
    <title>James Lewis is out of the office.</title>
    <link>http://comments.gmane.org/gmane.comp.java.xfire.user/6876</link>
    <description>
I will be out of the office starting  10/07/2008 and will not return until
15/07/2008.

If you need to contact me with regards to Arcadia - please either contact
vlad.sneblic&lt; at &gt;thoughtworks.com or stuart.hogg&lt; at &gt;thoughtworks.com. Otherwise I
will respond to your message when I return


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

    http://xircles.codehaus.org/manage_email



</description>
    <dc:creator>James Lewis</dc:creator>
    <dc:date>2008-07-10T03:00:57</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.xfire.user/6875">
    <title>ReadMessage Binding failing</title>
    <link>http://comments.gmane.org/gmane.comp.java.xfire.user/6875</link>
    <description>I have a X-Fire 1.2.6 web service.  I have developed a JAX-WS client for 
testing the web service.  I can obtain some information from the web service.  
However, when I create a complex object, I received the following:

org.codehaus.xfire.fault.XFireFault: Invalid operation: 
{http://service.server.my.project.company.com}SearchMyFiles
 at org.codehaus..xfire.service.binding.WrappedBinding.readMessage
(WrappedBinding.java:42)
 at org.codehaus.xfire.soap.handler.SoapBodyHandler.invoke
(SoapBodyHandler.java:42)
 at org.codehaus.xfire.handler.HandlerPipeline.invoke
(HandlerPipeline.java:131)
 at org.codehaus.xfire.transport.DefaultEndpoint.onReceive
(DefaultEndpoint.java:64)
 at org.codehaus.xfire.transport.AbstractChannel.receive
(AbstractChannel.java:38)
 at org.codehaus.xfire.transport.http.XFireServletController.invoke
(XFireServletController.java:304)
 at org.codehaus.xfire.transport.http.XFireServletController.doService
(XFireServletController.java:129)
 at org.codehaus.xfire.transport.http.XFireServlet.doPost
(XFireServlet.java:116)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)

When I look at the X-Fire code for version 1.2.6 I see this:
    public void readMessage(InMessage inMessage, MessageContext context)
        throws XFireFault
    {
        Service endpoint = context.getService();
        
        DepthXMLStreamReader dr = new DepthXMLStreamReader(context.getInMessage
().getXMLStreamReader());
        if ( !STAXUtils.toNextElement(dr) )
            throw new XFireFault("There must be a method name element.", 
XFireFault.SENDER);
        
        OperationInfo op = context.getExchange().getOperation();
        if (!isClientModeOn(context) &amp;&amp; op == null)
        {
 &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;op = endpoint.getServiceInfo().getOperation( dr.getLocalName() );
            
            if (op == null)
            {
                throw new XFireFault("Invalid operation: " + dr.getName(), 
XFireFault.SENDER);
            }
            setOperation(op, context);
        }
        
        // Move from Operation element to whitespace or start element
        nextEvent(dr);
        read(inMessage, context, null);
    }

Any suggestions would be greatly appreciated.

Russ


      </description>
    <dc:creator>russ Ray</dc:creator>
    <dc:date>2008-07-09T23:01:00</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.xfire.user/6874">
    <title>setting SocketTimeOut</title>
    <link>http://comments.gmane.org/gmane.comp.java.xfire.user/6874</link>
    <description>Hello,

I'm trying to debug this error which I only see when accessing the
XFireServlet behind a load balancer. WHen I access directly there is no
problem

org.codehaus.xfire.XFireRuntimeException: Could not read message!. Nested
exception is java.io.IOException: Couldn't read headers.
java.io.IOException: Couldn't read headers.
        at
org.codehaus.xfire.attachments.StreamedAttachments.readNextAttachment(StreamedAttachments.java:197)
        at
org.codehaus.xfire.attachments.StreamedAttachments.ensureSoapAttachmentIsRead(StreamedAttachments.java:122)
        at
org.codehaus.xfire.attachments.StreamedAttachments.getSoapContentType(StreamedAttachments.java:104)
        at
org.codehaus.xfire.transport.http.XFireServletController.invoke(XFireServletController.java:268)
        at
org.codehaus.xfire.transport.http.XFireServletController.doService(XFireServletController.java:130)
        at
org.codehaus.xfire.spring.remoting.XFireServletControllerAdapter.handleRequest(XFireServletControllerAdapter.java:67)
        at
org.codehaus.enunciate.modules.xfire.EnunciatedXFireExporter.handleRequest(EnunciatedXFireExporter.java:131)
        at
org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:44)
        at
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:740)
        at
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:684)
        at
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:394)
        at
org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:358)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)

And the masked exception at StreamedAttachments.java:197 is a
SocketTimeOutException

Does anyone know how to set the sockettimeout value in Spring framework or
is it in the XfireServletController? Its possible im debugging too slowly
and hitting this limit.

Thanks

</description>
    <dc:creator>Sebastian Johnck</dc:creator>
    <dc:date>2008-07-08T21:35:15</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.xfire.user/6873">
    <title>XFireClientFactoryBean cannot pass operation arguments to WebServices</title>
    <link>http://comments.gmane.org/gmane.comp.java.xfire.user/6873</link>
    <description>
Hi I am using XFireClientFactoryBean to create a client that invokes an
existing WSDL. 

Scenario: 

In the WSDL I have: 

&lt;wsdl:operation name="search"&gt;

         &lt;wsdlsoap:operation soapAction=""/&gt;

         &lt;wsdl:input name="searchRequest"&gt;

            &lt;wsdlsoap:body
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://corpwsdl.myhost" use="encoded"/&gt;

         &lt;/wsdl:input&gt;

         &lt;wsdl:output name="searchResponse"&gt;

            &lt;wsdlsoap:body
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://corpwsdl.myhost" use="encoded"/&gt;

         &lt;/wsdl:output&gt;

         &lt;wsdl:fault name="CFCInvocationException"&gt;

            &lt;wsdlsoap:fault
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
name="CFCInvocationException" namespace="http://corpwsdl.myhost"
use="encoded"/&gt;

         &lt;/wsdl:fault&gt;

      &lt;/wsdl:operation&gt;
...

&lt;wsdl:message name="searchRequest"&gt;

      &lt;wsdl:part name="xml" type="xsd:string"/&gt;

   &lt;/wsdl:message&gt;


In applicationContext.xml I have: 

&lt;bean id="proveIdServiceFactory"
class="org.codehaus.xfire.spring.remoting.XFireClientFactoryBean"&gt;
&lt;property name="serviceClass"
value="com.idna.wsconsumer.xfire.factory.ProveIdService" /&gt;
&lt;property name="wsdlDocumentUrl" value="http://myhost/ProveID.cfc?wsdl" /&gt;
&lt;!-- property name="namespaceUri" value="http://www.w3.org/2001/XMLSchema"
/--&gt;
&lt;property name="serviceName" value="ProveIDWebService" /&gt;
&lt;property name="username" value="basil.eltom" /&gt;
&lt;property name="password" value="letmein" /&gt;
&lt;/bean&gt;

&lt;bean id="proveIdService"
class="com.idna.wsconsumer.xfire.factory.ProveIdServiceImpl"&gt;
&lt;property name="proveIdService" ref="proveIdServiceFactory"/&gt;
&lt;/bean&gt;

where proveIdService is the interface describing the operation 'search' as
defined in the wsdl. 

&lt; at &gt;WebService
public interface ProveIdService
{
&lt; at &gt;WebMethod (operationName="search" )
public String search(String xml);
}

In my JUnit test case, I firstly load the bean definition and cast it to a
ProvedIdService object: 

proveIdService =
(ProveIdServiceImpl)super.getContext().getBean("proveIdService");

Then I invoke the 'search' operation by calling proveIdService.search("some
input"). The problem is, no matter what arguments taken by the 'search'
method, it did not get passed to the Web Service side at all, as seen in the
log4j output below (Nothing appears within &lt;soap:Body&gt; tag): 

DEBUG [org.apache.commons.httpclient.HttpConnection] - enter
HttpConnection.getRequestOutputStream()
DEBUG [httpclient.wire.content] - &gt;&gt; 
"&lt;soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&gt;
  &lt;soap:Body&gt;&lt;ns1:search
xmlns:ns1="http://factory.xfire.wsconsumer.xxx.com"&gt;
    &lt;ns1:in0 xsi:nil="true" /&gt;
    &lt;/ns1:search&gt;
  &lt;/soap:Body&gt;
&lt;/soap:Envelope&gt;"
DEBUG [org.apache.commons.httpclient.methods.EntityEnclosingMethod] -
Request body sent
...
DEBUG [httpclient.wire.content] - &lt;&lt; "&lt;?xml version="1.0"
encoding="UTF-8"?&gt;&lt;soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&gt;[\n]"
DEBUG [httpclient.wire.content] - &lt;&lt; " &lt;soapenv:Body&gt;[\n]"
DEBUG [httpclient.wire.content] - &lt;&lt; "  &lt;soapenv:Fault&gt;[\n]"
DEBUG [httpclient.wire.content] - &lt;&lt; "  
&lt;faultcode&gt;soapenv:Server.userException&lt;/faultcode&gt;[\n]"
DEBUG [httpclient.wire.content] - &lt;&lt; "  
&lt;faultstring&gt;coldfusion.xml.rpc.CFCInvocationException:
[coldfusion.runtime.MissingArgumentException : The XML parameter to the
search function is required but was not passed in.]&lt;/faultstring&gt;[\n]"
DEBUG [httpclient.wire.content] - &lt;&lt; "   &lt;detail&gt;[\n]"
DEBUG [httpclient.wire.content] - &lt;&lt; "    &lt;ns1:hostname
xmlns:ns1="http://xml.apache.org/axis/"&gt;TOPAMAX&lt;/ns1:hostname&gt;[\n]"
DEBUG [httpclient.wire.content] - &lt;&lt; "   &lt;/detail&gt;[\n]"
DEBUG [httpclient.wire.content] - &lt;&lt; "  &lt;/soapenv:Fault&gt;[\n]"
DEBUG [httpclient.wire.content] - &lt;&lt; " &lt;/soapenv:Body&gt;[\n]"
DEBUG [httpclient.wire.content] - &lt;&lt; "&lt;/soapenv:Envelope&gt;

Could anyone please give me any clue about why this happen? 

Many thanks! 
</description>
    <dc:creator>kan.sun</dc:creator>
    <dc:date>2008-06-28T03:11:48</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.xfire.user/6872">
    <title>org.codehaus.xfire.fault.XFireFault: Parameter ... does not exist!</title>
    <link>http://comments.gmane.org/gmane.comp.java.xfire.user/6872</link>
    <description>
My wsdl:
&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;wsdl:definitions targetNamespace="http://com.sra.pipeline.stellent/"
    xmlns:apachesoap="http://xml.apache.org/xml-soap"
    xmlns:impl="http://com.sra.pipeline.stellent/"
    xmlns:intf="http://com.sra.pipeline.stellent/"
    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
    xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"&gt;
    &lt;wsdl:types&gt;
        &lt;xsd:schema
            targetNamespace="http://com.sra.pipeline.stellent/"&gt;
            &lt;xsd:element name="convertToHtmlRequest"&gt;
   &lt;xsd:complexType&gt;
       &lt;xsd:sequence&gt;
           &lt;xsd:element name="name" type="xsd:string" /&gt;
           &lt;xsd:element name="document" type="xsd:string" /&gt;
       &lt;/xsd:sequence&gt;
                &lt;/xsd:complexType&gt;
            &lt;/xsd:element&gt;
            &lt;xsd:element name="convertToHtmlResponse"&gt;
   &lt;xsd:complexType&gt;
       &lt;xsd:complexContent&gt;
&lt;xsd:restriction base="xsd:anyType"&gt;
    &lt;xsd:sequence&gt;
        &lt;xsd:element maxOccurs="unbounded"
        name="convertToHtmlReturn" type="xsd:string" /&gt;
    &lt;/xsd:sequence&gt;
&lt;/xsd:restriction&gt;
        &lt;/xsd:complexContent&gt;
    &lt;/xsd:complexType&gt;
&lt;/xsd:element&gt;
        &lt;/xsd:schema&gt;
        &lt;/wsdl:types&gt;
&lt;wsdl:message name="convertResponse"&gt;
    &lt;wsdl:part element="impl:convertToHtmlResponse"
name="parameters" /&gt;
&lt;/wsdl:message&gt;
&lt;wsdl:message name="convertRequest"&gt;
    &lt;wsdl:part element="impl:convertToHtmlRequest"
name="parameters" /&gt;
&lt;/wsdl:message&gt;
&lt;wsdl:portType name="HtmlService"&gt;
    &lt;wsdl:operation name="convertToHtml"&gt;
        &lt;wsdl:input message="impl:convertRequest" name="request" /&gt;
&lt;wsdl:output message="impl:convertResponse" name="response" /&gt;
    &lt;/wsdl:operation&gt;
&lt;/wsdl:portType&gt;
&lt;wsdl:binding name="HtmlServiceSoapBinding"
type="impl:HtmlService"&gt;
    &lt;wsdlsoap:binding style="document"
transport="http://schemas.xmlsoap.org/soap/http" /&gt;
        &lt;wsdl:operation name="convertToHtml"&gt;
&lt;wsdlsoap:operation soapAction="" /&gt;
&lt;wsdl:input name="request"&gt;
    &lt;wsdlsoap:body use="literal" /&gt;
&lt;/wsdl:input&gt;
&lt;wsdl:output name="response"&gt;
    &lt;wsdlsoap:body use="literal" /&gt;
&lt;/wsdl:output&gt;
        &lt;/wsdl:operation&gt;
&lt;/wsdl:binding&gt;
&lt;wsdl:service name="HtmlService"&gt;
    &lt;wsdl:port binding="impl:HtmlServiceSoapBinding"
name="HtmlService"&gt;
    &lt;wsdlsoap:address
location="http://localhost:8081/HtmlService/services/HtmlService" /&gt;
        &lt;/wsdl:port&gt;
    &lt;/wsdl:service&gt;
&lt;/wsdl:definitions&gt;

XFire generates a couple of bean for the input(two strings) and
output(List&lt;String&gt;) which is fine.
Using it in MyEclipse 6.0.1 and deploying to Tomcat 6 install outside of
MyEclipse.
No errors on install and I can run the generated client which ends after
getting a reference to the service with no errors. but when I package up the
input parameters in an input bean and call the service method
service.convertToHtml(input bean), I get the following error:
org.codehaus.xfire.fault.XFireFault: Parameter
{http://com.sra.pipeline.stellent/}convertToHtmlRequest does not exist!
That happens to be the element name for the input bean description. The
generated class is ConvertToHtmlRequest.

A second point is that in the process of generating the webservice from the
wsdl I select the package com.sra.pipeline.stellent as the target for
generation, the classes get generated into stellent.pipeline.sra.com. I just
refactor(move) them to the correct package.

Any help is welcome,
Jim
</description>
    <dc:creator>Jim Jones</dc:creator>
    <dc:date>2008-06-12T21:15:53</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>
