RE: axis2 1.3 stackoverflow

2008-09-30 Thread omatzura

Hi Tony,

Ole from the soapUI team here. This sounds more like an error in soapUI to
me, it shouldn't receive the WSDL for each time it asserts the response, and
probably is not releasing the previously retreived WSDLs correctly.. could
you check if this problem persists in our newly release 2.5 beta1 version
and mail me your findings ([EMAIL PROTECTED])?

Thanks for your help..

regards!

/Ole
eviware.com


Tony Dean wrote:
> 
> there must be some issues with wsdl4j... I'm using soapUI to perform some
> load testing and if I turn off SOAP compliance assertion, the problems go
> away.  With SOAP compliance assertion, soapUI continuously retrieves the
> WSDL from the service to assert the response message.  Turning this off
> takes wsdl4j out of the picture and no errors.
> 
>> -Original Message-
>> From: Tony Dean [mailto:[EMAIL PROTECTED]
>> Sent: Saturday, September 27, 2008 9:34 PM
>> To: axis-user@ws.apache.org
>> Subject: RE: axis2 1.3 stackoverflow
>>
>> this appears to be in the Axis2 code before my implementation is
>> dispatched...
>>
>> > -Original Message-
>> > From: Nan Null [mailto:[EMAIL PROTECTED]
>> > Sent: Saturday, September 27, 2008 8:10 PM
>> > To: axis-user@ws.apache.org
>> > Subject: Re: axis2 1.3 stackoverflow
>> >
>> > Do you have database connection involved?  Look like you have
>> resource
>> > sharing problem.  If it's not database, then make sure you
>> > synchronized where needed.  If it's database, make sure to use
>> > connection pool, and try..finally to release all connections
>> properly.
>> > I would comment out all code, except returning empty result.  Then
>> > progressively uncomment code to find out where causes the problem.
>> >
>> > On Sat, Sep 27, 2008 at 7:25 PM, Tony Dean <[EMAIL PROTECTED]> wrote:
>> > > I have seen numerous jira issues regarding stackoverflow...
>> > >
>> > > A single client accessing my Axis2 service is successful and
>> appears
>> > to be successful an unlimited amount of iterations.
>> > >
>> > > However, if I put a load on the service and allow multiple clients
>> to
>> > access my service simultaneously, it does take long for
>> stackoverflows
>> > to occur.  I'm getting a consistent stacktrace as follows:
>> > >
>> > > 08:25:00,237 ERROR [[AxisServlet]] Servlet.service() for servlet
>> > AxisServlet thre
>> > > java.lang.StackOverflowError
>> > >at
>> > java.nio.charset.CharsetEncoder.encode(CharsetEncoder.java:544)
>> > >at
>> > sun.nio.cs.StreamEncoder$CharsetSE.implWrite(StreamEncoder.java:384)
>> > >at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:136)
>> > >at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:146)
>> > >at
>> > java.io.OutputStreamWriter.write(OutputStreamWriter.java:204)
>> > >at java.io.PrintWriter.write(PrintWriter.java:384)
>> > >at java.io.PrintWriter.write(PrintWriter.java:384)
>> > >at java.io.PrintWriter.write(PrintWriter.java:401)
>> > >at java.io.PrintWriter.print(PrintWriter.java:532)
>> > >at com.ibm.wsdl.util.xml.DOM2Writer.print(Unknown Source)
>> > >at com.ibm.wsdl.util.xml.DOM2Writer.print(Unknown Source)
>> > >at com.ibm.wsdl.util.xml.DOM2Writer.print(Unknown Source)
>> > >at com.ibm.wsdl.util.xml.DOM2Writer.print(Unknown Source)
>> > >at com.ibm.wsdl.util.xml.DOM2Writer.print(Unknown Source)
>> > >at com.ibm.wsdl.util.xml.DOM2Writer.print(Unknown Source)
>> > >at com.ibm.wsdl.util.xml.DOM2Writer.print(Unknown Source)
>> > >at com.ibm.wsdl.util.xml.DOM2Writer.print(Unknown Source)
>> > >
>> > >
>> > > Anyone know what's going on?
>> > >
>> > > Thanks for any insight.
>> > >
>> > > Tony Dean
>> > > SAS Institute Inc.
>> > > 919.531.6704
>> > > [EMAIL PROTECTED]
>> > >
>> > > SAS... The Power to Know
>> > > http://www.sas.com
>> > >
>> > >
>> > >
>> > > ---
>> --
>> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
>> > > For additional commands, e-mail: [EMAIL PROTECTED]
>> > >
>> > >
>> >
>> > -
>> > To unsubscribe, e-mail: [EMAIL PROTECTED]
>> > For additional commands, e-mail: [EMAIL PROTECTED]
>> >
>>
>>
>> -
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/axis2-1.3-stackoverflow-tp19707394p19746513.html
Sent from the Axis - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: HTTP header issue with MTOM

2006-12-12 Thread omatzura

Hi Jan,

this looks like a bug in soapui to me.. the application/soap+xml value for
start-info should be used for SOAP 1.2 messages (which your message is
not).. for SOAP 1.1 the start-info value should be text/xml.. 

I'll fix this in the upcoming soapui snapshot!

regards,

/Ole
eviware.com


Jan Christian Bryne wrote:
> 
> Hi,
> 
> I have a question related to Content-Type HTTP header.
> 
> When Axis2 receives a MTOM message that has
> startinfo="application/soap+xml
> as a part of the Content-Type header, it returns an error message (below).
> When startinfo="text/xml all is fine, and Axis2 receives the attachment
> without problems.
> 
> Is this an issue with the client (soapUI) or Axis2, or have I missed out
> on
> something else?
> 
> 
> Best,
> Jan Christian Bryne
> 
> ---
> HTTP Request:
> --
> POST /axis2/services/FileDepot HTTP/1.1
> SOAPAction: "http://www.bccs.uib.no/FileDepot/submitFile";
> Content-Type: multipart/related; type="application/xop+xml"; start="<
> [EMAIL PROTECTED]>"; startinfo="application/soap+xml; action=\"
> http://www.bccs.uib.no/FileDepot/submitFile\"";;
> boundary="=_Part_27_17361162.1165910679065"
> MIME-Version: 1.0
> User-Agent: Jakarta Commons-HttpClient/3.0.1
> Host: localhost:8081
> Content-Length: 284547
> 
> 
> --=_Part_27_17361162.1165910679065
> Content-Type: application/xop+xml; charset=UTF-8;
> type="application/soap+xml; action=\"submitFile\""
> Content-Transfer-Encoding: 8bit
> Content-ID: <[EMAIL PROTECTED]>
> 
> http://www.bccs.uib.no/FileDepot";
> xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xm="
> http://www.w3.org/2005/05/xmlmime";>
>
>
>   
>  filename.jpg
>   href="cid:1165758859560" xmlns:inc="http://www.w3.org/2004/08/xop/include
> "/>
>   
>
> 
> --=_Part_27_17361162.1165910679065
> Content-Type: application/vnd.ms-powerpoint
> Content-Transfer-Encoding: binary
> Content-ID: <1165758859560>
> 
> [binary data here]
> 
> --=_Part_27_17361162.1165910679065--
> 
> 
> ---
> HTTP Response:
> --
> HTTP/1.1 500 Internal Server Error
> Content-Type: application/soap+xml;charset=UTF-8
> Transfer-Encoding: chunked
> Date: Tue, 12 Dec 2006 08:48:06 GMT
> Server: Apache-Coyote/1.1
> Connection: close
> 
> 30c
> http://www.w3.org/2005/08/addressing"; xmlns:soapenv="
> http://www.w3.org/2003/05/soap-envelope
> ">
> http://www.w3.org/2005/08/addressing/none
> urn:uuid:C90EBD69984786D5FB1165913286043
> http://www.w3.org/2005/08/addressing/soap/faultsoapenv:VersionMismatch xml:lang="en-US">Transport level information does not match with SOAP
> Message namespace
> URI
> 0
> 
> 
> 
> 
> -- 
> Jan Christian Bryne
> Computational Biology Unit
> Bergen Center for Computational Science
> 
> 

-- 
View this message in context: 
http://www.nabble.com/HTTP-header-issue-with-MTOM-tf2806741.html#a7831497
Sent from the Axis - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: SoapUI (Re: HTTP header issue with MTOM)

2006-12-12 Thread omatzura

Hi Dims,

thank you for your kind words.. the best help we can get is bug reports and
suggestions for improvements.. don't ever hesitate to contact us with any
issues!

kind regards,

/Ole
eviware.com


Davanum Srinivas wrote:
> 
> Ole,
> 
> I had the pleasure of using SoapUI a few weeks ago!. It looks and
> works great! Thanks for all your work. Please let us know how we
> (Axis2 team) can help.
> 
> thanks,
> dims
> 
> On 12/12/06, omatzura <[EMAIL PROTECTED]> wrote:
>>
>> Hi Jan,
>>
>> this looks like a bug in soapui to me.. the application/soap+xml value
>> for
>> start-info should be used for SOAP 1.2 messages (which your message is
>> not).. for SOAP 1.1 the start-info value should be text/xml..
>>
>> I'll fix this in the upcoming soapui snapshot!
>>
>> regards,
>>
>> /Ole
>> eviware.com
>>
>>
>> Jan Christian Bryne wrote:
>> >
>> > Hi,
>> >
>> > I have a question related to Content-Type HTTP header.
>> >
>> > When Axis2 receives a MTOM message that has
>> > startinfo="application/soap+xml
>> > as a part of the Content-Type header, it returns an error message
>> (below).
>> > When startinfo="text/xml all is fine, and Axis2 receives the attachment
>> > without problems.
>> >
>> > Is this an issue with the client (soapUI) or Axis2, or have I missed
>> out
>> > on
>> > something else?
>> >
>> >
>> > Best,
>> > Jan Christian Bryne
>> >
>> > ---
>> > HTTP Request:
>> > --
>> > POST /axis2/services/FileDepot HTTP/1.1
>> > SOAPAction: "http://www.bccs.uib.no/FileDepot/submitFile";
>> > Content-Type: multipart/related; type="application/xop+xml"; start="<
>> > [EMAIL PROTECTED]>"; startinfo="application/soap+xml; action=\"
>> > http://www.bccs.uib.no/FileDepot/submitFile\"";;
>> > boundary="=_Part_27_17361162.1165910679065"
>> > MIME-Version: 1.0
>> > User-Agent: Jakarta Commons-HttpClient/3.0.1
>> > Host: localhost:8081
>> > Content-Length: 284547
>> >
>> >
>> > --=_Part_27_17361162.1165910679065
>> > Content-Type: application/xop+xml; charset=UTF-8;
>> > type="application/soap+xml; action=\"submitFile\""
>> > Content-Transfer-Encoding: 8bit
>> > Content-ID: <[EMAIL PROTECTED]>
>> >
>> > http://www.bccs.uib.no/FileDepot";
>> > xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xm="
>> > http://www.w3.org/2005/05/xmlmime";>
>> >
>> >
>> >   
>> >  filename.jpg
>> >  > > href="cid:1165758859560"
>> xmlns:inc="http://www.w3.org/2004/08/xop/include
>> > "/>
>> >   
>> >
>> > 
>> > --=_Part_27_17361162.1165910679065
>> > Content-Type: application/vnd.ms-powerpoint
>> > Content-Transfer-Encoding: binary
>> > Content-ID: <1165758859560>
>> >
>> > [binary data here]
>> >
>> > --=_Part_27_17361162.1165910679065--
>> >
>> >
>> > ---
>> > HTTP Response:
>> > --
>> > HTTP/1.1 500 Internal Server Error
>> > Content-Type: application/soap+xml;charset=UTF-8
>> > Transfer-Encoding: chunked
>> > Date: Tue, 12 Dec 2006 08:48:06 GMT
>> > Server: Apache-Coyote/1.1
>> > Connection: close
>> >
>> > 30c
>> > http://www.w3.org/2005/08/addressing"; xmlns:soapenv="
>> > http://www.w3.org/2003/05/soap-envelope
>> > ">
>> > http://www.w3.org/2005/08/addressing/none
>> >
>> urn:uuid:C90EBD69984786D5FB1165913286043
>> >
>> http://www.w3.org/2005/08/addressing/soap/faultsoapenv:VersionMismatch> > xml:lang="en-US">Transport level information does not match with SOAP
>> > Message namespace
>> >
>> URI
>> > 0
>> >
>> >
>> >
>> >
>> > --
>> > Jan Christian Bryne
>> > Computational Biology Unit
>> > Bergen Center for Computational Science
>> >
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/HTTP-header-issue-with-MTOM-tf2806741.html#a7831497
>> Sent from the Axis - User mailing list archive at Nabble.com.
>>
>>
>> -
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
> 
> 
> -- 
> Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service Developers)
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/SoapUI-%28Re%3A-HTTP-header-issue-with-MTOM%29-tf2807814.html#a7841049
Sent from the Axis - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: SOAPUI Complex Type Arrays

2008-01-25 Thread omatzura

Hi Mar,

Ole from the soapUI team here.. maybe this is an error in how soapUI
generates the request, would it be possible for you to mail me this WSDL
containing the complex type so I can have a look? ([EMAIL PROTECTED])

Thanks in advance!

best regards,

/Ole
eviware.com


Mar-3 wrote:
> 
> I am trying to create a webservice that uses complex type arrays.  How 
> do I display an example of a complex type within a complex type array.
> 
> For single complex type requests I get the layout of the object like so:
> 
>soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";>
>  
>  xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/";>?
>  
>   
> 
> For arrays of complex type I get an empty array list.  The complex type 
> array does not specify what is required in an object of that array.
> 
>soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";>
>   soapenc:arrayType="urn:AdvClass[]"/>
>   
> 
> How do I cater for complex types so that SOAPUI can display the complex 
> object type within the array.  Like so:
> 
>soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";>
>   soapenc:arrayType="urn:AdvClass[]">
>  
>  xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/";>?
>  
>   
>   
> 
> 
> 
> Searching for answers led me to a reply that stated that the array name 
> was different to the one generated by the proxy.  I've searched through 
> the auto generation and the array names all seem to line up (called 
> avs).  Nothing seems out of the ordinary.
> 
> Can anyone tell me how to represent an object within an array using
> SOAPUI?
> 
> Thanks,
> Mar
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/SOAPUI-Complex-Type-Arrays-tp15086103p15087189.html
Sent from the Axis - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: axis 1.4 IllegalArgumentException got in response

2007-06-21 Thread omatzura

Hi Roman,

thanks.. this is a bit strange, your operations input message has defined
several parts but it is not used with a RPC soap-binding, you will probably
either need to change the style for the binding from document to rpc
(probably just a setting somewhere), or refactor the input message to
contain one root element/argument which holds the other two
elements/arguments..

hope this makes sense :-)

regards!

/Ole
eviware.com


Roman Heinrich-2 wrote:
> 
> Hi all,
> 
> i`m using oracle oc4j 10.1.3 with axis 1.4 bundled in my application. I 
> have problem with running web service. Axis is not recognizing correctly 
> arguments passed in soap request message.
> 
> SoapUi generated this soap request, which is not working:
> 
>  xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"; 
> xmlns:ops="http://ishop.orange.iway.sk/OPSTypes/";>
>
>
>   1
>   1
>
> 
> 
> and i`ve got this response from axis:
> 
>  xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"; 
> xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
>
>   
>  soapenv:Server.generalException
>  Tried to invoke method public 
> sk.iway.orange.ishop.catalog.ProductRecordType 
> sk.iway.orange.ishop.ProductSynchroServiceImpl.getProductNextRecord(long,long)
>  
> throws 
> java.rmi.RemoteException,sk.iway.orange.ishop.exceptions.TimeoutException,sk.iway.orange.ishop.exceptions.ServiceException,sk.iway.orange.ishop.exceptions.DatabaseException
>  
> with arguments java.lang.Long,null.  The arguments do not match the 
> signature.; nested exception is:
> java.lang.IllegalArgumentException
>  
>  xmlns:ns1="http://xml.apache.org/axis/";>AMD64x5
>  
>   
>
> 
> 
> It seems, that axis is not recognising ops:CId2 argument.
> 
> My wsdl for service:
> 
>   
> - <#> http://ishop.orange.iway.sk*"; 
> xmlns:tns3="*http://ishop.orange.iway.sk/catalog/*"; 
> xmlns:impl="*http://ishop.orange.iway.sk*"; 
> xmlns:intf="*http://ishop.orange.iway.sk*"; 
> xmlns:apachesoap="*http://xml.apache.org/xml-soap*"; 
> xmlns:wsdlsoap="*http://schemas.xmlsoap.org/wsdl/soap/*"; 
> xmlns:xsd="*http://www.w3.org/2001/XMLSchema*"; 
> xmlns:tns2="*http://ishop.orange.iway.sk/exceptions*"; 
> xmlns:tns1="*http://ishop.orange.iway.sk/OPSTypes/*"; 
> xmlns:wsdl="*http://schemas.xmlsoap.org/wsdl/*";>
> - <#> 
> - <#> 
> - <#> http://www.w3.org/2001/XMLSchema*"; 
> targetNamespace="*http://ishop.orange.iway.sk/OPSTypes/*";>
>   http://ishop.orange.iway.sk/catalog/*"; />
>   http://ishop.orange.iway.sk/exceptions*"; />
>   
>   
>   
>   
>   
>   
>   
>   
>   
>   
>   
>   
>   
>   
>   
>   
>   
>   
>   
> - <#> http://www.w3.org/2001/XMLSchema*"; 
> targetNamespace="*http://ishop.orange.iway.sk/exceptions*";>
>   http://ishop.orange.iway.sk/catalog/*"; />
> - <#> 
> - <#> 
>   
>type="*xsd:string*" />
>   
>   
>   
> - <#> 
> - <#> 
>type="*xsd:string*" />
>type="*xsd:string*" />
>   
>   
>   
> - <#> 
> - <#> 
>   
>type="*xsd:string*" />
>   
>   
>   
> - <#> 
> - <#> 
>   
>type="*xsd:string*" />
>   
>   
>type="*tns2:implementedException*" />
>   
> - <#> http://www.w3.org/2001/XMLSchema*"; 
> targetNamespace="*http://ishop.orange.iway.sk/catalog/*"; 
> elementFormDefault="*qualified*">
>   http://ishop.orange.iway.sk/exceptions*"; />
> - <#> 
> - <#> 
>type="*xsd:string*" />
>type="*xsd:string*" />
>type="*xsd:string*" />
>   
>   
> - <#> 
> - <#> 
>   
>type="*xsd:string*" />
>type="*xsd:string*" />
>   
>   
> - <#> 
> - <#> 
>   
>   
>   
>   
> - <#> 
> - <#> 
>   
>type="*xsd:long*" />
>   
>   
>   
>type="*xsd:date*" />
>type="*xsd:string*" />
>   
>   
>   
>   
>   
>   
> - <#> 
> - <#> 
>   
>   
>   
>   
>   
>   
>   
> - <#> 
> - <#> 
>   
>   
>   
>   
>type="*xsd:string*" />
>type="*xsd:string*" />
>type="*xsd:boolean*" />
>   
>   
>   
>   
>   
>   
> - <#> 
> - <#> 
>   
>   
>   
>   
>   
> - <#> 
> - <#> 
>   
>   
>   
>   
>   
> - <#> 
> - <#> 
>   
>   
>   
>   
>   
>   
>   
>   
>   
>   
>   
>   
> - <#> 
> - <#> 
>   
>   
>   
>   
>   
>   
> - <#> 
> - <#> 
>   
>   
>   
>   
>   
>   
>   
>   
>   
>   
>type="*xsd:date*" />
>type="*xsd:string*" />
>   
>   
>   
>maxOccurs="*unbounded*" type="*tns3:productAttachmentType*" />
>maxOccurs="*unbounded*" />
>type="*tns3:productCustomType*" />
>type="*tns3:productStateType*" />
>type="*tns3:productRCategoryNodeType*" />
>maxOccurs="*unbounded*" />
>maxOccurs="*unbounded*" type="*tns3:productParametersType*" />
>   
>   
>   
>   
> - <#> 
>element="*tns2:implementedException*" />
>   
> - <#> 
>   
>   
>   
>   
> - <#> 
>element="*tns1:OutProductRecord3*" />
>   
> - <#> 
>   
>   
>   
> - <#> 
>   
>   
>   
>   
> - <#> 
>   
>   
> - <#> 
>element="*tns1:OutProductRecord2*" />
>   
> - <#> 
>   
>   
> - <#> 
>  

Re: Please suggest a some Best Tool for Web Services Load Testing.

2007-08-03 Thread omatzura

Hi,

Ole from the soapUI team here.. are you getting any errors in the soapUI
Log? Maybe you need to import the services' client certificate to your local
keystore and/or specify it in the SSL-Settings? 

regards!

/Ole
eviware.com



Srinivasa Rao Kusampudi wrote:
> 
> Hi,
> 
> In SOAPUI, I am not able to see any resposne (0 bytes). We are using HTTPS
> protocal, does it making any difference?
> I am able to see th response when I use Amazon WSDL. Any solution?
> 
> Thanks,
> Srini
> 
> 
> On 8/3/07, Srinivasa Rao Kusampudi <[EMAIL PROTECTED]> wrote:
>>
>> Thanks Niraj!
>>
>> On 8/3/07, Nath, Niraj <[EMAIL PROTECTED]> wrote:
>> >
>> >  Check if  SOAPUI works for you
>> >
>> >
>> >
>> > Regards
>> >
>> >
>> >
>> > Niraj Nath
>> >
>> > CNSI
>> >
>> > Ph - 240 399-2104 (O)
>> >  --
>> >
>> > *From:* Srinivasa Rao Kusampudi [mailto: [EMAIL PROTECTED]
>> > *Sent:* Friday, August 03, 2007 3:41 PM
>> > *To:* axis-user@ws.apache.org
>> > *Subject:* Please suggest a some Best Tool for Web Services Load
>> > Testing.
>> >
>> >
>> >
>> > Hi,
>> >
>> >
>> >
>> > Please suggest a Best Tool for Web Services Load Testing. We are having
>> > problem
>> >
>> > with JMeter as it is HTTPS. Which tool is the best one?
>> >
>> >
>> >
>> > Thanks,
>> >
>> > Srini
>> >
>>
>>
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Please-suggest-a-some-Best-Tool-for-Web-Services-Load-Testing.-tf4214402.html#a11991948
Sent from the Axis - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Please suggest a some Best Tool for Web Services Load Testing.

2007-08-05 Thread omatzura

ok.. good luck!

If you have more issues or want to continue discussing this one, please post
on the soapui forums at sourceforge
(http://sourceforge.net/forum/forum.php?forum_id=494205) instead!

regards,

/Ole
eviware.com



Srinivasa Rao Kusampudi wrote:
> 
> Hi Ole,
> 
> Thank you! I did not check Log file yet, I will check it on Monday.  I was
> able to acces the WSDL file and SOAPUI generated the client. It is showing
> the SOAP Request.
> I had a Null Response problem  with .Net/C# and same was solved with proxy
> code change - UnQualified to Qualified.
> 
> Srini.
> 
> 
> On 8/3/07, omatzura <[EMAIL PROTECTED]> wrote:
>>
>>
>> Hi,
>>
>> Ole from the soapUI team here.. are you getting any errors in the soapUI
>> Log? Maybe you need to import the services' client certificate to your
>> local
>> keystore and/or specify it in the SSL-Settings?
>>
>> regards!
>>
>> /Ole
>> eviware.com
>>
>>
>>
>> Srinivasa Rao Kusampudi wrote:
>> >
>> > Hi,
>> >
>> > In SOAPUI, I am not able to see any resposne (0 bytes). We are using
>> HTTPS
>> > protocal, does it making any difference?
>> > I am able to see th response when I use Amazon WSDL. Any solution?
>> >
>> > Thanks,
>> > Srini
>> >
>> >
>> > On 8/3/07, Srinivasa Rao Kusampudi <[EMAIL PROTECTED]> wrote:
>> >>
>> >> Thanks Niraj!
>> >>
>> >> On 8/3/07, Nath, Niraj <[EMAIL PROTECTED]> wrote:
>> >> >
>> >> >  Check if  SOAPUI works for you
>> >> >
>> >> >
>> >> >
>> >> > Regards
>> >> >
>> >> >
>> >> >
>> >> > Niraj Nath
>> >> >
>> >> > CNSI
>> >> >
>> >> > Ph - 240 399-2104 (O)
>> >> >  --
>> >> >
>> >> > *From:* Srinivasa Rao Kusampudi [mailto: [EMAIL PROTECTED]
>> >> > *Sent:* Friday, August 03, 2007 3:41 PM
>> >> > *To:* axis-user@ws.apache.org
>> >> > *Subject:* Please suggest a some Best Tool for Web Services Load
>> >> > Testing.
>> >> >
>> >> >
>> >> >
>> >> > Hi,
>> >> >
>> >> >
>> >> >
>> >> > Please suggest a Best Tool for Web Services Load Testing. We are
>> having
>> >> > problem
>> >> >
>> >> > with JMeter as it is HTTPS. Which tool is the best one?
>> >> >
>> >> >
>> >> >
>> >> > Thanks,
>> >> >
>> >> > Srini
>> >> >
>> >>
>> >>
>> >
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/Please-suggest-a-some-Best-Tool-for-Web-Services-Load-Testing.-tf4214402.html#a11991948
>> Sent from the Axis - User mailing list archive at Nabble.com.
>>
>>
>> -
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Please-suggest-a-some-Best-Tool-for-Web-Services-Load-Testing.-tf4214402.html#a12006074
Sent from the Axis - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]