The security token could not be authenticated or authorized

2009-01-23 Thread jchappelle
I am having a problem with my java client talking to a .NET web service. I've bee working on this for two weeks so I'm hoping for any response. I have a .NET client that was provided to me and it works fine. I was emailed a security token from the organization providing the service with no instru

doubt regarding samples.stock.GetQuote in Step 7: Testing in installation guide

2009-01-23 Thread Sachin Parnami
Hi All, Being a novice i have just embarked on my studies with Axis when i was trying to figure out the RESPONSE coming from server for the Step 7: Testing in installation guide with that when ever we pass this command java -cp $AXISCLASSPATH samples.stock.GetQuote -lhttp://localhost:8080/axis/se

Rampart policy to include generated SAML assertion token!!

2009-01-23 Thread Seshi Patibanda
Hi all,   I am trying to include a SAML token that was generated by the security provider and passed to us as a Session attribute (at Runtime). For testing, I have retrieved the SAML assertion token externally and attempting to include in the SOAP header by hard-coding the token in the mySamlPol

WS_Security with Axis2 using ServiceClient and OperationClient

2009-01-23 Thread Wishing Carebear
Hello: I'm using the Cleint API's (ServiceClient and OperationClient) to consume webservices. I have been successful so far writing dynamic clients ( without using wsdl2java). Now want to integrate WSSecurity feature with the dynamic clients. Would like to know if there are any examples how to do

Re: deploying axis2 on Tomcat6 permissions problem

2009-01-23 Thread William Fulton
Problem resolved once I'd turned off the Tomcat security with: TOMCAT6_SECURITY=no in /etc/default/tomcat6 and possibly also write permissions needed for /etc/tomcat as outlined in https://help.ubuntu.com/8.10/serverguide/C/tomcat.html. The Tomcat security manager documentation (installed by d

Re: Design AXIS2 web service for .NET

2009-01-23 Thread etcuser
Thanks Martin, thanks Jose for this rapid answears. I will try it out. Jose, you're right. I plan to develope a VB.NET client, so I look for the wsdl.exe in my .NET framwork. The WSDL has defined the complex type Weather and the methods I mentioned. So I think Martin's approach could work. Thanks

Re: Design AXIS2 web service for .NET

2009-01-23 Thread José Ferreiro
Hello, This information is provided for explanation. You would like to have a VB .net client. The explanations provided below (Martin's mail) are for a C# (c-sharp) .net client. If you are using .net 2.0 the you may find the program wsdl.exe in the installed .net package in your computer. Hope t

Re: Problem: Oracle Server - Rampart Client...

2009-01-23 Thread m4rkuz
More Findings, Aparently this issue had nothing to do with what I described, but with some sort of bug that makes rampart build X509v1 security tokens even when we especifically configure x509v3 tokens like this: http://schemas.xmlsoap.org/ws/2005/07/securitypolicy/Inc

NTLM Authentication Problem

2009-01-23 Thread AUYEUNG Andy
I am using axis2's ServiceClient to call to a webservice outside my company's network. However, I got an error that said that there was a NTLM challenge. (SEVERE: Credentials cannot be used for NTLM authentication: org.apache.commons.httpclient.UsernamePasswordCredentials org.apache.commons.ht

Help on: unspecified internal server error

2009-01-23 Thread Elisei Rotaru
Hello together, I need a little help from you guys if it is at all possible. I am getting crazy around here. My problem is as follows. I am acessing a web service from Pubmed (that is an online database for literature in medicine) to fetch for articles, authors and titles. I wrote therefore a Jav

RE: Design AXIS2 web service for .NET

2009-01-23 Thread Martin Gainty
http://my.execpc.com/~gopalan/dotnet/webservices/webservice_csharp_client.html Create the .NET Service call from the WSDL wsdl /l:CS /protocol:SOAP http://localhost/ServerName/ServerServiceName.asmx?wsdl then compile the service csc /t:library /r:System.WebServices.sll /r:System.xml.dll OIDServ

Design AXIS2 web service for .NET

2009-01-23 Thread etcuser
Hello, I'm new to AXIS2 web services. I have studied the POJO Weather example of the AXIS2 user guide. The example runs fine. Now I have a question to make this web service available for a VB .NET client. How can I get access to the methods of the Weather class? Do I have to make these methods

RE: AXIS2-4050 Client Proxy Authentication Failed, Screwed up http headers

2009-01-23 Thread Conal Markey
Hi Andreas Thanks for the link below. I have forwarded this onto the ISA administrator and they are looking into it at the moment. It may take a few days to resolve but I'll post back with the outcome. Conal -Original Message- From: Andreas Veithen [mailto:andreas.veit...@gmail.c

Re: http://schemas.xmlsoap.org/ws/2004/08/addressing/:61:1: error: cvc-enumeration-valid

2009-01-23 Thread hakon
hi Did you manage to solve it, I've got the same problem and could not find any solution to it. I just copied the WS-Trust.wsdl and added binding and service. cheers, håkon Kai Petersen wrote: > > Hi, > I try to make a Security-Token-Service with a Token form of WS-Security > from OASIS. >

Re: AxisServlet:172 error.

2009-01-23 Thread Toriacht
Hi Amila, Thanks for the reply, I've pasted my short services.xml file below. I retrieved this from C:\brianworkspacetwo\mywebservice\WebContent\WEB-INF\services\AccountEventHandlerSoap\META-INF Thanks, Tori Please Type your service description here

Re: Problem: Oracle Server - Rampart Client...

2009-01-23 Thread m4rkuz
Sorry in the last message I forgot to put another diference that maybe more trouble, Rampart: http://localhost:8088/gateway/services/SID0003001 urn:uuid:AECDDCE53586EDD65F1232669747468 http://test.heinsohn.com//talkToMe ... In the Oracle version that part doesn't exist, there is

Re: Axis - return types

2009-01-23 Thread Amila Suriarachchi
this[1] may help if you try to develop a service starting from the wsdl file thanks, Amila. [1] https://wso2.org/library/2873 On Fri, Jan 23, 2009 at 7:33 PM, gezhall wrote: > > Many thanks. I understand in more detail now, but it's all very complex to > me. I think I need a really good step by

Re: List of free webservices

2009-01-23 Thread gezhall
Thanks for the replies all - it was my network proxy. Unfortunately all outgoing calls on most ports are blocked - so I'll have to try this at home! José Ferreiro wrote: > > Hello, > > Just to follow on what Andreas said. > If there is a proxy server you may lauch your client the following > c

Re: List of free webservices

2009-01-23 Thread gezhall
Thanks for the replies all - it was my network proxy. Unfortunately all outgoing calls on most ports are blocked - so I'll have to try this at home! José Ferreiro wrote: > > Hello, > > Just to follow on what Andreas said. > If there is a proxy server you may lauch your client the following > c

Re: AxisServlet:172 error.

2009-01-23 Thread Amila Suriarachchi
On Fri, Jan 23, 2009 at 4:37 PM, Toriacht wrote: > > Hi, I have a simple webservice, written in java, that accepts a number of > parameters and processes them. If i implement this service (java method) > returning a string to the client it works fine, but when i change it to a > void method (pref

Re: Axis - return types

2009-01-23 Thread gezhall
Many thanks. I understand in more detail now, but it's all very complex to me. I think I need a really good step by step guide - a book, or online resource. The Axis user guides are good, but too brief for me. Is there anything up-to-date which you would recommend to teach me the basics? lkamal

Problem: Oracle Server - Rampart Client...

2009-01-23 Thread m4rkuz
Hi Everyone, I'm new to rampart but learning quickly, well not quikly enough because I've been having some problems trying to invoke a WS that was made using oracle tools, is supposed to be easy initialy I just had to sing the message but even at that level I haven't been able to do it, I went thr

AxisServlet:172 error.

2009-01-23 Thread Toriacht
Hi, I have a simple webservice, written in java, that accepts a number of parameters and processes them. If i implement this service (java method) returning a string to the client it works fine, but when i change it to a void method (preferred option) I keep getting an AxisServlet:172 error. The o

Transport error: 400 Error: Bad Request

2009-01-23 Thread Kiran Narasareddy
Hi, I am consuming a .Net web service in java code.(I used NETBEANS 6.1 to generate the service client) When i run my client as standalone java application, it works fine and the .Net service is consumed normally and i get my result. Now ,when I use the same code and deploy it as an web service