Re: Axis 1.3 webservice C# client

2009-03-23 Thread sh_santosh

Dear Vali,

How to write C# client code to access/consume Axis 1.3 web services
developed in java.

Please reply.


Regards,
Santosh



Vali Grigoras wrote:
 
 Hello,
 
 I have some Axis webservices protect the service  with user and password
 using WSS4J.  I can connect to the webservice via java client no problem,
 but I need to do the same from C# client. I don't know how to provide user
 credentials from a C# client. Have you guys done anything like that?.
 
 Thanks,
 Vali
 
 

-- 
View this message in context: 
http://www.nabble.com/Axis-1.3-webservice-C--client-tp5749022p22655163.html
Sent from the Axis - User mailing list archive at Nabble.com.



Re: Axis 1.3 webservice C# client

2009-03-23 Thread José Ferreiro
Hello Santosh,

I assume that you already have a wsdl.

Then to work with C# you may use the wsdl.exe tool provided by Microsoft. I
suggest you to use at least .Net framework 2.0.

See those links [1], [2]. It is possible you may face some interoperabilitiy
issues. For that refer to the samples in the axis 1.3 package.

Hope this helps.
Warmest regards
José

[1] - http://msdn.microsoft.com/en-us/library/7h3ystb6(VS.80).aspx
[2] - http://developer.searchmarketing.yahoo.com/docs/V4/sample_code/net.php



On Mon, Mar 23, 2009 at 8:06 AM, sh_santosh santosh.nc...@gmail.com wrote:


 Dear Vali,

 How to write C# client code to access/consume Axis 1.3 web services
 developed in java.

 Please reply.


 Regards,
 Santosh



 Vali Grigoras wrote:
 
  Hello,
 
  I have some Axis webservices protect the service  with user and password
  using WSS4J.  I can connect to the webservice via java client no problem,
  but I need to do the same from C# client. I don't know how to provide
 user
  credentials from a C# client. Have you guys done anything like that?.
 
  Thanks,
  Vali
 
 

 --
 View this message in context:
 http://www.nabble.com/Axis-1.3-webservice-C--client-tp5749022p22655163.html
 Sent from the Axis - User mailing list archive at Nabble.com.




Re: Axis 1.3 webservice C# client

2009-03-23 Thread José Ferreiro
Hello again Santosh,

If it is a secure client you need to use the Web Service Enhancements (WSE)
from Microsoft [1] and use wsewsdl3.exe command to generate a proxy if you
choose to use WSE version 3.0.

Hope this helps.
Rgds,
/JF

[1] - http://msdn.microsoft.com/en-us/library/aa529578.aspx


2009/3/23 José Ferreiro jose.ferre...@gmail.com

 Hello Santosh,

 I assume that you already have a wsdl.

 Then to work with C# you may use the wsdl.exe tool provided by Microsoft. I
 suggest you to use at least .Net framework 2.0.

 See those links [1], [2]. It is possible you may face some
 interoperabilitiy issues. For that refer to the samples in the axis 1.3
 package.

 Hope this helps.
 Warmest regards
 José

 [1] - 
 http://msdn.microsoft.com/en-us/library/7h3ystb6(VS.80).aspxhttp://msdn.microsoft.com/en-us/library/7h3ystb6%28VS.80%29.aspx
 [2] -
 http://developer.searchmarketing.yahoo.com/docs/V4/sample_code/net.php




 On Mon, Mar 23, 2009 at 8:06 AM, sh_santosh santosh.nc...@gmail.comwrote:


 Dear Vali,

 How to write C# client code to access/consume Axis 1.3 web services
 developed in java.

 Please reply.


 Regards,
 Santosh



 Vali Grigoras wrote:
 
  Hello,
 
  I have some Axis webservices protect the service  with user and password
  using WSS4J.  I can connect to the webservice via java client no
 problem,
  but I need to do the same from C# client. I don't know how to provide
 user
  credentials from a C# client. Have you guys done anything like that?.
 
  Thanks,
  Vali
 
 

 --
 View this message in context:
 http://www.nabble.com/Axis-1.3-webservice-C--client-tp5749022p22655163.html
 Sent from the Axis - User mailing list archive at Nabble.com.






Re: Axis 1.3 webservice C# client

2009-03-23 Thread sh_santosh

Dear Jose,

Can you please provide some link from where i can know about - How to
consume Axis 1.3 RPC/encoded web services from C# client program.

Any specific attributes / value need to put while consuming from C# client
program in client program. 

Regards,
Santosh




José Ferreiro wrote:
 
 Hello Santosh,
 
 I assume that you already have a wsdl.
 
 Then to work with C# you may use the wsdl.exe tool provided by Microsoft.
 I
 suggest you to use at least .Net framework 2.0.
 
 See those links [1], [2]. It is possible you may face some
 interoperabilitiy
 issues. For that refer to the samples in the axis 1.3 package.
 
 Hope this helps.
 Warmest regards
 José
 
 [1] - http://msdn.microsoft.com/en-us/library/7h3ystb6(VS.80).aspx
 [2] -
 http://developer.searchmarketing.yahoo.com/docs/V4/sample_code/net.php
 
 
 
 On Mon, Mar 23, 2009 at 8:06 AM, sh_santosh santosh.nc...@gmail.com
 wrote:
 

 Dear Vali,

 How to write C# client code to access/consume Axis 1.3 web services
 developed in java.

 Please reply.


 Regards,
 Santosh



 Vali Grigoras wrote:
 
  Hello,
 
  I have some Axis webservices protect the service  with user and
 password
  using WSS4J.  I can connect to the webservice via java client no
 problem,
  but I need to do the same from C# client. I don't know how to provide
 user
  credentials from a C# client. Have you guys done anything like that?.
 
  Thanks,
  Vali
 
 

 --
 View this message in context:
 http://www.nabble.com/Axis-1.3-webservice-C--client-tp5749022p22655163.html
 Sent from the Axis - User mailing list archive at Nabble.com.


 
 

-- 
View this message in context: 
http://www.nabble.com/Axis-1.3-webservice-C--client-tp5749022p22656194.html
Sent from the Axis - User mailing list archive at Nabble.com.



Re: Axis 1.3 webservice C# client

2009-03-23 Thread José Ferreiro
Hello Santosh,

Well, I am using wrapped document/literal convention as this is the one to
achieve interoperability between Microsoft .net and Java server side based
on Axis 1.x. I can not say for RPC/encoded but according to Anne Thomas
Manes[1] .net doesn't support rpc/literal.

Hope this helps.

Jose Ferreiro


[1] -
http://atmanes.blogspot.com/2005/03/wrapped-documentliteral-convention.htmlby
Anne Thomas Manes



On Mon, Mar 23, 2009 at 9:47 AM, sh_santosh santosh.nc...@gmail.com wrote:


 Dear Jose,

 Can you please provide some link from where i can know about - How to
 consume Axis 1.3 RPC/encoded web services from C# client program.

 Any specific attributes / value need to put while consuming from C# client
 program in client program.

 Regards,
 Santosh




 José Ferreiro wrote:
 
  Hello Santosh,
 
  I assume that you already have a wsdl.
 
  Then to work with C# you may use the wsdl.exe tool provided by Microsoft.
  I
  suggest you to use at least .Net framework 2.0.
 
  See those links [1], [2]. It is possible you may face some
  interoperabilitiy
  issues. For that refer to the samples in the axis 1.3 package.
 
  Hope this helps.
  Warmest regards
  José
 
  [1] - 
  http://msdn.microsoft.com/en-us/library/7h3ystb6(VS.80).aspxhttp://msdn.microsoft.com/en-us/library/7h3ystb6%28VS.80%29.aspx
  [2] -
  http://developer.searchmarketing.yahoo.com/docs/V4/sample_code/net.php
 
 
 
  On Mon, Mar 23, 2009 at 8:06 AM, sh_santosh santosh.nc...@gmail.com
  wrote:
 
 
  Dear Vali,
 
  How to write C# client code to access/consume Axis 1.3 web services
  developed in java.
 
  Please reply.
 
 
  Regards,
  Santosh
 
 
 
  Vali Grigoras wrote:
  
   Hello,
  
   I have some Axis webservices protect the service  with user and
  password
   using WSS4J.  I can connect to the webservice via java client no
  problem,
   but I need to do the same from C# client. I don't know how to provide
  user
   credentials from a C# client. Have you guys done anything like that?.
  
   Thanks,
   Vali
  
  
 
  --
  View this message in context:
 
 http://www.nabble.com/Axis-1.3-webservice-C--client-tp5749022p22655163.html
  Sent from the Axis - User mailing list archive at Nabble.com.
 
 
 
 

 --
 View this message in context:
 http://www.nabble.com/Axis-1.3-webservice-C--client-tp5749022p22656194.html
 Sent from the Axis - User mailing list archive at Nabble.com.