Re: [Axis 1.3] Null pointer when launching SoapMonitor

2006-05-05 Thread Santunu Podder
Thanks Steve. I did everything what you suggested.

But this time, when I invoke my web service it throws the following 
exception

System.Web.Services.Protocols.SoapException: org.xml.sax.SAXException: 
SimpleDeserializer encountered a child element, which is NOT expected, in 
something it was trying to deserialize.
   at 
System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage
 
message, WebResponse response, Stream responseStream, Boolean asyncCall)
   at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String 
methodName, Object[] parameters)
   at 
com.closepf.services.IPromptServices.adjustLoan(MTATransactionRequest 
request)
   at example.client.Client.adjustLoan(IPromptServices ipromptServices)


I can see the request flowing in the SoapMonitor but then it throws the 
above exception.





"Steve Barham" <[EMAIL PROTECTED]> 
05/05/2006 13:51
Please respond to
axis-user@ws.apache.org


To
axis-user@ws.apache.org
cc

Subject
Re: [Axis 1.3] Null pointer when launching SoapMonitor






Have you enabled the SOAPMonitor servlet in your web.xml?


SOAPMonitorService
SOAPMonitorService

org.apache.axis.monitor.SOAPMonitorService


SOAPMonitorPort
5001

100



SOAPMonitorService
/SOAPMonitor


By way of comparison, my deployment descriptor for testing a single
service is:

http://xml.apache.org/axis/wsdd/";
xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";>














Cheers,

steve

> Thanks Steve.
> That has solved that problem but when I start the monitor I am not able 
to
> see any activity. Below is my deploy-monitor.wsdd file :
>
> http://xml.apache.org/axis/wsdd/";
> xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";>
>  type="java:org.apache.axis.handlers.SOAPMonitorHandler">
>value="/axis/SOAPMonitorService-impl.wsdl"/>
>   value="http://tempuri.org/wsdl/2001/12/SOAPMonitorService-impl.wsdl"/>
> 
> 
>   
>   
> 
>value="org.apache.axis.monitor.SOAPMonitorService"/>
> 
>   
>name="http://localhost:8080/axis/services/IPromptServices/createLoan";
> provider="java:RPC">
>   
> 
>   
>   
> 
>   
> 
> 
>
>
> Please let me know if I am missing anything.
>
>
>
>
> "Steve Barham" <[EMAIL PROTECTED]>
> 05/05/2006 13:24
> Please respond to
> axis-user@ws.apache.org
>
>
> To
> axis-user@ws.apache.org
> cc
>
> Subject
> Re: [Axis 1.3] Null pointer when launching SoapMonitor
>
>
>
>
>
>
> Hi,
>
> If the NPE is down to not being able to load the classes, then copy all
> the SOAPMonitorApplet* class files from:
>
> axis-1_3\webapps\axis\WEB-INF\classes
>
> to the root directory of your webapp - ie. on the top level, so that 
they
> are accessible as /SOAPMonitorApplet*.class
>
> You can find the source to the SOAPMonitorApplet at:
>
> axis-1_3\webapps\axis\SOAPMonitorApplet.java
>
> Cheers,
>
> Steve
>
>
>
>
>> Hi All,
>>
>> I am trying to launch the soap monitor applet but it throws a null
> pointer
>> exception and applet does not load up.
>>
>> I have tried looking for the class SOAPMonitorApplet  in the
> distribution
>> of Axis 1.3 but it appears to be missing.
>>
>> Could anybody please tell me how to fix this.
>>
>> Regards,
>> Santunu
>>
>> This message (including any attachments) is confidential and may be
>> privileged. If you have received it by mistake please notify the sender
> by
>> return e-mail and delete this message from your system. Any 
unauthorised
>> use or dissemination of this message in whole or in part is strictly
>> prohibited. Please note that e-mails are susceptible to change. Close
>> Premium Finance shall not be liable for the improper or incomplete
>> transmission of the information contained in this communication nor for
>> any delay in its receipt or damage to your system. Close Premium 
Finance
>> does not guarantee that the integrity of this communication has been
>> maintained nor that this communication is free of viruses, 
interceptions
>> or interference.
>>
>
>
> --
> Steve Barham   tel: +44 (0)7973 199 471
> Systems Engineer
> Formicary - delivering quality financial technology solutions
> http://www.formicary.net/
>
>
> ___

Re: [Axis 1.3] Null pointer when launching SoapMonitor

2006-05-05 Thread robert lazarski
The soap monitor servlet needs to be configured in web.xml , as default
port of 5001. If the port isn't open, the applet does nothing but show
itself. 

HTH,
Robert
http://www.braziloutsource.com/On 5/5/06, Santunu Podder <[EMAIL PROTECTED]
> wrote:Thanks Steve.That has solved that problem but when I start the monitor I am not able to
see any activity. Below is my deploy-monitor.wsdd file :http://xml.apache.org/axis/wsdd/"xmlns:java="
http://xml.apache.org/axis/wsdd/providers/java">type="java:org.apache.axis.handlers.SOAPMonitorHandler">  value="/axis/SOAPMonitorService-impl.wsdl"/> value="http://tempuri.org/wsdl/2001/12/SOAPMonitorService-impl.wsdl
"/>
  value="org.apache.axis.monitor.SOAPMonitorService"/>
name="http://localhost:8080/axis/services/IPromptServices/createLoan"provider="java:RPC">

Please let me know if I am missing anything."Steve Barham" <[EMAIL PROTECTED]
>05/05/2006 13:24Please respond toaxis-user@ws.apache.orgToaxis-user@ws.apache.orgccSubject
Re: [Axis 1.3] Null pointer when launching SoapMonitorHi,If the NPE is down to not being able to load the classes, then copy allthe SOAPMonitorApplet* class files from:axis-1_3\webapps\axis\WEB-INF\classes
to the root directory of your webapp - ie. on the top level, so that theyare accessible as /SOAPMonitorApplet*.classYou can find the source to the SOAPMonitorApplet at:axis-1_3\webapps\axis\SOAPMonitorApplet.java
Cheers,Steve> Hi All,>> I am trying to launch the soap monitor applet but it throws a nullpointer> exception and applet does not load up.>> I have tried looking for the class SOAPMonitorApplet  in the
distribution> of Axis 1.3 but it appears to be missing.>> Could anybody please tell me how to fix this.>> Regards,> Santunu>> This message (including any attachments) is confidential and may be
> privileged. If you have received it by mistake please notify the senderby> return e-mail and delete this message from your system. Any unauthorised> use or dissemination of this message in whole or in part is strictly
> prohibited. Please note that e-mails are susceptible to change. Close> Premium Finance shall not be liable for the improper or incomplete> transmission of the information contained in this communication nor for
> any delay in its receipt or damage to your system. Close Premium Finance> does not guarantee that the integrity of this communication has been> maintained nor that this communication is free of viruses, interceptions
> or interference.>--Steve
Barham  
tel: +44 (0)7973 199 471Systems EngineerFormicary - delivering quality financial technology solutionshttp://www.formicary.net/
This email has been scanned for all viruses by the MessageLabs SkyScanservice.This
message (including any attachments) is confidential and may be
privileged. If you have received it by mistake please notify the sender
by return e-mail and delete this message from your system. Any
unauthorised use or dissemination of this message in whole or in part
is strictly prohibited. Please note that e-mails are susceptible to
change. Close Premium Finance shall not be liable for the improper or
incomplete transmission of the information contained in this
communication nor for any delay in its receipt or damage to your
system. Close Premium Finance does not guarantee that the integrity of
this communication has been maintained nor that this communication is
free of viruses, interceptions or interference.


Re: [Axis 1.3] Null pointer when launching SoapMonitor

2006-05-05 Thread robert lazarski
You need the applet classes at webapps/axis/*applet*.class/WEB-INF ,
and the servlet configured in web.xml . Find the source file and
compile it - the docs explain how. 

HTH,
Robert
http://www.braziloutsource.com/On 5/5/06, Santunu Podder <[EMAIL PROTECTED]
> wrote:Hi All,I am trying to launch the soap monitor applet but it throws a null pointer
exception and applet does not load up.I have tried looking for the class SOAPMonitorApplet  in the distributionof Axis 1.3 but it appears to be missing.Could anybody please tell me how to fix this.
Regards,SantunuThis
message (including any attachments) is confidential and may be
privileged. If you have received it by mistake please notify the sender
by return e-mail and delete this message from your system. Any
unauthorised use or dissemination of this message in whole or in part
is strictly prohibited. Please note that e-mails are susceptible to
change. Close Premium Finance shall not be liable for the improper or
incomplete transmission of the information contained in this
communication nor for any delay in its receipt or damage to your
system. Close Premium Finance does not guarantee that the integrity of
this communication has been maintained nor that this communication is
free of viruses, interceptions or interference.


Re: [Axis 1.3] Null pointer when launching SoapMonitor

2006-05-05 Thread Steve Barham
Have you enabled the SOAPMonitor servlet in your web.xml?


SOAPMonitorService
SOAPMonitorService

org.apache.axis.monitor.SOAPMonitorService


SOAPMonitorPort
5001

100



SOAPMonitorService
/SOAPMonitor


By way of comparison, my deployment descriptor for testing a single
service is:

http://xml.apache.org/axis/wsdd/";
xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";>














Cheers,

steve

> Thanks Steve.
> That has solved that problem but when I start the monitor I am not able to
> see any activity. Below is my deploy-monitor.wsdd file :
>
> http://xml.apache.org/axis/wsdd/";
> xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";>
>  type="java:org.apache.axis.handlers.SOAPMonitorHandler">
>value="/axis/SOAPMonitorService-impl.wsdl"/>
>   value="http://tempuri.org/wsdl/2001/12/SOAPMonitorService-impl.wsdl"/>
> 
> 
>   
>   
> 
>value="org.apache.axis.monitor.SOAPMonitorService"/>
> 
>   
>name="http://localhost:8080/axis/services/IPromptServices/createLoan";
> provider="java:RPC">
>   
> 
>   
>   
> 
>   
> 
> 
>
>
> Please let me know if I am missing anything.
>
>
>
>
> "Steve Barham" <[EMAIL PROTECTED]>
> 05/05/2006 13:24
> Please respond to
> axis-user@ws.apache.org
>
>
> To
> axis-user@ws.apache.org
> cc
>
> Subject
> Re: [Axis 1.3] Null pointer when launching SoapMonitor
>
>
>
>
>
>
> Hi,
>
> If the NPE is down to not being able to load the classes, then copy all
> the SOAPMonitorApplet* class files from:
>
> axis-1_3\webapps\axis\WEB-INF\classes
>
> to the root directory of your webapp - ie. on the top level, so that they
> are accessible as /SOAPMonitorApplet*.class
>
> You can find the source to the SOAPMonitorApplet at:
>
> axis-1_3\webapps\axis\SOAPMonitorApplet.java
>
> Cheers,
>
> Steve
>
>
>
>
>> Hi All,
>>
>> I am trying to launch the soap monitor applet but it throws a null
> pointer
>> exception and applet does not load up.
>>
>> I have tried looking for the class SOAPMonitorApplet  in the
> distribution
>> of Axis 1.3 but it appears to be missing.
>>
>> Could anybody please tell me how to fix this.
>>
>> Regards,
>> Santunu
>>
>> This message (including any attachments) is confidential and may be
>> privileged. If you have received it by mistake please notify the sender
> by
>> return e-mail and delete this message from your system. Any unauthorised
>> use or dissemination of this message in whole or in part is strictly
>> prohibited. Please note that e-mails are susceptible to change. Close
>> Premium Finance shall not be liable for the improper or incomplete
>> transmission of the information contained in this communication nor for
>> any delay in its receipt or damage to your system. Close Premium Finance
>> does not guarantee that the integrity of this communication has been
>> maintained nor that this communication is free of viruses, interceptions
>> or interference.
>>
>
>
> --
> Steve Barham   tel: +44 (0)7973 199 471
> Systems Engineer
> Formicary - delivering quality financial technology solutions
> http://www.formicary.net/
>
>
> 
> This email has been scanned for all viruses by the MessageLabs SkyScan
> service.
>
>
>
> This message (including any attachments) is confidential and may be
> privileged. If you have received it by mistake please notify the sender by
> return e-mail and delete this message from your system. Any unauthorised
> use or dissemination of this message in whole or in part is strictly
> prohibited. Please note that e-mails are susceptible to change. Close
> Premium Finance shall not be liable for the improper or incomplete
> transmission of the information contained in this communication nor for
> any delay in its receipt or damage to your system. Close Premium Finance
> does not guarantee that the integrity of this communication has been
> maintained nor that this communication is free of viruses, interceptions
> or interference.
>


-- 
Steve Barham   tel: +44 (0)7973 199 471
Systems Engineer
Formicary - delivering quality financial technology solutions
http://www.formicary.net/



Re: [Axis 1.3] Null pointer when launching SoapMonitor

2006-05-05 Thread Santunu Podder
Thanks Steve.
That has solved that problem but when I start the monitor I am not able to 
see any activity. Below is my deploy-monitor.wsdd file :

http://xml.apache.org/axis/wsdd/";
xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";>
  

http://tempuri.org/wsdl/2001/12/SOAPMonitorService-impl.wsdl"/>


  
  



  
  http://localhost:8080/axis/services/IPromptServices/createLoan"; 
provider="java:RPC">
  

  
  

  




Please let me know if I am missing anything.




"Steve Barham" <[EMAIL PROTECTED]> 
05/05/2006 13:24
Please respond to
axis-user@ws.apache.org


To
axis-user@ws.apache.org
cc

Subject
Re: [Axis 1.3] Null pointer when launching SoapMonitor






Hi,

If the NPE is down to not being able to load the classes, then copy all
the SOAPMonitorApplet* class files from:

axis-1_3\webapps\axis\WEB-INF\classes

to the root directory of your webapp - ie. on the top level, so that they
are accessible as /SOAPMonitorApplet*.class

You can find the source to the SOAPMonitorApplet at:

axis-1_3\webapps\axis\SOAPMonitorApplet.java

Cheers,

Steve




> Hi All,
>
> I am trying to launch the soap monitor applet but it throws a null 
pointer
> exception and applet does not load up.
>
> I have tried looking for the class SOAPMonitorApplet  in the 
distribution
> of Axis 1.3 but it appears to be missing.
>
> Could anybody please tell me how to fix this.
>
> Regards,
> Santunu
>
> This message (including any attachments) is confidential and may be
> privileged. If you have received it by mistake please notify the sender 
by
> return e-mail and delete this message from your system. Any unauthorised
> use or dissemination of this message in whole or in part is strictly
> prohibited. Please note that e-mails are susceptible to change. Close
> Premium Finance shall not be liable for the improper or incomplete
> transmission of the information contained in this communication nor for
> any delay in its receipt or damage to your system. Close Premium Finance
> does not guarantee that the integrity of this communication has been
> maintained nor that this communication is free of viruses, interceptions
> or interference.
>


-- 
Steve Barham   tel: +44 (0)7973 199 471
Systems Engineer
Formicary - delivering quality financial technology solutions
http://www.formicary.net/



This email has been scanned for all viruses by the MessageLabs SkyScan
service.



This message (including any attachments) is confidential and may be privileged. 
If you have received it by mistake please notify the sender by return e-mail 
and delete this message from your system. Any unauthorised use or dissemination 
of this message in whole or in part is strictly prohibited. Please note that 
e-mails are susceptible to change. Close Premium Finance shall not be liable 
for the improper or incomplete transmission of the information contained in 
this communication nor for any delay in its receipt or damage to your system. 
Close Premium Finance does not guarantee that the integrity of this 
communication has been maintained nor that this communication is free of 
viruses, interceptions or interference.


Re: [Axis 1.3] Null pointer when launching SoapMonitor

2006-05-05 Thread Steve Barham
Hi,

If the NPE is down to not being able to load the classes, then copy all
the SOAPMonitorApplet* class files from:

axis-1_3\webapps\axis\WEB-INF\classes

to the root directory of your webapp - ie. on the top level, so that they
are accessible as /SOAPMonitorApplet*.class

You can find the source to the SOAPMonitorApplet at:

axis-1_3\webapps\axis\SOAPMonitorApplet.java

Cheers,

Steve




> Hi All,
>
> I am trying to launch the soap monitor applet but it throws a null pointer
> exception and applet does not load up.
>
> I have tried looking for the class SOAPMonitorApplet  in the distribution
> of Axis 1.3 but it appears to be missing.
>
> Could anybody please tell me how to fix this.
>
> Regards,
> Santunu
>
> This message (including any attachments) is confidential and may be
> privileged. If you have received it by mistake please notify the sender by
> return e-mail and delete this message from your system. Any unauthorised
> use or dissemination of this message in whole or in part is strictly
> prohibited. Please note that e-mails are susceptible to change. Close
> Premium Finance shall not be liable for the improper or incomplete
> transmission of the information contained in this communication nor for
> any delay in its receipt or damage to your system. Close Premium Finance
> does not guarantee that the integrity of this communication has been
> maintained nor that this communication is free of viruses, interceptions
> or interference.
>


-- 
Steve Barham   tel: +44 (0)7973 199 471
Systems Engineer
Formicary - delivering quality financial technology solutions
http://www.formicary.net/



[Axis 1.3] Null pointer when launching SoapMonitor

2006-05-05 Thread Santunu Podder
Hi All,

I am trying to launch the soap monitor applet but it throws a null pointer 
exception and applet does not load up.

I have tried looking for the class SOAPMonitorApplet  in the distribution 
of Axis 1.3 but it appears to be missing.

Could anybody please tell me how to fix this.

Regards,
Santunu

This message (including any attachments) is confidential and may be privileged. 
If you have received it by mistake please notify the sender by return e-mail 
and delete this message from your system. Any unauthorised use or dissemination 
of this message in whole or in part is strictly prohibited. Please note that 
e-mails are susceptible to change. Close Premium Finance shall not be liable 
for the improper or incomplete transmission of the information contained in 
this communication nor for any delay in its receipt or damage to your system. 
Close Premium Finance does not guarantee that the integrity of this 
communication has been maintained nor that this communication is free of 
viruses, interceptions or interference.