Soap Client134 (1/16/2009 1:04:58 AM) comp.lang.python Good Evening Everyone, I am working to create a Soap client in Python using wsdl2py. So far I have been pretty successful in creating most of the client, but I am having trouble figuring out how to change the... DougJrs
Simple Parameter Processing179 (10/6/2007 12:51:06 PM) comp.lang.javascript Good Morning, I am trying to write a simple function that would grab the "errorId" parameter and then display a message when the page loads. I basically have a login page (login.asp) that if the login fails t... DougJrs
Convert Base64 String to RSA Key01043 (4/13/2007 11:45:07 PM) comp.lang.java.programmer If you have the Base64 encoded pieces of an RSA key (like below) howdo you conver them back into an RSA key?Any help is appericated.13c5sP/ocFDNTIOU6GdITBumBKyPee5uluUnCQoVmxZWqj9lIyvNhkjxg3X2XFwEJjBcRqp7EmHQge... DougJrs
SOAP Action1164 (4/10/2007 10:26:59 PM) comp.lang.java.programmer Good Afternoon Everyone! I am having a little problem setting the SOAP action in my program. I am setting the "SOAPACTION_USE_PROPERTY" and the "SOAPACTION_URI_PROPERTY" properties, but they do not seem to be... DougJrs
RSA Key Format1131 (4/5/2007 4:48:33 PM) comp.lang.java.programmer Good Afternoon!Can anyone tell me what the format of the key below is? I need to beable to convert that into a public key that my program can use, andthen export my public key in that format to exchange with s... DougJrs
Encryption Problems278 (4/3/2007 1:34:28 AM) comp.lang.java.programmer I am working on a java RSA encryption/decryption program. Currentlyany non-alpha or numeric character is converted into a /. For exampleif I take the string"email.address@domain.comdata12345"and encrypt and de... DougJrs
Java Encryption NoSuchAlgorithmException1217 (4/2/2007 10:21:47 PM) comp.lang.java.programmer I am attempting to encrypt and decrypt data using the bouncycastle JCEprovider. I get this exception when I try to use it:java.security.NoSuchAlgorithmException: Cannot find any providersupporting RSA/ECB/PKCS... DougJrs
RSA encryption1141 (3/31/2007 11:07:31 PM) comp.lang.java.programmer Good Afternoon All!I am working on an application that will interact with a web serviceand exhange encripted data using RSA encryption. (only the data inthe SAOP message is encrypted, not the message its self.... DougJrs
SOAP Client288 (3/15/2007 2:26:23 AM) comp.lang.java.programmer Hello Everyone!I am looking for an example Jaca SOAP client that will aloow me tosent a preformatted XML file. I want to send a SOAP message that Ihave already created I do not want to create the SOAP message ... DougJrs
Synchronous XML Interface422 (2/17/2007 10:41:18 PM) comp.lang.java.programmer Good Afternoon Everyone! I am trying to create a small application that will interface with another application using an XML interface. This interface allows me to send an XML file and then receive an XML fil... dougjrs
dougjrs's replies:
Items(3) /1
Soap Client134 (1/16/2009 1:04:58 AM) comp.lang.python Good Evening Everyone, I am working to create a Soap client in Python using wsdl2py. So far I have been pretty successful in creating most of the client, but I am having trouble figuring out how to change the... dougjrs(15)
Synchronous XML Interface422 (2/17/2007 10:41:18 PM) comp.lang.java.programmer Good Afternoon Everyone! I am trying to create a small application that will interface with another application using an XML interface. This interface allows me to send an XML file and then receive an XML fil... dougjrs(15)
Processing Forms in Java526 (2/6/2007 6:46:48 PM) comp.lang.java.programmer Good Afternoon! I am trying to write a form processor in java that can handle a select box with mutiple options selected. The problem that I am having is when I call request.getParameter("state") I only get t... dougjrs(15)