|
Hi, thanks a lot for your feedback... In order to make things easier to understand, here is an excerpt from the java console with axis log level set to debug: - org.apache.axis.i18n.resource::handleGetObject(setMsgForm) - org.apache.axis.i18n.resource::handleGetObject(setMsgForm) - Setting current message form to: FORM_OPTIMIZED (currentMessage is now org.apache.axis.utils.ByteArray) - Setting current message form to: FORM_OPTIMIZED (currentMessage is now org.apache.axis.utils.ByteArray) - Exit: SOAPPart::saveChanges(): [EMAIL PROTECTED] - Exit: SOAPPart::saveChanges(): [EMAIL PROTECTED] - Enter: SOAPPart::saveChanges - Enter: SOAPPart::saveChanges - Enter: SOAPPart::saveChanges - Enter: SOAPPart::saveChanges network: Connecting socket://www.delsyne.ro:80 with proxy=DIRECT - org.apache.axis.i18n.resource::handleGetObject(createdHTTP00) - org.apache.axis.i18n.resource::handleGetObject(createdHTTP00) - Created an insecure HTTP connection - Created an insecure HTTP connection - org.apache.axis.i18n.resource::handleGetObject(xmlSent00) - org.apache.axis.i18n.resource::handleGetObject(xmlSent00) - XML sent: - XML sent: - --------------------------------------------------- - --------------------------------------------------- - Enter: SOAPPart::saveChanges - Enter: SOAPPart::saveChanges - POST /axis/Calculator.jws HTTP/1.0 Content-Type: text/xml; charset=utf-8 Accept: application/soap+xml, application/dime, multipart/related, text/* ..... I couldn't locate an explicit socket usage in the axis implementation, but the socket:// seems to appear "in the proximity" of HttpSender.getSocket() method call in HttpSender.writeToSocket(). It could be a side-effect of signed jars/applets, as you stated... I will check the other mailing list... Thanks again for your advice, George. iksrazal wrote: I can't help much but can offer some advice. I've done a fair amount of socket programming and never even seen a prefix ' socket:// ' . Signed jars from an applet make it even more of a specialized question. I suggest posting the question on a general java forum like comp.lang.java.programmer . Place 'signed jars' 'applet' and ' socket:// ' in the message and your likely to get a response. That might be able to narrow your question down to where it becomes more of a general axis question.Just my .02 cents. iksrazal Em Quinta 15 Dezembro 2005 09:21, o George Mardale escreveu: |
- AXIS client, applet, socket:// problem George Mardale
- Re: AXIS client, applet, socket:// problem George Mardale
- Re: AXIS client, applet, socket:// problem iksrazal
- Re: AXIS client, applet, socket:// problem George Mardale
- Re: AXIS client, applet, socket:// problem George Mardale
