Click here to Skip to main content
15,885,365 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi

Requirement : need to request HTTP request to out side the Network (central bank communication)

Central bank is having the webservice (.jws extension) application to communicate between all the banks.

we are develope the webservice client by using vb.net 3.5, when we trying to consume the central bank web service we are getting the below error.
"java.lang.NoClassDefFoundError"

we have open the firewall but till we are getting the same error.

I ask central bank technical team to provide the corresponding WSDL file based on this i was generate the corresponding vb.net file to communicate central bank web service. This case i am getting the below error.
"the underlying connection was closed an unexpected error occurred on a receive"




please help me to resolve these issue.







Regards
Vadivelan .M
Posted

1 solution

There must be a difference between what you are calling and what the Java based Webservice on the other side has implemented.

A "ClassDefNotFoundError" is a clear sign for you calling or sending something that is not to be found on the other side.

You need to align the documentation with the client.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900