I hope i fixed it in svn. I'll publish a snapshot in next few days, so
you can test if it works for you. Just ping me ( here or on irc ) and
remember me about it ;)

On 4/22/07, craig wickesser <[EMAIL PROTECTED]> wrote:
anyone have any ideas?



On 4/19/07, craig wickesser <[EMAIL PROTECTED]> wrote:
>
> I am trying to access an existing web service and I used the XFire eclipse
plugin to generate java code from a WSDL.
>
> I essentially have:
>
>
>
> HelloServiceClient service = new HelloServiceClient();
>
> HelloServiceSoap client = service.getHelloServiceSoap();
>
> Holder<UserInfo> holder = new Holder<UserInfo>();
>
> SayHelloResult result = client.sayHello("bob", holder);
>
> System.out.println("Result: " + result.getHelloMessage());
>
> System.out.println("UserInfo: "+ holder.value);
>
> OUTPUT:
>
> Result: Hello bob
>
> UserInfo: null
>
> If I access the same web service using soapUI, I can see the full XML
response, and the response includes the UserInfo in the soap header.  So I
am wondering, how can I access the headers in the response from the code
above??
>
>
>
> Thanks!
>
>




--
-----
When one of our products stops working, we'll blame another vendor
within 24 hours.

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

   http://xircles.codehaus.org/manage_email

Reply via email to