Re: [xfire-user] Re: Get headers from autogenerated code

2007-04-23 Thread Tomek Sztelak
I'll post info about snapshot on mailing list when it will be ready to downalod. On 4/23/07, craig wickesser [EMAIL PROTECTED] wrote: ok, what should I look for when I download? ...when can I download it? thanks again! On 4/22/07, Tomek Sztelak [EMAIL PROTECTED] wrote: I hope i fixed it

Re: [xfire-user] How can I make validation for my payload?

2007-04-23 Thread Henning Jensen
Tomek Sztelak skrev: Hi When do you plan to finish this ? Maybe me could add support for your framework to XFire distro. Hi The project is planed finished mid-may. It would be have been real nice to get the validation handler into the XFire distro, since it would make it even easier to make

Re: [xfire-user] How can I make validation for my payload?

2007-04-23 Thread Tomek Sztelak
Sure, let me know when you finish. On 4/23/07, Henning Jensen [EMAIL PROTECTED] wrote: Tomek Sztelak skrev: Hi When do you plan to finish this ? Maybe me could add support for your framework to XFire distro. Hi The project is planed finished mid-may. It would be have been real nice to get

[xfire-user] xsi namespace error

2007-04-23 Thread Amit Karandikar
Hello, While trying to send the following SOAP message from a .NET client, I get the following error from my xfire web service. ?xml version=1.0 encoding=utf-8? soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

[xfire-user] Adding soap header definition into generated wsdl

2007-04-23 Thread Amit Karandikar
Hello, I am trying to generate a wsdl that would look like this - message name=AuthenticateSoapIn part name=parameters element=s0:Authenticate / /message message name=AuthenticateSoapOut part name=parameters element=s0:AuthenticateResponse / /message message

[xfire-user] exception origin?

2007-04-23 Thread JHunsaker
I have the following client code: Client client = new Client(new URL( http://btsdedsx02:9082/services/PrintService?WSDL;)); Object[] results = client.invoke( queueJob, new Object[] {reqCompany, reqSys, reqType, reqData.getBytes()});

Re: [xfire-user] Newbie: How to send message using SOAP protocol

2007-04-23 Thread Joe Smith
I am trying to use Dynamic client to send a request to my service. The example shows how to invoke it with the operation name, but how do I do it if I have XML request. Any good example or previous post will be helpful.. I tried searching but could not find help. Tomek Sztelak wrote: Can you

[xfire-user] CA signed certificate

2007-04-23 Thread Wacław Borowiec
Hello I would like to ask how to use data encryption (WS-Security) with CA signed certificate. When I use a self-signed certificate, encryption from client to server works fine, but when I sign the certificate with my private CA, and put it in client's truststore, I get Callback supplied no