Problems using Axis2/c in Windows

2009-10-12 Thread Pete Maclean
t in plain C. The third problem is one that I have yet to fully analyze and I will post about it later. Pete Maclean

Re: AW: Axis2 with rampart sample, username hardcoded

2008-03-24 Thread Pete
It would be nice to have those classes available long term, unfortunately they are deprecated, so who knows when they will actually go away. - Original Message From: Matthias Wermund <[EMAIL PROTECTED]> To: axis-user@ws.apache.org Sent: Monday, March 24, 2008 4:28:01 AM Subject: AW: Axis

Re: Problem accessing policy via external URI

2008-02-22 Thread Pete
Hello Michael, I was not able to get this to work either. Did you post to the 'dev' list? If it's not already, it probably should be on the Apache2 bug list at https://issues.apache.org/jira/secure/Dashboard.jspa -P - Original Message From: dmike <[EMAIL PROTECTED]> To: axis-user@ws.a

Re: Policy driven code generation problem Axis v1.3

2008-01-16 Thread Pete
Anyone have any ideas? Attached are the wsdl and related policy documents as requested. Thx again! -P > Hello, > > Can someone say if the Axis2 v1.3 code generator (eclipse plugin) supports WS-Policy 1.2? Or just 1.5? Or ? > > I can't get Axis 2 to generate the stubs with any policy code, th

Re: Policy driven code generation problem Axis v1.3

2008-01-15 Thread Pete
Axis v1.3 for some reason the attachments were truncated with the end result of the inline wsdl being crippled can you attach the wsdl as well as the policy file? Thanks M- - Original Message - From: "Pete" <[EMAIL PROTECTED]> To: Sent: Tuesday, January 15, 2008 11:0

Policy driven code generation problem Axis v1.3

2008-01-15 Thread Pete
Hello, Can someone say if the Axis2 v1.3 code generator (eclipse plugin) supports WS-Policy 1.2? Or just 1.5? Or ? Based on some info that Anne previously offered, it seems that I can't get Axis 2 to generate the stubs (ADB) with the necessary policy code, this was for policy v1.2... I did tr

Re: Problem with code generated by wsdl2java (eclipse plug in) v1.3

2008-01-11 Thread Pete
nd WS-SecurityPolicy, plus it includes a proprietary audit policy (specifc to the SOA Software SOLA product). It could be that Axis2 ignores policies that it doesn't understand. Anne On Jan 11, 2008 1:34 PM, Pete <[EMAIL PROTECTED]> wrote: > Hope this is the right place to po

Problem with code generated by wsdl2java (eclipse plug in) v1.3

2008-01-11 Thread Pete
Hope this is the right place to post: We have a non Axis SOAP server that is generating WSDL containing the following policy requirements: --- http://SYSD/CICS/XML3/XMLPC003?Request=Policy&Template=TMACCT04&Type=Input"/> http://SYSD/CICS/XML3/XMLPC003?Request=

Re: Encryption configuration problems

2007-12-04 Thread Pete
ntents: //signature crypto characteristics would be specified as JKS client.jks apache //encryption characteristics would be specified as JKS client.jks apache Martin- - Original Message - From:

Re: Encryption configuration problems

2007-12-04 Thread Pete
oConfig(encrCrypto); policy.addAssertion(rampartConfig); On Nov 29, 2007 11:56 PM, Pete <[EMAIL PROTECTED]> wrote: Hello all, Currently I have my client encrypting AXIS2 SOAP messages with the same key to all endpoints. (Axis2/Rampart v1.3) The problem is that we would lik

Encryption configuration problems

2007-11-29 Thread Pete
Hello all, Currently I have my client encrypting AXIS2 SOAP messages with the same key to all endpoints. (Axis2/Rampart v1.3) The problem is that we would like each destination to use a different key. The service is the same (same WSDL) at each endpoint and other than the IP/port. (Same service

Re: Sorting out a 404 error

2006-03-08 Thread Pete Helgren
else runs into newbie issues like this... Pete Gonia, Philip T wrote: Hi Pete, Did you by change read these two documents? The big ONE: Installation: http://ws.apache.org/axis/java/install.html Then this one: http://ws.apache.org/axis/java/user-guide.html If by chance you have not I reco

Re: Cape Clear SOA Editor Tool

2006-03-07 Thread Pete Helgren
Anne, I would also like a copy - [EMAIL PROTECTED] Pete

Sorting out a 404 error

2006-03-07 Thread Pete Helgren
g on this problem all morning (and Googling like crazy) and haven't found a solution. Thanks. Pete Helgren

Re: URGENT - message style is trimming leading and trailing spaces

2006-02-07 Thread Pete
Problem solved, it wasn't axis stripping spaces it was my web service test client, which was parsing a file using XMLBeans with prettyPrint option set  ! On 07/02/06, Pete <[EMAIL PROTECTED]> wrote: Using Axis 1.3, we have an urgent issue where a MESSAGE_STYLE web service i

URGENT - message style is trimming leading and trailing spaces

2006-02-07 Thread Pete
Using Axis 1.3, we have an urgent issue where a MESSAGE_STYLE web service is receiving org.w3c.dom.Document, but many of the xml elements have had their leading and trailing spaces trimmed. e.g.   bs7666:PAON>  64   has become   bs7666:PAON>64   this is then an invalid document as this type is cons

multiple operations on a message-style web service

2005-12-22 Thread Pete
Having read another post I understand to have multiple operations on a message-style web service, I need to specify operation and qname ? I have tried adding a QName as suggested but still no luck. My xml is returnQName="retNS:SubmissionsResponse" xmlns:retNS="http://www.hmrcaspire.com/ebars

RE: When to use undocumented wsdl2java --wrapArrays?

2005-11-09 Thread Pete Hendry
>>-Original Message- >>From: Jarmo Doc [mailto:[EMAIL PROTECTED] >>Sent: Thursday, 10 November 2005 5:52 p.m. >>To: axis-user@ws.apache.org >>Subject: RE: When to use undocumented wsdl2java --wrapArrays? >> >>Thanks for the comprehensive

RE: When to use undocumented wsdl2java --wrapArrays?

2005-11-09 Thread Pete Hendry
t is present but has no content. The value is clearly not nil and also clearly has no elements and so must map to the empty array. In Fragment 2c it is clear that the element is an item within the names array and is nil (null). These examples clearly show that use of wrapped arrays removes the ambiguities associated with unwrapped arrays. Personally I recommend the use of wrapped arrays as a programmer. Pete

Re: java.io.IOException: Type {http://www.as.com/schemas/so}SiBaseException is referenced but not defined

2005-04-12 Thread Pete Hendry
Since we got a mention ... I'd try using "tns:" instead of "tns1:" in the reference. Both are perfectly valid but I have a hunch ...Worth a try anyway. If that works then, as Anne says, file a bug report for the problem as your schema is valid. Pete Anne Thomas M

New website searches Axis source code for Java examples

2005-04-06 Thread Pete Eakle
JExamples.com is a new, free website that helps Java developers find high quality example code for virtually any Java API. JExamples uses sophisticated source analysis and a powerful search engine to find examples in well known Java open source products (e.g. Ant, Tomcat, Axis). The search result