Status codeok 101 while checking wsa1 is running or not

sachin4gl

New Member
hi ,
i am deploying a webservice in linux environment | when i run http://serverip:8080/wsa/wsa1/
i am getting Status ok message 101 .
i had done the following steps to resolve it
- Commented all the security tags in xml file reside in wsa
- by using open edge explorer i had checked "Enable web service tag " in security tag of wsa1


i had checked the status of wsa in open edge explorer by going in "Operation views " it is showing
web service adapter running : YES
WSA Administration Enable : YES
WEB services : Disable
WSDL Retrivel : YES

plz tell me how can i make this webservices : enable

using
open edge 10.2b
Linux - redhat 5.8



structure of my default.props file is

<?xml version="1.0" encoding="UTF-8"?>
<ApplicationRuntimeProperties xmlns="urn:schemas-progress-com:WSAD:0009" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<runtimePropertyVersion>5</runtimePropertyVersion>
<appServiceProtocol>Appserver</appServiceProtocol>
<appServiceHost>localhost</appServiceHost>
<appServicePort>5162</appServicePort>
<appServiceName>asbroker1</appServiceName>
<staleO4GLObjectTimeout>0</staleO4GLObjectTimeout>
<minSessions>1</minSessions>
<maxSessions>0</maxSessions>
<initialSessions>1</initialSessions>
<idleSessionTimeout>0</idleSessionTimeout>
<requestWaitTimeout>-1</requestWaitTimeout>
<nsClientMinPort>0</nsClientMinPort>
<nsClientMaxPort>0</nsClientMaxPort>
<nsClientPortRetry>3</nsClientPortRetry>
<nsClientPortRetryInterval>200</nsClientPortRetryInterval>
<nsClientPicklistSize>8</nsClientPicklistSize>
<nsClientPicklistExpiration>300</nsClientPicklistExpiration>
<serviceAvailable>1</serviceAvailable>
<serviceLoggingLevel>2</serviceLoggingLevel>
<serviceLoggingEntryTypes>WSADefault</serviceLoggingEntryTypes>
<appServiceConnectionMode>0</appServiceConnectionMode>
<serviceFaultLevel>2</serviceFaultLevel>
<waitIfBusy>0</waitIfBusy>
<connectionLifetime>0</connectionLifetime>
<minIdleConnections>0</minIdleConnections>
<noHostVerify>0</noHostVerify>
<noSessionReuse>0</noSessionReuse>
<appServerKeepalive>denyClientASK,allowServerASK</appServerKeepalive>
<clientASKActivityTimeout>60</clientASKActivityTimeout>
<clientASKResponseTimeout>60</clientASKResponseTimeout>
<actionalGroupName>OpenEdge</actionalGroupName>
</ApplicationRuntimeProperties>
 
Top